[ https://issues.apache.org/jira/browse/HIVE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880451#comment-13880451 ]
Hive QA commented on HIVE-6217: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12624892/HIVE-6217.1.patch {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 4949 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_annotate_stats_filter org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_annotate_stats_groupby org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_annotate_stats_join org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_annotate_stats_part org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_annotate_stats_select org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_annotate_stats_table org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_annotate_stats_union {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1002/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1002/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12624892 > Refactor Beeline's JDBC connection to use property map instead of long url > -------------------------------------------------------------------------- > > Key: HIVE-6217 > URL: https://issues.apache.org/jira/browse/HIVE-6217 > Project: Hive > Issue Type: Improvement > Components: CLI, JDBC > Affects Versions: 0.12.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Attachments: HIVE-6217.1.patch, HIVE-6217.1.patch, HIVE-6217.patch > > > To make a connection to HiverServer2, currently Beeline constructs a long url > that contains hiveconf and hivevariables. At JDBC driver side, it parses the > url into individual maps. Constructing and decomposing the url is complicated > and unnecessary, using a different method from JDBC DriverManager that takes > a property map makes the logic simpler, especially when hiveconf and hivevar > variables can also come from Beeline command line in addition to those in > connection url. > This is identified in and required by HIVE-6173. -- This message was sent by Atlassian JIRA (v6.1.5#6160)