[jira] [Created] (PIG-4026) Missing method error

2014-06-19 Thread Mustafa Adib (JIRA)
Mustafa Adib created PIG-4026: - Summary: Missing method error Key: PIG-4026 URL: https://issues.apache.org/jira/browse/PIG-4026 Project: Pig Issue Type: Bug Affects Versions: 0.12.0

what version will be the pig next release?

2014-06-19 Thread lulynn_2008
Hi All, Do you know what version will be the pig next release? And when will this versin will be released. Thanks

Issue when resolving Tez dependencies

2014-06-19 Thread Lorand Bendig
Hi, After updating to the latest revision from trunk I couldn't build Pig due to the issue described in PIG-4019. The parameter list of org.apache.tez.dag.api.VertexManagerPluginContext#setVertexParallelism has changed and however Daniel's patch fixed it, my build still failed. I found, that i

Re: what version will be the pig next release?

2014-06-19 Thread Cheolsoo Park
0.13 will be released soon. We're fixing few test failures atm. On Thu, Jun 19, 2014 at 12:25 AM, lulynn_2008 wrote: > Hi All, > > Do you know what version will be the pig next release? And when will this > versin will be released. > > Thanks >

Re: Issue when resolving Tez dependencies

2014-06-19 Thread Cheolsoo Park
Hi Lorand, Sorry for the inconvenience. True that Tez snapshot jars are updated frequently. I haven't run into this problem only because I closely follow the Pig on Tez development. +1 to set 'changing="true"' until we pin Tez to a stable release. Thanks, Cheolsoo On Thu, Jun 19, 2014 at 6:50

Re: Issue when resolving Tez dependencies

2014-06-19 Thread Daniel Dai
Sorry to break your build, Lorand. We will try to stick to a tez release (0.5.0 maybe) once tez becomes stable. Now we don't have a choice since we need tez bug fixes which only exist in tez trunk. Before that, we can do whatever to make other developer's life easier. I don't think the issues you l

[jira] [Updated] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4022: Attachment: PIG-4022-1.patch > Fix tez e2e test SkewedJoin_6 > - > >

[jira] [Commented] (PIG-3972) java.lang.IndexOutOfBoundsException when flatten meets an empty row

2014-06-19 Thread Mona Chitnis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037742#comment-14037742 ] Mona Chitnis commented on PIG-3972: --- This is currently expected behavior in Pig. If the ba

[jira] [Commented] (PIG-3938) Type cast doesn't work after flatten result of UDF

2014-06-19 Thread Mona Chitnis (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037767#comment-14037767 ] Mona Chitnis commented on PIG-3938: --- * While loading data as kv:[ ], if the data it in th

[jira] [Updated] (PIG-3892) Pig distribution for hadoop 2

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-3892: Attachment: PIG-3892-3.patch Let's move this forward. Now create new target package-h12 and tar-h12, so the

[jira] [Commented] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037891#comment-14037891 ] Rohini Palaniswamy commented on PIG-4022: - +1 > Fix tez e2e test SkewedJoin_6 > ---

[jira] [Commented] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037894#comment-14037894 ] Rohini Palaniswamy commented on PIG-4022: - A related question. We return sample even

[jira] [Commented] (PIG-4021) Fix TestHBaseStorage failure after auto local mode change (PIG-3463)

2014-06-19 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037900#comment-14037900 ] Rohini Palaniswamy commented on PIG-4021: - I think we should make the tests all mini

[jira] [Commented] (PIG-2597) Move grunt from javacc to ANTLR

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037914#comment-14037914 ] Daniel Dai commented on PIG-2597: - I glance through Boski Shah's patch, one thing we need to

[jira] [Commented] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037920#comment-14037920 ] Daniel Dai commented on PIG-4022: - no, we shall return STATUS_ERR instead of making the retu

[jira] [Updated] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4022: Attachment: PIG-4022-2.patch > Fix tez e2e test SkewedJoin_6 > - > >

[jira] [Commented] (PIG-4021) Fix TestHBaseStorage failure after auto local mode change (PIG-3463)

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037951#comment-14037951 ] Daniel Dai commented on PIG-4021: - Believe it is originally in MiniCluster mode and intentio

[jira] [Commented] (PIG-4021) Fix TestHBaseStorage failure after auto local mode change (PIG-3463)

2014-06-19 Thread Aniket Mokashi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037969#comment-14037969 ] Aniket Mokashi commented on PIG-4021: - PIG-3463 is optional feature that is turned off b

[jira] [Commented] (PIG-4021) Fix TestHBaseStorage failure after auto local mode change (PIG-3463)

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037972#comment-14037972 ] Daniel Dai commented on PIG-4021: - The test fail even after disabling auto local mode. Seems

[jira] [Commented] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037976#comment-14037976 ] Rohini Palaniswamy commented on PIG-4022: - bq. no, we shall return STATUS_ERR instea

[jira] [Updated] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4022: Attachment: PIG-4022-3.patch Sorry, lost in curly brackets :) > Fix tez e2e test SkewedJoin_6 >

[jira] [Commented] (PIG-4022) Fix tez e2e test SkewedJoin_6

2014-06-19 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038020#comment-14038020 ] Rohini Palaniswamy commented on PIG-4022: - +1 > Fix tez e2e test SkewedJoin_6 > ---

[jira] [Created] (PIG-4027) Always check for latest Tez snapshot dependencies

2014-06-19 Thread Lorand Bendig (JIRA)
Lorand Bendig created PIG-4027: -- Summary: Always check for latest Tez snapshot dependencies Key: PIG-4027 URL: https://issues.apache.org/jira/browse/PIG-4027 Project: Pig Issue Type: Bug

[jira] [Updated] (PIG-4027) Always check for latest Tez snapshot dependencies

2014-06-19 Thread Lorand Bendig (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorand Bendig updated PIG-4027: --- Attachment: PIG-4027.patch > Always check for latest Tez snapshot dependencies > --

[jira] [Updated] (PIG-4027) Always check for latest Tez snapshot dependencies

2014-06-19 Thread Lorand Bendig (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorand Bendig updated PIG-4027: --- Description: The ivy resolver for apache-snapshots sets {{checkModified="true"}} which updates the met

[jira] [Updated] (PIG-4027) Always check for latest Tez snapshot dependencies

2014-06-19 Thread Lorand Bendig (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorand Bendig updated PIG-4027: --- Status: Patch Available (was: Open) > Always check for latest Tez snapshot dependencies >

Re: Issue when resolving Tez dependencies

2014-06-19 Thread Lorand Bendig
Hi Daniel and Cheolsoo, No problem, thanks for the clarification. I filed PIG-4027 to fix this issue. Thanks, Lorand On 06/19/2014 08:39 PM, Daniel Dai wrote: Sorry to break your build, Lorand. We will try to stick to a tez release (0.5.0 maybe) once tez becomes stable. Now we don't have a c

[jira] [Commented] (PIG-4027) Always check for latest Tez snapshot dependencies

2014-06-19 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038116#comment-14038116 ] Cheolsoo Park commented on PIG-4027: +1 > Always check for latest Tez snapshot dependen

[jira] [Commented] (PIG-3975) Multiple Scalar reference calls leading to missing records

2014-06-19 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038124#comment-14038124 ] Rohini Palaniswamy commented on PIG-3975: - Just got back to this issue. seen.add(new

[jira] [Updated] (PIG-4021) Fix TestHBaseStorage failure after auto local mode change (PIG-3463)

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4021: Attachment: PIG-4021-2.patch Attach another patch to fix the configuration propagation. I will run all tests

[jira] [Updated] (PIG-4027) Always check for latest Tez snapshot dependencies

2014-06-19 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-4027: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk. Thanks Lorand!

[jira] [Updated] (PIG-4001) POPartialAgg aggregates too aggressively when multiple values aggregated

2014-06-19 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-4001: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk. Thank you Travis

[jira] [Commented] (PIG-4018) Schema validation fails with UNION ONSCHEMA

2014-06-19 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038138#comment-14038138 ] Cheolsoo Park commented on PIG-4018: [~tmwoodruff], I ran the unit tests and found the f

[jira] [Updated] (PIG-4023) BigDec/Int sort is broken

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4023: Assignee: Anup Ahire > BigDec/Int sort is broken > - > > Key: PIG-402

[jira] [Updated] (PIG-4025) TestLoadFuncWrapper, TestLoadFuncMetaDataWrapper,TestStoreFuncWrapper and TestStoreFuncMetadataWrapper fail on IBM JDK

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4025: Assignee: Anup Ahire > TestLoadFuncWrapper, TestLoadFuncMetaDataWrapper,TestStoreFuncWrapper and > TestStore

[jira] [Updated] (PIG-4024) TestPigStreamingUDF and TestPigStreaming fail on IBM JDK.

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4024: Assignee: Anup Ahire > TestPigStreamingUDF and TestPigStreaming fail on IBM JDK. > --

[jira] [Commented] (PIG-3892) Pig distribution for hadoop 2

2014-06-19 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038186#comment-14038186 ] Giridharan Kesavan commented on PIG-3892: - [~daijy] Thanks for not renaming the curr

[jira] [Resolved] (PIG-3892) Pig distribution for hadoop 2

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-3892. - Resolution: Fixed Fix Version/s: 0.13.0 Hadoop Flags: Reviewed Patch committed to 0.13 branch a

[jira] [Created] (PIG-4028) add a flag to control the ivy resolve output

2014-06-19 Thread Giridharan Kesavan (JIRA)
Giridharan Kesavan created PIG-4028: --- Summary: add a flag to control the ivy resolve output Key: PIG-4028 URL: https://issues.apache.org/jira/browse/PIG-4028 Project: Pig Issue Type: Bug

[jira] Subscription: PIG patch available

2014-06-19 Thread jira
Issue Subscription Filter: PIG patch available (15 issues) Subscriber: pigdaily Key Summary PIG-4018Schema validation fails with UNION ONSCHEMA https://issues.apache.org/jira/browse/PIG-4018 PIG-4008Pig code change to enable Tez Local mode https://issues.a

[jira] [Updated] (PIG-4028) add a flag to control the ivy resolve/retrieve output

2014-06-19 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-4028: Summary: add a flag to control the ivy resolve/retrieve output (was: add a flag to control t

[jira] [Commented] (PIG-4026) Missing method error

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038201#comment-14038201 ] Daniel Dai commented on PIG-4026: - I don't think that's a product issue. Probably you have m

[jira] [Updated] (PIG-4028) add a flag to control the ivy resolve/retrieve output

2014-06-19 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-4028: Attachment: PIG-4028.txt this patch sets the ivy:resolve and ivy:retrieve log level to quiet

[jira] [Commented] (PIG-4028) add a flag to control the ivy resolve/retrieve output

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038217#comment-14038217 ] Daniel Dai commented on PIG-4028: - +1 > add a flag to control the ivy resolve/retrieve outp

[jira] [Updated] (PIG-4028) add a flag to control the ivy resolve/retrieve output

2014-06-19 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-4028: Affects Version/s: 0.14.0 > add a flag to control the ivy resolve/retrieve output > -

[jira] [Resolved] (PIG-4028) add a flag to control the ivy resolve/retrieve output

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-4028. - Resolution: Fixed Fix Version/s: 0.14.0 Hadoop Flags: Reviewed Patch committed to trunk. Thanks

[jira] [Resolved] (PIG-3987) Unjustified cast error when performing a UNION

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-3987. - Resolution: Won't Fix The script runs in recent version of Pig (tried on 0.12.1). We anyway won't fix 0.10

[jira] [Assigned] (PIG-4011) Pig should not put PigContext in job.jar to help jar dedup

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai reassigned PIG-4011: --- Assignee: Daniel Dai > Pig should not put PigContext in job.jar to help jar dedup > ---

[jira] [Commented] (PIG-4011) Pig should not put PigContext in job.jar to help jar dedup

2014-06-19 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038247#comment-14038247 ] Daniel Dai commented on PIG-4011: - This is because pigContext.getScriptFiles() also goes to