summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2012-05-31 23:10:01 +0530
committerVijay Bellur <vijay@gluster.com>2012-06-11 07:47:03 -0700
commit93e9c02599e710bac112ac19ac4932ac4ad52a25 (patch)
tree0b547385aafbf6e02bd353a15240e926851587ce
parent6d602670ef63e184492e19ed2dea6095db3ec36e (diff)
doc: Changes in Hadoop to reflect the right RPM
Change-Id: Ieb179affe5cb3c7d3ae1ca1e47c1a76ada876ced Reviewed-on: http://review.gluster.com/3499 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Venky Shankar <vshankar@redhat.com>
-rw-r--r--doc/admin-guide/en-US/admin_Hadoop.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/admin-guide/en-US/admin_Hadoop.xml b/doc/admin-guide/en-US/admin_Hadoop.xml
index 08bac8961..31eaaa84f 100644
--- a/doc/admin-guide/en-US/admin_Hadoop.xml
+++ b/doc/admin-guide/en-US/admin_Hadoop.xml
@@ -92,14 +92,17 @@ environment and verify that it is functioning correctly.
<orderedlist>
<para>To install and configure Hadoop compatible storage:</para>
<listitem>
- <para>Download <filename>glusterfs-hadoop-0.20.2-0.1.x86_64.rpm</filename> file to each server on your cluster. You can download the file from <ulink url="http://download.gluster.com/pub/gluster/glusterfs/qa-releases/3.3-beta-2/glusterfs-hadoop-0.20.2-0.1.x86_64.rpm"/>.
+ <para>Download
+ <filename>glusterfs-hadoop-plugin-0.20.2-0.1.x86_64.rpm</filename>
+ file to each server on your cluster. You can download the file from
+ <ulink url="http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/Hadoop/glusterfs-hadoop-plugin-0.20.2_0.1-beta.noarch.rpm"/>.
</para>
</listitem>
<listitem>
<para>To install Hadoop Compatible Storage on all servers in your cluster, run the following command:
</para>
- <para><command># rpm –ivh --nodeps glusterfs-hadoop-0.20.2-0.1.x86_64.rpm</command>
+ <para><command># rpm –ivh --nodeps glusterfs-hadoop-plugin-0.20.2-0.1.x86_64.rpm</command>
</para>
<para>The following files will be extracted:
</para>
@@ -116,7 +119,8 @@ environment and verify that it is functioning correctly.
<para>(Optional) To install Hadoop Compatible Storage in a different location, run the following
command:
</para>
- <para><command># rpm –ivh --nodeps –prefix /usr/local/glusterfs/hadoop glusterfs-hadoop- 0.20.2-0.1.x86_64.rpm</command>
+ <para><command># rpm –ivh --nodeps –prefix /usr/local/glusterfs/hadoop
+ glusterfs-hadoop-plugin-0.20.2-0.1.x86_64.rpm</command>
</para>
</listitem>
<listitem>