You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dm...@apache.org on 2020/05/14 13:36:32 UTC

[hive] branch master updated: HIVE-23407: Prompt Beeline Users To Enable Verbose Logging on Error (David Mollitor, reviewed by Ashutosh Chauhan)

This is an automated email from the ASF dual-hosted git repository.

dmollitor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 43ac992  HIVE-23407: Prompt Beeline Users To Enable Verbose Logging on Error (David Mollitor, reviewed by Ashutosh Chauhan)
43ac992 is described below

commit 43ac992baf3242204544533c6bca10791cf8a6a7
Author: David Mollitor <da...@cloudera.com>
AuthorDate: Thu May 14 09:36:02 2020 -0400

    HIVE-23407: Prompt Beeline Users To Enable Verbose Logging on Error (David Mollitor, reviewed by Ashutosh Chauhan)
---
 beeline/src/main/resources/BeeLine.properties | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/beeline/src/main/resources/BeeLine.properties b/beeline/src/main/resources/BeeLine.properties
index d4b8f17..1a70e85 100644
--- a/beeline/src/main/resources/BeeLine.properties
+++ b/beeline/src/main/resources/BeeLine.properties
@@ -148,10 +148,13 @@ hs2-unexpected-end-of-file: Unexpected end of file when reading from HS2 server.
 cause might be too many concurrent connections. Please ask the administrator to check the number \
 of active connections, and adjust hive.server2.thrift.max.worker.threads if applicable.
 hs2-could-not-open-connection: Could not open connection to the HS2 server. Please check the \
-server URI and if the URI is correct, then ask the administrator to check the server status.
+server URI and if the URI is correct, then ask the administrator to check the server status. \
+Enable verbose error messages (--verbose=true) for more information.
 hs2-connection-timed-out: Connection timeout when communicating with HS2 server.
-hs2-unknown-connection-problem: Unknown HS2 problem when communicating with Thrift server.
-hs2-unexpected-error: Unexpected HS2 error when communicating with the Thrift server.
+hs2-unknown-connection-problem: Unknown HS2 problem when communicating with Thrift server. \
+Enable verbose error messages (--verbose=true) for more information.
+hs2-unexpected-error: Unexpected HS2 error when communicating with the Thrift server. \
+Enable verbose error messages (--verbose=true) for more information.
 interrupt-ctrl-c: Interrupting... Please be patient this may take some time.