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呼び出しに追加すると、Beeline はより多くのエラー メッセージを表示します。
--verbose=true
--showNestedErrs=true
beeline