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 409CD200C09 for ; Wed, 11 Jan 2017 02:31:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3F20D160B4B; Wed, 11 Jan 2017 01:31: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 873BF160B3D for ; Wed, 11 Jan 2017 02:30:59 +0100 (CET) Received: (qmail 44016 invoked by uid 500); 11 Jan 2017 01:30: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 44002 invoked by uid 99); 11 Jan 2017 01:30:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 01:30:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 997DD2C1F56 for ; Wed, 11 Jan 2017 01:30:58 +0000 (UTC) Date: Wed, 11 Jan 2017 01:30:58 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-15564) set task's jobID with hadoop map reduce job ID for PartialScanTask, MergeFileTask and ColumnTruncateTask. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 01:31:00 -0000 [ https://issues.apache.org/jira/browse/HIVE-15564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816769#comment-15816769 ] Hive QA commented on HIVE-15564: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12846655/HIVE-15564.001.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 10947 tests executed *Failed tests:* {noformat} TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out) (batchId=233) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[case_sensitivity] (batchId=61) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[input_testxpath] (batchId=28) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[udf_coalesce] (batchId=75) org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic] (batchId=134) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[offset_limit_ppd_optimizer] (batchId=150) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vec_part] (batchId=148) org.apache.hive.service.server.TestHS2HttpServer.org.apache.hive.service.server.TestHS2HttpServer (batchId=185) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2869/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2869/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2869/ 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: 8 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12846655 - PreCommit-HIVE-Build > set task's jobID with hadoop map reduce job ID for PartialScanTask, MergeFileTask and ColumnTruncateTask. > --------------------------------------------------------------------------------------------------------- > > Key: HIVE-15564 > URL: https://issues.apache.org/jira/browse/HIVE-15564 > Project: Hive > Issue Type: Improvement > Components: Hive > Reporter: zhihai xu > Assignee: zhihai xu > Priority: Minor > Attachments: HIVE-15564.000.patch, HIVE-15564.001.patch > > > set task's jobID with hadoop map reduce job ID for PartialScanTask, MergeFileTask and ColumnTruncateTask. Since ExecDriver already set task's jobID with hadoop map reduce job ID, this patch will make it consistent for all tasks who submit map reduce job. > {code} > // Finally SUBMIT the JOB! > rj = jc.submitJob(job); > this.jobID = rj.getJobID(); > updateStatusInQueryDisplay(); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)