Daniel Dai created PIG-4972:
-------------------------------
Summary: StreamingIO_1 fail on perl 5.22
Key: PIG-4972
URL: https://issues.apache.org/jira/browse/PIG-4972
Project: Pig
Issue Type: Bug
Components: e2e harness
Reporter: Daniel Dai
Assignee: Daniel Dai
Fix For: 0.17.0
Saw StreamingIO_1 on particular perl version due to a warning in
PigStreaming.pl. You can see the warning in any version of perl using "perl -w":
{code}
defined(%hash) is deprecated at streaming/PigStreaming.pl line 76.
(Maybe you should just omit the defined()?)
{code}
In some particular version of perl, warning check is mandatory and the perl
script just fail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)