You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/07/29 17:03:19 UTC

[38/51] [abbrv] bigtop git commit: BIGTOP-2488 Redundant zookeeper/lib directory (closes #128)

BIGTOP-2488 Redundant zookeeper/lib directory (closes #128)


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

Branch: refs/heads/BIGTOP-2253
Commit: 699afb8c75248ac4f4af642d85aa16bdfb54a607
Parents: 5e46a98
Author: tedyu <yu...@gmail.com>
Authored: Thu Jun 23 09:01:13 2016 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Thu Jun 23 14:14:03 2016 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/hbase/install_hbase.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/699afb8c/bigtop-packages/src/common/hbase/install_hbase.sh
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hbase/install_hbase.sh b/bigtop-packages/src/common/hbase/install_hbase.sh
index 3a05ee7..5ed601e 100755
--- a/bigtop-packages/src/common/hbase/install_hbase.sh
+++ b/bigtop-packages/src/common/hbase/install_hbase.sh
@@ -155,7 +155,7 @@ BIGTOP_DEFAULTS_DIR=\${BIGTOP_DEFAULTS_DIR-/etc/default}
 
 export HADOOP_CONF=\${HADOOP_CONF:-/etc/hadoop/conf}
 export ZOOKEEPER_HOME=\${ZOOKEEPER_HOME:-/usr/lib/zookeeper}
-export HBASE_CLASSPATH=\$HADOOP_CONF:\$HADOOP_HOME/*:\$HADOOP_HOME/lib/*:\$ZOOKEEPER_HOME/*:\$ZOOKEEPER_HOME/lib/*:\$HBASE_CLASSPATH
+export HBASE_CLASSPATH=\$HADOOP_CONF:\$HADOOP_HOME/*:\$HADOOP_HOME/lib/*:\$ZOOKEEPER_HOME/*:\$HBASE_CLASSPATH
 
 exec /usr/lib/hbase/bin/hbase "\$@"
 EOF