You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ja...@apache.org on 2015/01/20 04:50:04 UTC

bigtop git commit: BIGTOP-1612: Update README for smoke-tests

Repository: bigtop
Updated Branches:
  refs/heads/master 4bab821aa -> 707d523b9


BIGTOP-1612: Update README for smoke-tests

Signed-off-by: jayunit100 <ja...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/707d523b
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/707d523b
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/707d523b

Branch: refs/heads/master
Commit: 707d523b9a85fbd55bd6c915495f0b90cf04465b
Parents: 4bab821
Author: Youngwoo Kim <br...@nexr.com>
Authored: Tue Jan 20 11:12:20 2015 +0900
Committer: jayunit100 <ja...@apache.org>
Committed: Mon Jan 19 22:49:46 2015 -0500

----------------------------------------------------------------------
 bigtop-tests/smoke-tests/README | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/707d523b/bigtop-tests/smoke-tests/README
----------------------------------------------------------------------
diff --git a/bigtop-tests/smoke-tests/README b/bigtop-tests/smoke-tests/README
index 2f7ec41..c480c32 100644
--- a/bigtop-tests/smoke-tests/README
+++ b/bigtop-tests/smoke-tests/README
@@ -19,10 +19,12 @@ You need to export several environment variables.   For example,
 ```
 export HADOOP_CONF_DIR=/etc/hadoop/conf/
 export BIGTOP_HOME=/bigtop-home/
-export HADOOP_MAPRED_HOME=/usr/lib/hadoop-mapred/
+export HADOOP_MAPRED_HOME=/usr/lib/hadoop-mapreduce/
 export HIVE_HOME=/usr/lib/hive/
+export PIG_HOME=/usr/lib/pig/
+export FLUME_HOME=/usr/lib/flume/
 export HIVE_CONF_DIR=/etc/hive/conf/
-export JAVA_HOME="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/"
+export JAVA_HOME="/usr/lib/jvm/java-openjdk/"
 export MAHOUT_HOME="/usr/lib/mahout"
 export ITEST="0.7.0"
 ```