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 77B3917236 for ; Sat, 11 Oct 2014 05:40:34 +0000 (UTC) Received: (qmail 52466 invoked by uid 500); 11 Oct 2014 05:40:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 52392 invoked by uid 500); 11 Oct 2014 05:40:34 -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 52371 invoked by uid 500); 11 Oct 2014 05:40:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 52367 invoked by uid 99); 11 Oct 2014 05:40:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2014 05:40:33 +0000 Date: Sat, 11 Oct 2014 05:40:33 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6972) jdbc HTTP configuration options should be part of sessionConf part of connection string 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-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168012#comment-14168012 ] Hive QA commented on HIVE-6972: ------------------------------- {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/12673851/HIVE-6972.4.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4137 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_tez_smb_1 {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1205/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1205/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1205/ 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: 12673851 > jdbc HTTP configuration options should be part of sessionConf part of connection string > --------------------------------------------------------------------------------------- > > Key: HIVE-6972 > URL: https://issues.apache.org/jira/browse/HIVE-6972 > Project: Hive > Issue Type: Bug > Components: HiveServer2, JDBC > Affects Versions: 0.13.0 > Reporter: Thejas M Nair > Assignee: Vaibhav Gumashta > Fix For: 0.14.0 > > Attachments: HIVE-6972.1.patch, HIVE-6972.2.patch, HIVE-6972.3.patch, HIVE-6972.4.patch > > > The http connection parameters are currently part of the HiveConf section of the connection string. It should ideally be part of SessionConf section, as that is where rest of the connection parameters are. > HTTP transport parameters are not part of the hiveconfiguration parameters that need to be set. > ie > instead of > jdbc:hive2://:/?hive.server2.transport.mode=http;hive.server2.thrift.http.path= > it should be - > jdbc:hive2://:/;transportMode=http;httpPath= -- This message was sent by Atlassian JIRA (v6.3.4#6332)