Repository: hive Updated Branches: refs/heads/branch-2.1 fbd438245 -> dde488142
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/dde48814 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/dde48814 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/dde48814 Branch: refs/heads/branch-2.1 Commit: dde4881425c577cc7961c669dff7ac9c1fd825b0 Parents: fbd4382 Author: Sergio Pena <[email protected]> Authored: Wed Oct 19 15:49:28 2016 -0500 Committer: Sergio Pena <[email protected]> Committed: Wed Oct 19 15:50:09 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/dde48814/beeline/src/main/resources/BeeLine.properties ---------------------------------------------------------------------- diff --git a/beeline/src/main/resources/BeeLine.properties b/beeline/src/main/resources/BeeLine.properties index 12e379c..61a85ee 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.
