[jira] Subscription: PIG patch available

2015-06-01 Thread jira
Issue Subscription Filter: PIG patch available (29 issues) Subscriber: pigdaily Key Summary PIG-4580Fix TestTezAutoParallelism.testSkewedJoinIncreaseParallelism test failure https://issues.apache.org/jira/browse/PIG-4580 PIG-4578ToDateISO should support optional ' '

[jira] [Created] (PIG-4581) thread safe issue in NodeIdGenerator

2015-06-01 Thread Remi Catherinot (JIRA)
Remi Catherinot created PIG-4581: Summary: thread safe issue in NodeIdGenerator Key: PIG-4581 URL: https://issues.apache.org/jira/browse/PIG-4581 Project: Pig Issue Type: Bug

[jira] [Created] (PIG-4582) Enable TestPruneColumn in spark mode

2015-06-01 Thread kexianda (JIRA)
kexianda created PIG-4582: - Summary: Enable TestPruneColumn in spark mode Key: PIG-4582 URL: https://issues.apache.org/jira/browse/PIG-4582 Project: Pig Issue Type: Sub-task Reporter:

[jira] [Commented] (PIG-4580) Fix TestTezAutoParallelism.testSkewedJoinIncreaseParallelism test failure

2015-06-01 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14567562#comment-14567562 ] Rohini Palaniswamy commented on PIG-4580: - So with this patch only in case of skewed

[jira] [Updated] (PIG-4581) thread safe issue in NodeIdGenerator

2015-06-01 Thread Remi Catherinot (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remi Catherinot updated PIG-4581: - Labels: ThreadSafe (was: ) Release Note: ThreadSafe version of NodeIdGenerator

Re: HowTo build pig

2015-06-01 Thread Michael Howard
[javac] error: cannot access InterfaceAudience [javac] class file for org.apache.hadoop.hbase.classification.InterfaceAudience not found [javac] 1 error what it could be? I am a newbie who has also struggled to get my environments configured to build pig. However, I have not

Re: HowTo build pig

2015-06-01 Thread Serega Sheypak
Hi, please help... 2015-05-18 1:12 GMT+03:00 Serega Sheypak serega.shey...@gmail.com: Ok, so I can share how to configure ivyIDEA for comfortable work with pig project in Idea ant -Dhadoopversion=23 -Djavac.args=-Xlint -Xmaxwarns 1000 clean jar [javac] error: cannot access

[jira] [Updated] (PIG-4581) thread safe issue in NodeIdGenerator

2015-06-01 Thread Remi Catherinot (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remi Catherinot updated PIG-4581: - Attachment: PIG-4581.patch Isolate HashMap accesses by using ThreadLocal + added javadoc to state

Build failed in Jenkins: Pig-trunk-commit #2150

2015-06-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pig-trunk-commit/2150/ -- [...truncated 4394 lines...] [junit] Running org.apache.pig.test.TestNewPlanFilterRule [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.982 sec [junit]

[jira] [Updated] (PIG-4580) Fix TestTezAutoParallelism.testSkewedJoinIncreaseParallelism test failure

2015-06-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4580: Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Patch

[jira] [Updated] (PIG-4579) casting of primitive datetime data type should work

2015-06-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-4579: Fix Version/s: 0.16.0 casting of primitive datetime data type should work

[VOTE] Release Pig 0.15.0 (candidate 1)

2015-06-01 Thread Daniel Dai
Hi, I have created a candidate build for Pig 0.15.0. Keys used to sign the release are available at http://svn.apache.org/viewvc/pig/trunk/KEYS?view=markup. Please download, test, and try it out: http://people.apache.org/~daijy/pig-0.15.0-candidate-1/ Release notes and the rat report are

Re: HowTo build pig

2015-06-01 Thread Serega Sheypak
what java you use: vendor and version? 2015-06-01 19:54 GMT+03:00 Michael Howard mhow...@podiumdata.com: [javac] error: cannot access InterfaceAudience [javac] class file for org.apache.hadoop.hbase.classification.InterfaceAudience not found [javac] 1 error what it could

Re: HowTo build pig

2015-06-01 Thread Mohit Sabharwal
Hi Seraga, I struggled a bit as well when trying to get Intellij to resolve dependencies for Pig. The trick that worked for me was to: 1) Run ant -Dhadoopversion=23 eclipse-files first 2) Import Pig as an Eclipse project (in the Import project from external model option) After importing, you

Re: HowTo build pig

2015-06-01 Thread Serega Sheypak
Got it, I've found a way how to make JIdea ant/ivy plugins to work with pig source code. It's not a problem. Eclipse import is easier than mine. I'll try it next time. Right now I just can't build project using command line. Which java you use? I'm using oracle-jdk-8 2015-06-01 23:11 GMT+03:00

Re: HowTo build pig

2015-06-01 Thread Serega Sheypak
Okay... will downgrade, maybe it's the root cause. But right now I don't understand the reason for that. 2015-06-01 23:40 GMT+03:00 Michael Howard mhow...@podiumdata.com: We are still on ORCL JDK 7. $ java -version java version 1.7.0_72 Java(TM) SE Runtime Environment (build 1.7.0_72-b14)

Re: HowTo build pig

2015-06-01 Thread Michael Howard
We are still on ORCL JDK 7. $ java -version java version 1.7.0_72 Java(TM) SE Runtime Environment (build 1.7.0_72-b14) Java HotSpot(TM) 64-Bit Server VM (build 24.72-b04, mixed mode) On Mon, Jun 1, 2015 at 3:53 PM, Serega Sheypak serega.shey...@gmail.com wrote: what java you use: vendor and

Re: [VOTE] Release Pig 0.15.0 (candidate 1)

2015-06-01 Thread Alan Gates
+1. Checked the keys and signature. Looked for any binary files in the source. Made sure there were no snapshot dependencies. Ran test-commit and a quick smoke test. Alan. Daniel Dai mailto:da...@hortonworks.com June 1, 2015 at 12:04 Hi, I have created a candidate build for Pig 0.15.0.