HIVE-15022: Missing hs2-connection-timed-out in BeeLine.properties (Peter Vary, reviewed by Sergio Pena)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6d2eb1c4 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6d2eb1c4 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6d2eb1c4 Branch: refs/heads/hive-14535 Commit: 6d2eb1c4126b0a0f02a2b1788448c5ed70d80373 Parents: dedfaf9 Author: Sergio Pena <[email protected]> Authored: Wed Oct 19 15:49:28 2016 -0500 Committer: Sergio Pena <[email protected]> Committed: Wed Oct 19 15:49:28 2016 -0500 ---------------------------------------------------------------------- beeline/src/main/resources/BeeLine.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/6d2eb1c4/beeline/src/main/resources/BeeLine.properties ---------------------------------------------------------------------- diff --git a/beeline/src/main/resources/BeeLine.properties b/beeline/src/main/resources/BeeLine.properties index df31bff..141f0c6 100644 --- a/beeline/src/main/resources/BeeLine.properties +++ b/beeline/src/main/resources/BeeLine.properties @@ -147,7 +147,7 @@ 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. 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.
