-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-23090 Update start-hbase.sh and stop-hbase.sh #665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
removed extra '=' sign which gave an error: "55: [: false: unexpected operator"
|
🎊 +1 overall
This message was automatically generated. |
|
Thanks for the PR @Tikiri16 |
virajjasani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally this change should not be required. Did you try with ./start-hbase.sh or sh start-hbase.sh?
Update stop-hbase.sh
|
Yes, I tried using ./ but, it still showed that error. |
|
💔 -1 overall
This message was automatically generated. |
|
Just confirmed both of these scripts work as-is using HBase 2.2.1 on Ubuntu 18 with Bash 4.4.20(1). Something is incorrect in your environment, please bring the issue up on the user@hbase mailing list. |
removed extra '=' sign which gave an error: "55: [: false: unexpected operator"