You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Jonas Grote <jf...@gmail.com> on 2012/09/13 10:58:46 UTC

Linking bin/pig to some PATH dir

Hello,

in bin/pig there is a line that says "resolve links - $0 may be a
softlink", yet it does not seem to resolve the link for the script
itself.
I'm not sure what line 71 intends to do, however the attached patch
should allow users to link bin/pig to their preferred PATH directory
and still make pig run as usual.

Best regards

Jonas

Re: Linking bin/pig to some PATH dir

Posted by Jonas Grote <jf...@gmail.com>.
Hi Cheolsoo,

thanks for your quick answer.
I created https://issues.apache.org/jira/browse/PIG-2919.

Jonas

2012/9/13 Cheolsoo Park <ch...@cloudera.com>:
> Hi Jonas,
>
> The Apache mailing list strips attached files. Would you mind opening a
> jira and attaching your patch there?
>
> https://issues.apache.org/jira/browse/PIG
>
> Thanks,
> Cheolsoo
>
> On Thu, Sep 13, 2012 at 1:58 AM, Jonas Grote <jf...@gmail.com> wrote:
>
>> Hello,
>>
>> in bin/pig there is a line that says "resolve links - $0 may be a
>> softlink", yet it does not seem to resolve the link for the script
>> itself.
>> I'm not sure what line 71 intends to do, however the attached patch
>> should allow users to link bin/pig to their preferred PATH directory
>> and still make pig run as usual.
>>
>> Best regards
>>
>> Jonas
>>

Re: Linking bin/pig to some PATH dir

Posted by Cheolsoo Park <ch...@cloudera.com>.
Hi Jonas,

The Apache mailing list strips attached files. Would you mind opening a
jira and attaching your patch there?

https://issues.apache.org/jira/browse/PIG

Thanks,
Cheolsoo

On Thu, Sep 13, 2012 at 1:58 AM, Jonas Grote <jf...@gmail.com> wrote:

> Hello,
>
> in bin/pig there is a line that says "resolve links - $0 may be a
> softlink", yet it does not seem to resolve the link for the script
> itself.
> I'm not sure what line 71 intends to do, however the attached patch
> should allow users to link bin/pig to their preferred PATH directory
> and still make pig run as usual.
>
> Best regards
>
> Jonas
>