Gianmarco De Francisci Morales created PIG-2920:
---------------------------------------------------

             Summary: 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

Reply via email to