[
https://issues.apache.org/jira/browse/PIG-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573489#action_12573489
]
Stefan Groschupf commented on PIG-115:
--------------------------------------
Alan,
I'm working on improvements. Here already some feedback.
I 100 % agree regarding the environment variables, however those are only used
for log4j overwriting default values set in the log4j configuration file.
There is also a command line switch where a user can define a other log4j
configuration file.
Running the script from the same location as from other works for me well.
However I will try to investigate the problem.
The output you posted is absolutely fine and show that the script works, you
might missed to add -x local
so please try with
PIG_HOME$> bin/pig -x local
We have to set a default execution mode but we should not do that in the script
from my pov.
What os you working on?
Since the script is almost a 100 % copy of the hadoop one I'm surprised you
have such issue.
> 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
>
>
> 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.