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 2017/08/03 22:17:00 UTC

[jira] [Commented] (PIG-5264) Remove deprecated keys from PigConfiguration

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

Rohini Palaniswamy commented on PIG-5264:
-----------------------------------------

Ran into this error with HCatLoader after this patch.
{code}
java.lang.NoSuchMethodError: org.apache.pig.ResourceStatistics.setmBytes(Ljava/lang/Long;)Lorg/apache/pig/ResourceStatistics;
	at org.apache.hive.hcatalog.pig.HCatLoader.getStatistics(HCatLoader.java:399)
{code}

We should put ResourceStatistics.setmBytes back

> Remove deprecated keys from PigConfiguration
> --------------------------------------------
>
>                 Key: PIG-5264
>                 URL: https://issues.apache.org/jira/browse/PIG-5264
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Nandor Kollar
>            Assignee: Nandor Kollar
>            Priority: Minor
>             Fix For: 0.18.0
>
>         Attachments: PIG-5264_1.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> PigConfiguration includes several deprecated constants (like INSERT_ENABLED, SCHEMA_TUPLE_SHOULD_ALLOW_FORCE, etc.). This should be removed as all a deprecated since multiple version.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)