From 93e9c02599e710bac112ac19ac4932ac4ad52a25 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Thu, 31 May 2012 23:10:01 +0530 Subject: doc: Changes in Hadoop to reflect the right RPM Change-Id: Ieb179affe5cb3c7d3ae1ca1e47c1a76ada876ced Reviewed-on: http://review.gluster.com/3499 Tested-by: Gluster Build System Reviewed-by: Venky Shankar --- doc/admin-guide/en-US/admin_Hadoop.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc') 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. To install and configure Hadoop compatible storage: - Download glusterfs-hadoop-0.20.2-0.1.x86_64.rpm file to each server on your cluster. You can download the file from . + Download + glusterfs-hadoop-plugin-0.20.2-0.1.x86_64.rpm + file to each server on your cluster. You can download the file from + . To install Hadoop Compatible Storage on all servers in your cluster, run the following command: - # rpm –ivh --nodeps glusterfs-hadoop-0.20.2-0.1.x86_64.rpm + # rpm –ivh --nodeps glusterfs-hadoop-plugin-0.20.2-0.1.x86_64.rpm The following files will be extracted: @@ -116,7 +119,8 @@ environment and verify that it is functioning correctly. (Optional) To install Hadoop Compatible Storage in a different location, run the following command: - # rpm –ivh --nodeps –prefix /usr/local/glusterfs/hadoop glusterfs-hadoop- 0.20.2-0.1.x86_64.rpm + # rpm –ivh --nodeps –prefix /usr/local/glusterfs/hadoop + glusterfs-hadoop-plugin-0.20.2-0.1.x86_64.rpm -- cgit