I just dusted my repo checkout off after not using it for a while and I now see these errors. I was wondering the same thing about PIG-2431. Let me see if I can reproduce from a fresh SVN checkout. I'm working off a cleaned and remotely pulled git repos.
On Mon, Jan 9, 2012 at 4:37 PM, Daniel Dai <[email protected]> wrote: > 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 >> > >
