Repository: bigtop Updated Branches: refs/heads/master 5e46a98ee -> 699afb8c7
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/master Commit: 699afb8c75248ac4f4af642d85aa16bdfb54a607 Parents: 5e46a98 Author: tedyu <[email protected]> Authored: Thu Jun 23 09:01:13 2016 -0700 Committer: Roman Shaposhnik <[email protected]> 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
