In unit tests Util.executeShellCommand relies on java commands being in the 
path and does not consider JAVA_HOME
----------------------------------------------------------------------------------------------------------------

                 Key: PIG-1346
                 URL: https://issues.apache.org/jira/browse/PIG-1346
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.6.0, 0.7.0
            Reporter: Pradeep Kamath
            Assignee: Pradeep Kamath


Util.executeShellCommand is currently used in unit tests to execute java 
related binaries like "java", "javac", "jar" - this method should check if 
JAVA_HOME is set and use $JAVA_HOME/bin/java etc. If JAVA_HOME is not set, the 
method can try and execute the command as-is.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to