[
https://issues.apache.org/jira/browse/PIG-5366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai updated PIG-5366:
----------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 0.18.0
Status: Resolved (was: Patch Available)
+1. Patch committed to trunk. Thanks [~abstractdog]!
> Enable PigStreamingDepend to load from current directory in newer Perl
> versions
> -------------------------------------------------------------------------------
>
> Key: PIG-5366
> URL: https://issues.apache.org/jira/browse/PIG-5366
> Project: Pig
> Issue Type: Bug
> Reporter: Laszlo Bodor
> Assignee: Laszlo Bodor
> Priority: Major
> Fix For: 0.18.0
>
> Attachments: PIG-5366_1.patch
>
>
> A perlĀ related issue found while testing streaming. In newer perl versions
> (>5.26), current directory (".") is not included in @INC, so
> PerlStreamingDepend may fail during "use PigStreamingModule;". A possible
> solution is to let this module add current directory for itself to make it
> more independent from the environment (current perl version).
> Test case was:
> {code}
> define CMD `perl PigStreamingDepend.pl - sio_5_1 sio_5_2` input(stdin)
> output('sio_5_1', 'sio_5_2') ship('./libexec/PigStreamingDepend.pl',
> './libexec/PigStreamingModule.pm');
> A = load '/user/hrt_qa/tests/data/singlefile/studenttab10k';
> B = stream A through CMD;
> store B into
> '/user/hrt_qa/out/hrtqa-1539851229-streaming.conf-StreamingIO/StreamingIO_5.out';
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)