[
https://issues.apache.org/jira/browse/PIG-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Groschupf updated PIG-115:
---------------------------------
Attachment: PIG-115_v_4_r634426.patch
Hi Alan,
attached a verison that fixes the CDPATH problem - though I could not reproduce
it on my mac. I did as you suggested it.
Also as you suggested I added /build/pig\*-core.jar but also left the
/pig-\*core.jar since within the release the jar will be in the project home
folder.
I did not change to use the "fat" pig jar since as far I understand we all
agree we want to move away from that. The classpath constructions works fine on
my mac. Would you please so kind and attach the output if you ran the script
like this:
bin/pig -secretDebugCmd -x local
I will then try to figure out what the problem might be.
My output looks like this:
localhost:pig-debug joa23$ bin/pig -secretDebugCmd -x local
dry run:
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home//bin/java
-Xmx1000m
-Dpig.log.dir=/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../logs
-Dpig.log.file=pig.log
-Dpig.home.dir=/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/..
-Dpig.root.logger=INFO,console,DRFA -classpath
/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../conf:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home//lib/tools.jar:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../build/classes:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../build/test/classes:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../pig-*-core.jar:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../build/pig-0.1.0-dev-core.jar:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../lib/hadoop14.jar:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../lib/hadoop15.jar:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../lib/javacc.jar:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../lib/jsch-0.1.33.jar:/Users/joa23/Documents/workspaces/myCompany_workspace/pig-debug/bin/../lib/junit-4.1.jar
org.apache.pig.Main -x local
> start script for pig
> --------------------
>
> Key: PIG-115
> URL: https://issues.apache.org/jira/browse/PIG-115
> Project: Pig
> Issue Type: Improvement
> Reporter: Stefan Groschupf
> Attachments: PIG-115_v_1.patch, PIG-115_v_2.patch, PIG-115_v_3.patch,
> PIG-115_v_4_r634426.patch
>
>
> The current pig.pl is very y! specific, a generic start script is required
> that works for all users.
> Goal of this issue is to collect a list requirements a new script has to
> fulfill.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.