Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BB7F172E8 for ; Sun, 7 Feb 2016 23:18:40 +0000 (UTC) Received: (qmail 86564 invoked by uid 500); 7 Feb 2016 23:18:40 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 86539 invoked by uid 500); 7 Feb 2016 23:18:40 -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 86525 invoked by uid 99); 7 Feb 2016 23:18:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Feb 2016 23:18:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DBA3E2C14F4 for ; Sun, 7 Feb 2016 23:18:39 +0000 (UTC) Date: Sun, 7 Feb 2016 23:18:39 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13016) ORC FileDump recovery utility fails in Windows 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-13016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136513#comment-15136513 ] Hive QA commented on HIVE-13016: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12786599/HIVE-13016.2.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 10052 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import org.apache.hive.jdbc.TestSSL.testSSLVersion {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6899/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6899/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-6899/ 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: 12786599 - PreCommit-HIVE-TRUNK-Build > ORC FileDump recovery utility fails in Windows > ---------------------------------------------- > > Key: HIVE-13016 > URL: https://issues.apache.org/jira/browse/HIVE-13016 > Project: Hive > Issue Type: Bug > Affects Versions: 1.3.0, 2.1.0 > Reporter: Jason Dere > Assignee: Prasanth Jayachandran > Attachments: HIVE-13016.1.patch, HIVE-13016.2.patch > > > org.apache.hive.hcatalog.streaming.TestStreaming.testFileDumpCorruptDataFiles > org.apache.hive.hcatalog.streaming.TestStreaming.testFileDumpCorruptSideFiles > java.io.IOException: Unable to move file:/E:/hive/hcatalog/streaming/target/tmp/junit4129594478393496260/testing3.db/dimensionTable/delta_0000001_0000002/bucket_00000 to E:/hive/hcatalog/streaming/target/tmp/E:/hive/hcatalog/streaming/target/tmp/junit4129594478393496260/testing3.db/dimensionTable/delta_0000001_0000002/bucket_00000 > at org.apache.hadoop.hive.ql.io.orc.FileDump.moveFiles(FileDump.java:546)^M > at org.apache.hadoop.hive.ql.io.orc.FileDump.recoverFile(FileDump.java:513)^M > at org.apache.hadoop.hive.ql.io.orc.FileDump.recoverFiles(FileDump.java:428)^M > at org.apache.hadoop.hive.ql.io.orc.FileDump.main(FileDump.java:125)^M > at org.apache.hive.hcatalog.streaming.TestStreaming.testFileDumpCorruptSideFiles(TestStreaming.java:1523)^M > Note that FileDump appends the full source path to the backup path when trying to recover files (see "E:" in the middle of the destination path). -- This message was sent by Atlassian JIRA (v6.3.4#6332)