Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 FileInputFormat 有时会抛出异常,我希望用户看到来自异常的消息。有没有办法通知直线异常。它只是显示Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask (state=08S01,code=1)
Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask (state=08S01,code=1)
如果您在调用中添加--verbose=true和--showNestedErrs=true标志,直线将提供更多错误消息。beeline
--verbose=true
--showNestedErrs=true
beeline