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 E70A817F84 for ; Mon, 18 May 2015 20:31:59 +0000 (UTC) Received: (qmail 84736 invoked by uid 500); 18 May 2015 20:31:59 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 84715 invoked by uid 500); 18 May 2015 20:31:59 -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 84705 invoked by uid 99); 18 May 2015 20:31:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 20:31:59 +0000 Date: Mon, 18 May 2015 20:31:59 +0000 (UTC) From: "Hari Sankar Sivarama Subramaniyan (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-10664) Unit tests run fail in windows because of illegal escape character in file path 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-10664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14549167#comment-14549167 ] Hari Sankar Sivarama Subramaniyan commented on HIVE-10664: ---------------------------------------------------------- [~thejas]/ [~sushanth] Can you please look at this change. This is a very minor change, however it is important to switch all the itests in windows on. Thanks Hari > Unit tests run fail in windows because of illegal escape character in file path > -------------------------------------------------------------------------------- > > Key: HIVE-10664 > URL: https://issues.apache.org/jira/browse/HIVE-10664 > Project: Hive > Issue Type: Bug > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-10664.1.patch > > > {code:title=In windows we hit errors as shown below } > [ERROR] /D:/w/hv/itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/cli/TestHBaseNegativeCliDriver.java:[97,54] illegal escape character > {code} > Specifically, the lines it is complaining about in the log, look like this: > {code:title=line 97 of /itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/cli/TestHBaseNegativeCliDriver.java} > line 97: QTestUtil.addTestsToSuiteFromQfileNames("D:\w\hv\itests\qtest\target\generated-test-sources\java\org\apache\hadoop\hive\cli\TestHBaseNegativeCliDriverQFileNames.txt", qFilesToExecute, > {code} > It is executing the itests/qtests directory on the windows platform. It seems as if it is hitting a fairly simple portability problem, of the type that a small change will touch up all of them quickly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)