Bill Graham | 1 May 2012 02:16
Picon
Gravatar

Re: Publishing snapshot builds

Actually, it looks like snapshots are already being published:

https://repository.apache.org/content/groups/snapshots/org/apache/pig/pig/

Awesome.

On Mon, Apr 30, 2012 at 2:23 PM, Daniel Dai <daijy@...> wrote:

> Yes, that will be great. "ant mvn-deploy" is the target to publish to
> maven snapshot.
>
> Daniel
>
> On Mon, Apr 30, 2012 at 12:57 PM, Bill Graham <billgraham@...>
> wrote:
> > We've run into a number of cases lately where it would be useful to be
> able
> > to reference snapshot builds of Pig. What do people think of changing our
> > CI system to publish a snapshot build to the maven repos? How automated
> is
> > our current publishing process? I'm wondering if this could be an ant
> > target or a post-build script that Hudson kicks off.
> >
> > thanks,
> > Bill
>

--

-- 
*Note that I'm no longer using my Yahoo! email address. Please email me at
billgraham@... going forward.*
(Continue reading)

Alan Gates (JIRA | 1 May 2012 02:31
Picon
Favicon

[Updated] (PIG-2677) Add target to build.xml to generate clover summary reports


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

Alan Gates updated PIG-2677:
----------------------------

    Attachment: PIG-2677.patch

This patch adds a generate-pdf-clover-reports target that generates a one page pdf summary report.

> Add target to build.xml to generate clover summary reports
> ----------------------------------------------------------
>
>                 Key: PIG-2677
>                 URL: https://issues.apache.org/jira/browse/PIG-2677
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>            Priority: Minor
>         Attachments: PIG-2677.patch
>
>
> In addition to generating the detailed clover result pages, it is convenient to be able to generate a one
page pdf summary.  We should add a Pig target to do this.

--
(Continue reading)

Alan Gates (JIRA | 1 May 2012 02:31
Picon
Favicon

[Created] (PIG-2677) Add target to build.xml to generate clover summary reports

Alan Gates created PIG-2677:
-------------------------------

             Summary: Add target to build.xml to generate clover summary reports
                 Key: PIG-2677
                 URL: https://issues.apache.org/jira/browse/PIG-2677
             Project: Pig
          Issue Type: Improvement
          Components: build
    Affects Versions: 0.11
            Reporter: Alan Gates
            Assignee: Alan Gates
            Priority: Minor
         Attachments: PIG-2677.patch

In addition to generating the detailed clover result pages, it is convenient to be able to generate a one
page pdf summary.  We should add a Pig target to do this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Alan Gates (JIRA | 1 May 2012 02:31
Picon
Favicon

[Updated] (PIG-2677) Add target to build.xml to generate clover summary reports


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

Alan Gates updated PIG-2677:
----------------------------

    Fix Version/s: 0.11
           Status: Patch Available  (was: Open)

> Add target to build.xml to generate clover summary reports
> ----------------------------------------------------------
>
>                 Key: PIG-2677
>                 URL: https://issues.apache.org/jira/browse/PIG-2677
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2677.patch
>
>
> In addition to generating the detailed clover result pages, it is convenient to be able to generate a one
page pdf summary.  We should add a Pig target to do this.

(Continue reading)

Daniel Dai (JIRA | 1 May 2012 02:33
Picon
Favicon

[Commented] (PIG-2677) Add target to build.xml to generate clover summary reports


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

Daniel Dai commented on PIG-2677:
---------------------------------

+1

> Add target to build.xml to generate clover summary reports
> ----------------------------------------------------------
>
>                 Key: PIG-2677
>                 URL: https://issues.apache.org/jira/browse/PIG-2677
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2677.patch
>
>
> In addition to generating the detailed clover result pages, it is convenient to be able to generate a one
page pdf summary.  We should add a Pig target to do this.

(Continue reading)

Daniel Dai (JIRA | 1 May 2012 02:37
Picon
Favicon

[Updated] (PIG-2674) Document how parameter values that contain spaces can be passed to Pig


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

Daniel Dai updated PIG-2674:
----------------------------

    Fix Version/s: 0.10.1
                   0.11

> Document how parameter values that contain spaces can be passed to Pig
> ----------------------------------------------------------------------
>
>                 Key: PIG-2674
>                 URL: https://issues.apache.org/jira/browse/PIG-2674
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Aniket Mokashi
>              Labels: docs, simple
>             Fix For: 0.11, 0.10.1
>
>
> I tried to run this on pig-0.9 branch and pig-trunk. This isn't fixed!
> Try--
> {code}
> java -cp pig.jar org.apache.pig.Main -x local -f temp.pig -p "NAME=Aniket Mokashi"
> {code}
> temp.pig-
> {code}
> a = load '1.txt';
(Continue reading)

Daniel Dai (JIRA | 1 May 2012 02:39
Picon
Favicon

[Resolved] (PIG-2562) Apache Pig does not work on Amazon's Elastic MapReduce


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

Daniel Dai resolved PIG-2562.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.10.0

This should be solved in 0.10.0. If you saw any more issue, please open a new Jira with more specific information.

> Apache Pig does not work on Amazon's Elastic MapReduce
> ------------------------------------------------------
>
>                 Key: PIG-2562
>                 URL: https://issues.apache.org/jira/browse/PIG-2562
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.1, 0.9.2, 0.10.0, 0.11
>         Environment: Amazon Elastic MapReduce
>            Reporter: Russell Jurney
>            Priority: Critical
>              Labels: am, does, emr, i, not, sad, work
>             Fix For: 0.10.0
>
>
> See https://forums.aws.amazon.com/thread.jspa?messageID=323063
> According to this thread, only Amazon's proprietary hadoop-core.jar enables S3 to work on with Pig. 
Apache Pig does not work.
(Continue reading)

Daniel Dai (JIRA | 1 May 2012 02:43
Picon
Favicon

[Commented] (PIG-2583) Add Grunt command to list the statements in cache


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

Daniel Dai commented on PIG-2583:
---------------------------------

Thanks, I will take a look.

> Add Grunt command to list the statements in cache
> -------------------------------------------------
>
>                 Key: PIG-2583
>                 URL: https://issues.apache.org/jira/browse/PIG-2583
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.10.0
>            Reporter: Daniel Dai
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.11
>
>         Attachments: gruntHistory.patch
>
>
> It is convenient to list statements in cache:
> grunt> a = load '1.txt';         
> grunt> b = foreach a generate $0, $1;
> grunt> list
(Continue reading)

Daniel Dai (JIRA | 1 May 2012 02:51
Picon
Favicon

[Updated] (PIG-2583) Add Grunt command to list the statements in cache


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

Daniel Dai updated PIG-2583:
----------------------------

    Assignee: Allan AvendaƱo

> Add Grunt command to list the statements in cache
> -------------------------------------------------
>
>                 Key: PIG-2583
>                 URL: https://issues.apache.org/jira/browse/PIG-2583
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.10.0
>            Reporter: Daniel Dai
>            Assignee: Allan AvendaƱo
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.11
>
>         Attachments: gruntHistory.patch
>
>
> It is convenient to list statements in cache:
> grunt> a = load '1.txt';         
> grunt> b = foreach a generate $0, $1;
> grunt> list
(Continue reading)

Bill Graham (JIRA | 1 May 2012 02:55
Picon
Favicon

[Commented] (PIG-2660) PPNL should get notified of plan before it gets executed


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

Bill Graham commented on PIG-2660:
----------------------------------

Opened PIG-2678 for creating an abstract PPNL. Unless anyone else has comments, I'll commit patch #2.

> PPNL should get notified of plan before it gets executed
> --------------------------------------------------------
>
>                 Key: PIG-2660
>                 URL: https://issues.apache.org/jira/browse/PIG-2660
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Bill Graham
>            Assignee: Bill Graham
>         Attachments: PIG-2660.1.patch, PIG-2660.2.patch
>
>
> The {{PigProgressNotificationListner}} should get notified of the plan ({{MROperPlan}}) before it
gets executed. This allows listeners to inspect the plan and have an idea what to expect in the execution
flow. Proposal is to add the following method to the PPNL interface, which is marked as evolving:
> {code}
> public void initialPlanNotification(MROperPlan plan);
> {code}

--
(Continue reading)


Gmane