Grokbase Groups Pig dev May 2010
FAQ
[ https://issues.apache.org/jira/browse/PIG-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872315#action_12872315 ]

Ashutosh Chauhan commented on PIG-283:
--------------------------------------

Proposal here is as suggested in the description. Expand set command so that set can take arbitrary key-value pairs and pass it on to the job-conf.
Allow to set arbitrary jobconf key-value pairs inside pig program
-----------------------------------------------------------------

Key: PIG-283
URL: https://issues.apache.org/jira/browse/PIG-283
Project: Pig
Issue Type: New Feature
Components: grunt
Reporter: Christian Kunz

It would be useful to be able to set arbitrary JobConf key-value pairs inside a pig program (e.g. in front of a COGROUP statement).
I wonder whether the simplest way to add this feature is by expanding the 'set' command functionality.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Search Discussions

  • Hadoop QA (JIRA) at May 28, 2010 at 1:29 pm
    [ https://issues.apache.org/jira/browse/PIG-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872969#action_12872969 ]

    Hadoop QA commented on PIG-283:
    -------------------------------

    -1 overall. Here are the results of testing the latest attachment
    http://issues.apache.org/jira/secure/attachment/12445710/pig-282.patch
    against trunk revision 949057.

    +1 @author. The patch does not contain any @author tags.

    +1 tests included. The patch appears to include 3 new or modified tests.

    +1 javadoc. The javadoc tool did not generate any warning messages.

    +1 javac. The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs. The patch does not introduce any new Findbugs warnings.

    +1 release audit. The applied patch does not increase the total number of release audit warnings.

    -1 core tests. The patch failed core unit tests.

    +1 contrib tests. The patch passed contrib unit tests.

    Test results: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h1.grid.sp2.yahoo.net/15/testReport/
    Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h1.grid.sp2.yahoo.net/15/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
    Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h1.grid.sp2.yahoo.net/15/console

    This message is automatically generated.
    Allow to set arbitrary jobconf key-value pairs inside pig program
    -----------------------------------------------------------------

    Key: PIG-283
    URL: https://issues.apache.org/jira/browse/PIG-283
    Project: Pig
    Issue Type: New Feature
    Components: grunt
    Affects Versions: 0.7.0
    Reporter: Christian Kunz
    Assignee: Ashutosh Chauhan
    Fix For: 0.8.0

    Attachments: pig-282.patch


    It would be useful to be able to set arbitrary JobConf key-value pairs inside a pig program (e.g. in front of a COGROUP statement).
    I wonder whether the simplest way to add this feature is by expanding the 'set' command functionality.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Ashutosh Chauhan (JIRA) at May 28, 2010 at 6:22 pm
    [ https://issues.apache.org/jira/browse/PIG-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873095#action_12873095 ]

    Ashutosh Chauhan commented on PIG-283:
    --------------------------------------

    Seems hudson didn't fully recover from its long hospital trip. All failures are unrelated and because of port conflicts. Patch is ready for review.
    Allow to set arbitrary jobconf key-value pairs inside pig program
    -----------------------------------------------------------------

    Key: PIG-283
    URL: https://issues.apache.org/jira/browse/PIG-283
    Project: Pig
    Issue Type: New Feature
    Components: grunt
    Affects Versions: 0.7.0
    Reporter: Christian Kunz
    Assignee: Ashutosh Chauhan
    Fix For: 0.8.0

    Attachments: pig-282.patch


    It would be useful to be able to set arbitrary JobConf key-value pairs inside a pig program (e.g. in front of a COGROUP statement).
    I wonder whether the simplest way to add this feature is by expanding the 'set' command functionality.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Dmitriy V. Ryaboy (JIRA) at May 28, 2010 at 6:50 pm
    [ https://issues.apache.org/jira/browse/PIG-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873106#action_12873106 ]

    Dmitriy V. Ryaboy commented on PIG-283:
    ---------------------------------------

    +1 looks good assuming tests actually pass.
    Allow to set arbitrary jobconf key-value pairs inside pig program
    -----------------------------------------------------------------

    Key: PIG-283
    URL: https://issues.apache.org/jira/browse/PIG-283
    Project: Pig
    Issue Type: New Feature
    Components: grunt
    Affects Versions: 0.7.0
    Reporter: Christian Kunz
    Assignee: Ashutosh Chauhan
    Fix For: 0.8.0

    Attachments: pig-282.patch


    It would be useful to be able to set arbitrary JobConf key-value pairs inside a pig program (e.g. in front of a COGROUP statement).
    I wonder whether the simplest way to add this feature is by expanding the 'set' command functionality.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Dmitriy V. Ryaboy (JIRA) at May 28, 2010 at 9:58 pm
    [ https://issues.apache.org/jira/browse/PIG-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873158#action_12873158 ]

    Dmitriy V. Ryaboy commented on PIG-283:
    ---------------------------------------

    Can you also update the docs in http://hadoop.apache.org/pig/docs/r0.6.0/piglatin_ref2.html ?
    Allow to set arbitrary jobconf key-value pairs inside pig program
    -----------------------------------------------------------------

    Key: PIG-283
    URL: https://issues.apache.org/jira/browse/PIG-283
    Project: Pig
    Issue Type: New Feature
    Components: grunt
    Affects Versions: 0.7.0
    Reporter: Christian Kunz
    Assignee: Ashutosh Chauhan
    Fix For: 0.8.0

    Attachments: pig-282.patch


    It would be useful to be able to set arbitrary JobConf key-value pairs inside a pig program (e.g. in front of a COGROUP statement).
    I wonder whether the simplest way to add this feature is by expanding the 'set' command functionality.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupdev @
categoriespig, hadoop
postedMay 27, '10 at 6:21p
activeMay 28, '10 at 9:58p
posts5
users1
websitepig.apache.org

1 user in discussion

Dmitriy V. Ryaboy (JIRA): 5 posts

People

Translate

site design / logo © 2023 Grokbase