sahara-image-elements/elements/swift_hadoop
Michael McCune c00560e4db update swift_hadoop element
This change replaces the hardcoded value for the hadoop swift jar
filename with a variable that defaults to the old value
"hadoop-swift.jar" but also allows redefinition.

* add variables for hadoop swift jar file name
* add documentation for new variable
* correct documentation for the lib path variable
* add more to the basic description documentation

Change-Id: I44eaaa8b23ae30231b7b4087740d8dd5d050ec00
Closes-Bug: 1498967
2015-10-17 18:55:21 +00:00
..
post-install.d update swift_hadoop element 2015-10-17 18:55:21 +00:00
README.rst update swift_hadoop element 2015-10-17 18:55:21 +00:00
element-deps Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00
package-installs.yaml Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00

README.rst

swift_hadoop

Install the Hadoop swift connector jar file into the image. By default, this jar file is generated from the sources available in the sahara-extras repository.

Environment Variables

swift_url
Required

No

Default

http://sahara-files.mirantis.com/hadoop-swift/hadoop-swift-latest.jar

Description

Location of the swift jar file.

DIB_HDFS_LIB_DIR
Required

No

Default

/usr/share/hadoop/lib

Description

Directory in the guest where to save the swift jar.

DIB_HADOOP_SWIFT_JAR_NAME
Required

No

Default

hadoop-swift.jar

Description

Filename of the deployed swift jar.