[jira] [Commented] (PIG-2277) Make Pig compile against Hadoop 0.22

2011-09-13 Thread Joep Rottinghuis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104198#comment-13104198 ] Joep Rottinghuis commented on PIG-2277: --- Looks like I missed the eclipse.templates/.cl

[jira] [Updated] (PIG-2277) Make Pig compile against Hadoop 0.22

2011-09-13 Thread Joep Rottinghuis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joep Rottinghuis updated PIG-2277: -- Attachment: PIG-2277-branch-0.8.patch Attaching patch for branch-0.8. Updated build.xml, ivy sett

[jira] [Updated] (PIG-2277) Make Pig compile against Hadoop 0.22

2011-09-13 Thread Joep Rottinghuis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joep Rottinghuis updated PIG-2277: -- Status: Patch Available (was: Open) > Make Pig compile against Hadoop 0.22 > ---

[jira] [Updated] (PIG-2273) Pig.compileFromFile in embedded python fails when pig script starts with a comment

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-2273: Resolution: Fixed Fix Version/s: 0.10 Status: Resolved (was: Patch Available) Patch commit

[jira] [Commented] (PIG-2273) Pig.compileFromFile in embedded python fails when pig script starts with a comment

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104095#comment-13104095 ] Alan Gates commented on PIG-2273: - Unit tests pass, test-patch returns: {code} [exec]

[jira] [Updated] (PIG-604) Kill the Pig job should kill all associated Hadoop Jobs

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-604: --- Release Note: Previous to this fix Pig would not start any new MapReduce jobs once the Pig controlling process w

[jira] [Updated] (PIG-2239) Pig should use "bin/hadoop jar pig-withouthadoop.jar" in bin/pig instead of forming java command itself

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-2239: Release Note: With this change it is now possible to run Pig with different versions of Hadoop just by settin

[jira] [Updated] (PIG-2264) Change conf/log4j.properties to conf/log4j.properties.template

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-2264: Release Note: The file conf/log4j.properties has been renamed log4j.properties.template, as it is intended to

[jira] [Updated] (PIG-2273) Pig.compileFromFile in embedded python fails when pig script starts with a comment

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-2273: Attachment: e2etest.patch This patch adds an e2e test that tests the same functionality. > Pig.compileFromFi

[jira] [Commented] (PIG-2228) support partial aggregation in map task

2011-09-13 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104076#comment-13104076 ] jirapos...@reviews.apache.org commented on PIG-2228: --

Re: Review Request: PIG-2228: support partial aggregation in map task

2011-09-13 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1817/#review1877 --- trunk/src/org/apache/pig/Main.java

[jira] [Commented] (PIG-2260) Make all pig e2e enhancements available to 0.9 branch

2011-09-13 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104075#comment-13104075 ] Daniel Dai commented on PIG-2260: - It would be nice to commit into 0.9 as well. This is test

Jenkins build is back to normal : Pig-trunk #1090

2011-09-13 Thread Apache Jenkins Server
See

[jira] [Created] (PIG-2283) Algebraic Init, Intermediate func return types should be checked at query compile time

2011-09-13 Thread Thejas M Nair (JIRA)
Algebraic Init, Intermediate func return types should be checked at query compile time -- Key: PIG-2283 URL: https://issues.apache.org/jira/browse/PIG-2283 Project: P

[jira] [Assigned] (PIG-2273) Pig.compileFromFile in embedded python fails when pig script starts with a comment

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-2273: --- Assignee: Doug Daniels > Pig.compileFromFile in embedded python fails when pig script starts with a >

[jira] [Updated] (PIG-2273) Pig.compileFromFile in embedded python fails when pig script starts with a comment

2011-09-13 Thread Doug Daniels (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Daniels updated PIG-2273: -- Attachment: PIG-2273.patch Here's an updated patch with git diff --no-prefix. > Pig.compileFromFile in e

[jira] [Updated] (PIG-2273) Pig.compileFromFile in embedded python fails when pig script starts with a comment

2011-09-13 Thread Doug Daniels (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Daniels updated PIG-2273: -- Attachment: (was: PIG-2273.patch) > Pig.compileFromFile in embedded python fails when pig script star

[jira] [Commented] (PIG-2273) Pig.compileFromFile in embedded python fails when pig script starts with a comment

2011-09-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103761#comment-13103761 ] Alan Gates commented on PIG-2273: - Doug, when generating patches from git please use "git di

[jira] [Updated] (PIG-2278) Wrong version numbers for libraries in eclipse template classpath

2011-09-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated PIG-2278: Fix Version/s: 0.10 > Wrong version numbers for libraries in eclipse

[jira] [Commented] (PIG-1387) Syntactical Sugar for PIG-1385

2011-09-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103693#comment-13103693 ] Gianmarco De Francisci Morales commented on PIG-1387: - Thanks Alan, any

[jira] [Created] (PIG-2282) Automatically update Eclipse .classpath file when new libs are added to the classpath through Ivy

2011-09-13 Thread Gianmarco De Francisci Morales (JIRA)
Automatically update Eclipse .classpath file when new libs are added to the classpath through Ivy - Key: PIG-2282 URL: https://issues.apache.org/jira/browse/PIG-2282

[jira] [Commented] (PIG-2278) Wrong version numbers for libraries in eclipse template classpath

2011-09-13 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103642#comment-13103642 ] Gianmarco De Francisci Morales commented on PIG-2278: - Thanks Ashutosh,

[jira] [Created] (PIG-2281) pig-0.8.1: some unit test case failed with open source JDK

2011-09-13 Thread fang fang chen (JIRA)
pig-0.8.1: some unit test case failed with open source JDK -- Key: PIG-2281 URL: https://issues.apache.org/jira/browse/PIG-2281 Project: Pig Issue Type: Bug Affects Versions: 0.8.1

Build failed in Jenkins: Pig-trunk #1089

2011-09-13 Thread Apache Jenkins Server
See Changes: [daijy] PIG-2272: e2e test harness should be able to set HADOOP_HOME -- [...truncated 6690 lines...] [findbugs] org.apache.commons.cli.CommandLineParser [findbugs] org.antlr.runtime.

[jira] [Commented] (PIG-2228) support partial aggregation in map task

2011-09-13 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103483#comment-13103483 ] jirapos...@reviews.apache.org commented on PIG-2228: --

Re: Review Request: PIG-2228: support partial aggregation in map task

2011-09-13 Thread Dmitriy Ryaboy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1817/#review1868 --- trunk/src/org/apache/pig/Main.java

[jira] [Commented] (PIG-2172) Fix test failure for ant 1.8.x

2011-09-13 Thread fang fang chen (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103450#comment-13103450 ] fang fang chen commented on PIG-2172: - Only the three test cases mentioned in pig-2171-1