[jira] [Updated] (PIG-4619) Cleanup: change the indent size of some files of pig on spark project from 2 to 4 space

2015-07-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-4619: - Resolution: Fixed Status: Resolved (was: Patch Available) Committed to Spark branch. Thanks,

[jira] [Updated] (PIG-4594) Enable TestMultiQuery in spark mode

2015-07-03 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liyunzhang_intel updated PIG-4594: -- Attachment: PIG-4594_2.patch PIG-4594_2.patch is based on a0bea12 - (origin/spark) PIG-4614:

[jira] [Commented] (PIG-4594) Enable TestMultiQuery in spark mode

2015-07-03 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14613163#comment-14613163 ] liyunzhang_intel commented on PIG-4594: --- [~mohitsabharwal]: Let 's make an example to

[jira] [Resolved] (PIG-4613) Fix unit test failures about TestAssert

2015-07-03 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang resolved PIG-4613. -- Resolution: Fixed Committed to Spark branch. Thanks, Xianda. Fix unit test failures about TestAssert

[jira] Subscription: PIG patch available

2015-07-03 Thread jira
Issue Subscription Filter: PIG patch available (26 issues) Subscriber: pigdaily Key Summary PIG-4619Cleanup: change the indent size of some files of pig on spark project from 2 to 4 space https://issues.apache.org/jira/browse/PIG-4619 PIG-4618When use tez as the

[jira] [Commented] (PIG-4515) org.apache.pig.builtin.Distinct throws ClassCastException

2015-07-03 Thread Mikko Kupsu (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14612914#comment-14612914 ] Mikko Kupsu commented on PIG-4515: -- [~rohini]: What is the status of this bug? It is still

[jira] [Commented] (PIG-4619) Cleanup: change the indent size of some files of pig on spark project from 2 to 4 space

2015-07-03 Thread Mohit Sabharwal (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14613115#comment-14613115 ] Mohit Sabharwal commented on PIG-4619: -- Thanks, [~kellyzly] +1 (non-binding).

[jira] [Commented] (PIG-4613) Fix unit test failures about TestAssert

2015-07-03 Thread Mohit Sabharwal (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14613113#comment-14613113 ] Mohit Sabharwal commented on PIG-4613: -- Thanks, [~kexianda], [~kellyzly], LGTM +1

SOS: Need urgent help with Pig units

2015-07-03 Thread Puneet Sareen
We are working on PIG script execution from Java code(PigUnit) in local mode. But we are getting following error while executing PigUnit : org.apache.pig.PigException: ERROR 1002: Unable to store alias B at org.apache.pig.PigServer.storeEx(PigServer.java:1038) at

Re: SOS: Need urgent help with Pig units

2015-07-03 Thread Praveen R
Looks like map-reduce isn't properly configured. You could test it by running a map-reduce word count example. On Fri, Jul 3, 2015 at 5:29 PM, Puneet Sareen puneet_sar...@infosys.com wrote: We are working on PIG script execution from Java code(PigUnit) in local mode. But we are getting