[ 
https://issues.apache.org/jira/browse/PIG-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pradeep Kamath updated PIG-269:
-------------------------------

    Attachment: hadoop17_v3.patch

Attached new version of hadoop17 integration patch.
Delta with earlier version is changes in build.xml. In the earlier patch I had 
attempted to allow for all warnings to be captured in the compilation and the 
"unchecked cast" warnings were filtered out using the Concat ant Task after the 
javac task. However this had a problem in that when javac Task failed, Concat 
would not run and hence the actual errors would not be shown on the console. 
This version of the patch handles this by removing the Concat task and showing 
all compilation output on console. If -Dall.warnings is supplied on cmdline, 
*all* warnings (including unchecked cast) will now be shown. The default 
compilation (without -Dall.warnings) will show only "deprecation" warnings

> Merge changes from trunk to "types" branch
> ------------------------------------------
>
>                 Key: PIG-269
>                 URL: https://issues.apache.org/jira/browse/PIG-269
>             Project: Pig
>          Issue Type: Sub-task
>    Affects Versions: types_branch
>            Reporter: Pradeep Kamath
>            Assignee: Alan Gates
>             Fix For: types_branch
>
>         Attachments: hadoop17.patch, hadoop17_v2.patch, hadoop17_v3.patch, 
> merge_main_to_types_batch1.patch, PIG-114-118-merge.patch, PIG-129-164.patch, 
> PIG-256.patch
>
>
> A lot of changes have gone into trunk since the "types" branch was created. 
> This jira issue is to track merging the changes from trunk to "types" branch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to