You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/11/05 17:34:40 UTC

[GitHub] [hbase] bharathv commented on a change in pull request #793: HBASE-23255 CLI hbase command prints ERROR when hadoop is set in OS path

bharathv commented on a change in pull request #793: HBASE-23255 CLI hbase command prints ERROR when hadoop is set in OS path
URL: https://github.com/apache/hbase/pull/793#discussion_r342697311
 
 

 ##########
 File path: bin/hbase
 ##########
 @@ -188,7 +188,7 @@ if [ -d "$HBASE_HOME/hbase-server/target/hbase-webapps" ]; then
 fi
 
 #add the hbase jars for each module
-for f in $HBASE_HOME/hbase-jars/hbase*.jar; do
+for f in $HBASE_HOME/lib/hbase*.jar; do
 
 Review comment:
   Looks like the commit only fixes the tar-ball version of shell and not a dev build (where the lib/ is not populated). Curious if that was intentional. Fix lgtm otherwise.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services