Are you checking out trunk? On Mon, Jan 9, 2012 at 8:21 PM, Bill Graham <[email protected]> wrote:
> FYI, I'm still getting the same errors after a fresh svn checkout and the > following: > > $ ant package > $ and compile-test > $ cd contrib/piggybank/java > $ ant test -Dtestcase=TestAvroStorage > > Logs are attached. The same errors appear for other tests in core Pig as > well. > > > On Mon, Jan 9, 2012 at 6:01 PM, Daniel Dai <[email protected]> wrote: > >> Thanks Jonathan, >> I saw this in the log: >> Wrong FS: hdfs://oauth.localhost.twitter.com:55237/user/jcoveney, >> expected: >> file:/// >> >> Where does this host come from? Is there a hadoop config file in your >> CLASSPATH? >> >> Daniel >> >> On Mon, Jan 9, 2012 at 5:46 PM, Jonathan Coveney <[email protected]> >> wrote: >> >> > Attached is the log for ant -Dtestcase=TestOrderBy test on a clean clone >> > of trunk. >> > >> > 2012/1/9 Daniel Dai <[email protected]> >> > >> >> Hi, Jonathan, can you paste your error message? >> >> >> >> Daniel >> >> >> >> On Mon, Jan 9, 2012 at 4:47 PM, Jonathan Coveney <[email protected]> >> >> wrote: >> >> >> >> > Aha! I've been having a bunch of unit tests fail mysteriously, and it >> >> > started Friday..and they've been giving local filesystem permissions >> >> > errors. Seems like it is related to that. I was going crazy. >> >> > >> >> > 2012/1/9 Daniel Dai <[email protected]> >> >> > >> >> > > Is that something new? Are you testing trunk? What's the revision >> >> number? >> >> > > Could that relate to 205 upgrade? >> >> > > (PIG-2431<https://issues.apache.org/jira/browse/PIG-2431>). >> >> > > >> >> > > >> >> > > Daniel >> >> > > >> >> > > On Mon, Jan 9, 2012 at 3:54 PM, Bill Graham <[email protected]> >> >> > wrote: >> >> > > >> >> > > > Is anyone else seeing a bunch of errors when trying to run the >> pig >> >> or >> >> > > > piggybank unit tests? I had to change ivy to use xercesImpl 2.9.1 >> >> > instead >> >> > > > of xerces 2.4.4 to make this exception go away: >> >> > > > >> >> > > > 12/01/09 15:47:52 ERROR conf.Configuration: Failed to set >> >> > > > setXIncludeAware(true) for parser >> >> > > > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@358b3364 >> >> > > > :java.lang.UnsupportedOperationException: >> >> > > > This parser does not support specification "null" version "null" >> >> > > > java.lang.UnsupportedOperationException: This parser does not >> >> support >> >> > > > specification "null" version "null" >> >> > > > at >> >> > > > >> >> > > > >> >> > > >> >> > >> >> >> javax.xml.parsers.DocumentBuilderFactory.setXIncludeAware(DocumentBuilderFactory.java:590) >> >> > > > at >> >> > > > >> >> > > >> >> > >> >> >> org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1117) >> >> > > > at >> >> > > > >> >> > > >> >> > >> >> >> org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1103) >> >> > > > at >> >> > > > >> >> org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1037) >> >> > > > at >> >> > > > >> >> org.apache.hadoop.conf.Configuration.iterator(Configuration.java:1079) >> >> > > > at >> >> > > > >> >> > > > >> >> > > >> >> > >> >> >> org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.recomputeProperties(HExecutionEngine.java:366) >> >> > > > at >> >> > > > >> >> > > > >> >> > > >> >> > >> >> >> org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.init(HExecutionEngine.java:177) >> >> > > > at >> >> > > > >> >> > > > >> >> > > >> >> > >> >> >> org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.init(HExecutionEngine.java:119) >> >> > > > at >> >> org.apache.pig.impl.PigContext.connect(PigContext.java:206) >> >> > > > at org.apache.pig.PigServer.<init>(PigServer.java:246) >> >> > > > at org.apache.pig.PigServer.<init>(PigServer.java:231) >> >> > > > at org.apache.pig.PigServer.<init>(PigServer.java:227) >> >> > > > at org.apache.pig.PigServer.<init>(PigServer.java:223) >> >> > > > ... >> >> > > > >> >> > > > thanks, >> >> > > > Bill >> >> > > > >> >> > > >> >> > >> >> >> > >> > >> > >
