[ https://issues.apache.org/jira/browse/PIG-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Dai closed PIG-1346. --------------------------- > 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 > Fix For: 0.6.0, 0.7.0 > > Attachments: PIG-1346-2.patch, PIG-1346.patch > > > 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.