Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 B77DE10444 for ; Wed, 2 Oct 2013 22:35:42 +0000 (UTC) Received: (qmail 3870 invoked by uid 500); 2 Oct 2013 22:35:42 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 3831 invoked by uid 500); 2 Oct 2013 22:35:42 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 3768 invoked by uid 500); 2 Oct 2013 22:35:42 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 3739 invoked by uid 99); 2 Oct 2013 22:35:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 22:35:42 +0000 Date: Wed, 2 Oct 2013 22:35:42 +0000 (UTC) From: "Rohini Palaniswamy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PIG-3495) Streaming udf e2e tests failures on 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/PIG-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784560#comment-13784560 ] Rohini Palaniswamy commented on PIG-3495: ----------------------------------------- if (Shell.WINDOWS && scriptPath.charAt(1)==':') { + scriptPath = scriptPath.charAt(0) + scriptPath.substring(2); + } Can you tell what exactly is the error and how this change will make it work? Doesn't this piece of code look for files inside jar. How does removing : after drive letter help here? > Streaming udf e2e tests failures on Windows > ------------------------------------------- > > Key: PIG-3495 > URL: https://issues.apache.org/jira/browse/PIG-3495 > Project: Pig > Issue Type: Bug > Components: impl > Reporter: Daniel Dai > Assignee: Daniel Dai > Fix For: 0.12.0 > > Attachments: PIG-3495-1.patch > > > Scripting_[1-12] works on single node cluster, but fail on remote cluster. -- This message was sent by Atlassian JIRA (v6.1#6144)