You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2012/09/25 07:57:08 UTC

[jira] [Commented] (PIG-2920) e2e tests override PERL5LIB environment variable

    [ https://issues.apache.org/jira/browse/PIG-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462467#comment-13462467 ] 

Rohini Palaniswamy commented on PIG-2920:
-----------------------------------------

Removing it altogether might cause tests to fail as test/e2e/pig/testdist/libexec has some perl modules.

Can you instead set a property with default value as ./libexec and use the property name in the env element. It would be similar to other overridable properties with default value like harness.PH_LOCAL.
                
> e2e tests override PERL5LIB environment variable
> ------------------------------------------------
>
>                 Key: PIG-2920
>                 URL: https://issues.apache.org/jira/browse/PIG-2920
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>         Attachments: PIG-2920.patch
>
>
> I am not sure why but e2e tests set PERL5LIB like this:
> {code}
> <env key="PERL5LIB" value="./libexec"/>
> {code}
> This overrides any env variable, so there is no way to use custom Perl installations.
> This patch just removes the line, thus we will rely on the user to configure PERL5LIB appropriately.
> With this modification I am able to use my custom Perl installation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira