[ https://issues.apache.org/jira/browse/HIVE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901378#comment-13901378 ]
Hive QA commented on HIVE-6339: ------------------------------- {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/12628889/HIVE-6339.2.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 5096 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_auto_sortmerge_join_16 {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1320/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1320/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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12628889 > Implement new JDK7 schema management APIs in java.sql.Connection > ----------------------------------------------------------------- > > Key: HIVE-6339 > URL: https://issues.apache.org/jira/browse/HIVE-6339 > Project: Hive > Issue Type: Improvement > Components: JDBC > Affects Versions: 0.13.0 > Reporter: Prasad Mujumdar > Assignee: Prasad Mujumdar > Attachments: HIVE-6339.1.patch, HIVE-6339.2.patch > > > JDK7 has added a few metadata methods in > [java.sql.Conntion|http://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html] > > {noformat} > getSchema() > setSchema() > getCatalog() > setCatalog() > {noformat} > Currently Hive JDBC just has stub implementation for all these methods throws > unsupported exception. This needs to be fixed. -- This message was sent by Atlassian JIRA (v6.1.5#6160)