Return 到 linux 执行 HBase shell 脚本后的命令行提示符
Return to linux command line prompt after executing an HBase shell script
我正在尝试 运行 一个像
这样的 hbase shell 脚本
hbase shell my_script.sh
(...它工作正常)。
执行后我看到 hbase shell 提示。
执行完脚本后,hbaseshell和return留给linux命令行怎么办?
这可能是一个简单的问题,但我还没有弄明白。
谢谢
从here可以看出命令是:
exit
我正在尝试 运行 一个像
这样的 hbase shell 脚本hbase shell my_script.sh
(...它工作正常)。
执行后我看到 hbase shell 提示。 执行完脚本后,hbaseshell和return留给linux命令行怎么办?
这可能是一个简单的问题,但我还没有弄明白。
谢谢
从here可以看出命令是:
exit