Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 108E0200BB8 for ; Sat, 29 Oct 2016 05:00:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0A92E160AF5; Sat, 29 Oct 2016 03:00:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 53082160AE4 for ; Sat, 29 Oct 2016 04:59:59 +0200 (CEST) Received: (qmail 89730 invoked by uid 500); 29 Oct 2016 02:59:58 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 89718 invoked by uid 99); 29 Oct 2016 02:59:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2016 02:59:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 532582C0086 for ; Sat, 29 Oct 2016 02:59:58 +0000 (UTC) Date: Sat, 29 Oct 2016 02:59:58 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-15060) Remove the autoCommit warning from beeline MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 29 Oct 2016 03:00:00 -0000 [ https://issues.apache.org/jira/browse/HIVE-15060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15617281#comment-15617281 ] Hive QA commented on HIVE-15060: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12835878/HIVE-15060.2.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 10628 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_5] (batchId=90) org.apache.hive.spark.client.TestSparkClient.testJobSubmission (batchId=272) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1874/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1874/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-1874/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase 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: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12835878 - PreCommit-HIVE-Build > Remove the autoCommit warning from beeline > ------------------------------------------ > > Key: HIVE-15060 > URL: https://issues.apache.org/jira/browse/HIVE-15060 > Project: Hive > Issue Type: Bug > Reporter: Tao Li > Assignee: Tao Li > Attachments: HIVE-15060.1.patch, HIVE-15060.2.patch > > > WARN jdbc.HiveConnection: Request to set autoCommit to false; Hive does not support autoCommit=false. > Transaction isolation: TRANSACTION_REPEATABLE_READ > 0: jdbc:hive2://ctr-e89-1466633100028-0275-01 > By default, this beeline setting is false, while hive only support autoCommit=true for now. So this warning does mot make sense and should be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)