Details
Description
When a query submitted via Beeline fails, Beeline displays a generic error message as below:
FAILED: Execution Error, return code 1 from …
This is expected, as Beeline is basically a regular JDBC client and is hence limited by JDBC's capabilities today. But it would be useful if Beeline can return the full remote stack trace and task diagnostics or job ID.
Attachments
Issue Links
- duplicates
-
HIVE-7127 Handover more details on exception in hiveserver2
- Closed