Hive CLI:可能的退出代码及其含义是什么?
我正在开发一个 shell 脚本,它使用 Hive CLI 客户端来执行一些 HQL 脚本。有时这些调用可能会生成异常,在我的脚本中,我必须检查何时发生这种情况。
我很难在 CLI 客户端上找到任何文档。我在 hive.apache.org 或 Wiki,相关的 Google 搜索也不会返回任何有用的内容。
谁能给我提供 Hive CLI 可能的退出代码及其含义的列表?
I'm working on a shell script that uses the Hive CLI client to execute some HQL scripts. Sometimes these calls can generate an Exception, and in my script, I have to check for when that happens.
I'm having a hard time finding any documentation whatsoever on the CLI client. I can't find anything on hive.apache.org OR the Wiki, and pertinent Google searches don't return anything useful either.
Can anyone provide me with a list of possible exit codes for the Hive CLI and their meanings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 hive thrift api 来代替呢?然后您会收到带有正确消息的异常返回。
在 ruby 中,它很简单:
Why not use the hive thrift api instead? Then you get exceptions returned with proper messages.
In ruby it's as simple as: