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

bigtop git commit: BIGTOP-1475. Zookeeper zkcli.sh doesn't run (Andrew Kuchling via rvs)

Repository: bigtop
Updated Branches:
  refs/heads/master 40b6b2f62 -> ce866e339


BIGTOP-1475. Zookeeper zkcli.sh doesn't run (Andrew Kuchling via rvs)


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

Branch: refs/heads/master
Commit: ce866e3399438a0bc5a1325ae3def38ed9b8946d
Parents: 40b6b2f
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Mon Jan 5 16:01:47 2015 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Mon Jan 5 16:01:47 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/ce866e33/bigtop-packages/src/common/solr/solrctl.sh
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/solr/solrctl.sh b/bigtop-packages/src/common/solr/solrctl.sh
index d7caa89..e0d6cf4 100644
--- a/bigtop-packages/src/common/solr/solrctl.sh
+++ b/bigtop-packages/src/common/solr/solrctl.sh
@@ -195,7 +195,7 @@ if [ -z "$SOLR_ZK_ENSEMBLE" ] ; then
 	If you running remotely, please use --zk zk_ensemble.
 	__EOT__
 else
-  SOLR_ADMIN_ZK_CMD='${SOLR_HOME}/bin/zkcli.sh -zkhost $SOLR_ZK_ENSEMBLE 2>/dev/null'
+  SOLR_ADMIN_ZK_CMD='${JAVA_HOME}/bin/java -classpath "${SOLR_HOME}/server/webapps/solr/WEB-INF/lib/*" org.apache.solr.cloud.ZkCLI -zkhost $SOLR_ZK_ENSEMBLE 2>/dev/null'
 fi