有人有蜂巢错误代码列表吗? [英] Does anyone have a List of hive error codes?

查看:88
本文介绍了有人有蜂巢错误代码列表吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人有蜂巢错误代码列表吗?

Does anyone have the list of hive error codes?

例如,如果我们在蜂巢中发现一个表未找到错误,则"echo $?"的值将是17.

For example, if we get a table not found error in hive, the value of "echo $?" will be 17.

推荐答案

如果您查看

If you look at https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java you'll see most of the error codes.

尽管为了将它们映射到退出代码,您可能必须逐步浏览CLI代码以进行跟踪.

Although in order to map these to an exit code, you'd probably have to walk through the CLI code to trace that.

这篇关于有人有蜂巢错误代码列表吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆