[
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)