[jira] [Commented] (PIG-4728) Compilation against hbase 1.x fails with hbase-hadoop1-compat not found

2015-11-04 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14990767#comment-14990767 ] Andrew Purtell commented on PIG-4728: - HBase versions >= 1.0 do not support Hadoop 1 and will not h

Re: Unit test classpath trouble

2013-05-13 Thread Andrew Purtell
. In particular, you need to add the following lines to ivy.xml: +dependency org=org.apache.hadoop name=hadoop-yarn-client + rev=${hadoop-mapreduce.version} conf=hadoop23-master/ Thanks, Cheolsoo On Sun, May 12, 2013 at 7:13 PM, Andrew Purtell apurt...@apache.org wrote: It happens

Re: Unit test classpath trouble

2013-05-12 Thread Andrew Purtell
Pig 0.11 vs 2.0.4-alpha as a part of Bigtop's validation for the latest hadoop release and it worked ok. Bigtop doesn't run unit tests though, so it seems like a build issue to me. Cos On Sat, May 11, 2013 at 09:19AM, Andrew Purtell wrote: I've tried that, thanks. I did a bit more

Unit test classpath trouble

2013-05-10 Thread Andrew Purtell
Please pardon the basic question. I'm building Pig 0.11.2-SNAPSHOT against Hadoop 2.0.4. 'ant package' and full cluster tests work fine, but I'm not having much luck with running the unit tests, 'ant test-core' or 'ant test'. The problem looks to be a MR app classpath issue. Sometimes:

Re: Unit test classpath trouble

2013-05-10 Thread Andrew Purtell
, Johnny Zhang xiao...@cloudera.com wrote: Hi, Andrew: Does something like -Dhadoopversion=23 help ? eg. ant clean test -Dhadoopversion=23 -Dtest.junit.output.format=xml Johnny On Fri, May 10, 2013 at 3:39 AM, Andrew Purtell apurt...@apache.org wrote: Please pardon the basic question