Move hadoop_fedora/post-install.d/* to .../install.d

Implements: blueprint merge-dib-hadoop-elements
Change-Id: Iae2ce65a311c7b7ba4bf8d63920ba9bcd6be814a
This commit is contained in:
Matthew Farrellee 2013-07-11 12:22:54 -04:00
parent 4e8525f6fb
commit 60c36eb0b1
4 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ Steps how to create cloud image with Apache Hadoop installed using diskimage-bui
In this command 'DIB_HADOOP_VERSION' parameter is version of hadoop needs to be installed.
You can use 'JAVA_DOWNLOAD_URL' parameter to specify download link for JDK (tarball or bin).
'DIB_IMAGE_SIZE' is parameter that specifes a volume of hard disk of instance. You need to specify it because Fedora doesn't use all available volume.
If you have already downloaded the jdk package, move it to "elements/hadoop/install.d/" or "elements/hadoop_fedora/post-install.d/" and use its filename as 'JAVA_FILE' parameter.
If you have already downloaded the jdk package, move it to "elements/hadoop/install.d/" and use its filename as 'JAVA_FILE' parameter.