Minor doc change for JAVA_FILE location in the hadoop_fedora element

Change-Id: I6961e231d572ddcc6ddfb07f1a08e117957151f1
This commit is contained in:
Matthew Farrellee 2013-07-09 23:39:41 -04:00
parent 002c7d9b31
commit e86ea0234b
1 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.
In case if you have already downloaded jdk package, move it to "elements/hadoop/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/" or "elements/hadoop_fedora/post-install.d/" and use its filename as 'JAVA_FILE' parameter.