From c4d34742f1b6840d331c10b3d410d6db60d27c39 Mon Sep 17 00:00:00 2001 From: Vitaly Gridnev Date: Wed, 14 Sep 2016 18:54:42 +0300 Subject: [PATCH] [doc] change location of swiftfs jars Change-Id: I12783c5dc43c58bb467c7951811196a4de02b88a --- doc/source/userdoc/hadoop-swift.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/source/userdoc/hadoop-swift.rst b/doc/source/userdoc/hadoop-swift.rst index ef1ad734..cd25ceef 100644 --- a/doc/source/userdoc/hadoop-swift.rst +++ b/doc/source/userdoc/hadoop-swift.rst @@ -14,9 +14,8 @@ the most current features enabled. * The most current Sahara maintained version of this patch can be found in the Sahara Extra repository https://github.com/openstack/sahara-extra -* The latest compiled version (with Hadoop 2.7.1) of the jar for this component - can be downloaded from - http://sahara-files.mirantis.com/hadoop-swift/hadoop-openstack-latest.jar +* The latest compiled version of the jar for this component can be downloaded + from http://tarballs.openstack.org/sahara/dist/hadoop-openstack/master/ Now the latest version of this jar (which uses Keystone API v3) is used in the plugins' images automatically during build of these images. But for @@ -27,9 +26,8 @@ Hadoop patching --------------- You may build the jar file yourself by choosing the latest patch from the Sahara Extra repository and using Maven to build with the pom.xml file -provided. Or you may get the latest jar pre-built (with Hadoop 2.7.1) from -the CDN at -http://sahara-files.mirantis.com/hadoop-swift/hadoop-openstack-latest.jar +provided. Or you may get the latest jar pre-built at +http://tarballs.openstack.org/sahara/dist/hadoop-openstack/master/ You will need to put this file into the hadoop libraries (e.g. /usr/lib/share/hadoop/lib, it depends on the plugin which you use) on @@ -70,7 +68,6 @@ There are two types of configs here: * ``.requestsize`` - request size for reads in KB. By default: 64Kb - 2. Provider-specific. The patch for Hadoop supports different cloud providers. The ``${name}`` in this case equals to ``fs.swift.service.${provider}``.