Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C36410D03 for ; Sun, 16 Feb 2014 08:04:24 +0000 (UTC) Received: (qmail 17238 invoked by uid 500); 16 Feb 2014 08:04:22 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 16822 invoked by uid 500); 16 Feb 2014 08:04:21 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 16814 invoked by uid 500); 16 Feb 2014 08:04:20 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 16808 invoked by uid 99); 16 Feb 2014 08:04:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 08:04:19 +0000 Date: Sun, 16 Feb 2014 08:04:19 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6339) Implement new JDK7 schema management APIs in java.sql.Connection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902661#comment-13902661 ] Hive QA commented on HIVE-6339: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12629120/HIVE-6339.4.patch {color:green}SUCCESS:{color} +1 5121 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1336/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1336/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12629120 > 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, HIVE-6339.4.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)