|
|
-
xerces error running junit tests on Pig trunk
Kumar Ravi 2012-05-21, 22:29
I am seeing the following problem while running junit tests after succesfully building pig jar files with Sun JDK 1.7 on an x86_64 platform on the pig trunk build. ERROR conf.Configuration: Failed to set setXIncludeAware(true) for parser org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@5fd9398d:java.lang.UnsupportedOperationException: setXIncludeAware is not supported on this JAXP implementation or earlier: class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl java.lang.UnsupportedOperationException: setXIncludeAware is not supported on this JAXP implementation or earlier: class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
As a result I see a lot of test failures. Any ideas what I might be setting up incorrectly?
This problem is not seen building and running ant test with IBM JDK 7.0.
I would appreciate any tips.
Thanks, Kumar
-
Re: xerces error running junit tests on Pig trunk
Daniel Dai 2012-05-22, 19:00
Pig is not well tested with JDK 1.7, I would not be surprised if some tests fail under 1.7.
What OS do you use? Which unit test do you see error? I can take a look when I get a chance.
Daniel
On Mon, May 21, 2012 at 3:29 PM, Kumar Ravi <[EMAIL PROTECTED]> wrote: > > > I am seeing the following problem while running junit tests after > succesfully building pig jar files with Sun JDK 1.7 on an x86_64 platform > on the pig trunk build. > > > ERROR conf.Configuration: Failed to set setXIncludeAware(true) for parser > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@5fd9398d:java.lang.UnsupportedOperationException: > setXIncludeAware is not supported on this JAXP implementation or earlier: > class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl > java.lang.UnsupportedOperationException: setXIncludeAware is not supported > on this JAXP implementation or earlier: class > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl > > As a result I see a lot of test failures. Any ideas what I might be setting > up incorrectly? > > This problem is not seen building and running ant test with IBM JDK 7.0. > > I would appreciate any tips. > > Thanks, > Kumar > >
-
Re: xerces error running junit tests on Pig trunk
Kumar Ravi 2012-05-22, 21:11
Hi Daniel,
Thanks for your reply. Actually I am seeing this problem using Sun JDK 1.6 too. I am not sure if I need to add something to my classpath.
>From what I can tell, 135 test cases are failing with this exact same issue.
Here's a subset of the list of failing testcases:
[junit] Test org.apache.pig.builtin.mock.TestMockStorage FAILED [junit] Test org.apache.pig.test.TestAccumulator FAILED [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED [junit] Test org.apache.pig.test.TestAlgebraicEvalLocal FAILED [junit] Test org.apache.pig.test.TestAlgebraicInstantiation FAILED [junit] Test org.apache.pig.test.TestBZip FAILED [junit] Test org.apache.pig.test.TestBatchAliases FAILED [junit] Test org.apache.pig.test.TestBestFitCast FAILED [junit] Test org.apache.pig.test.TestBinaryExpressionOps FAILED [junit] Test org.apache.pig.test.TestBuiltin FAILED [junit] Test org.apache.pig.test.TestCharArrayToNumeric FAILED [junit] Test org.apache.pig.test.TestCollectedGroup FAILED [junit] Test org.apache.pig.test.TestCombiner FAILED [junit] Test org.apache.pig.test.TestCommit FAILED [junit] Test org.apache.pig.test.TestCompressedFiles FAILED [junit] Test org.apache.pig.test.TestCounters FAILED [junit] Test org.apache.pig.test.TestDataBagAccess FAILED [junit] Test org.apache.pig.test.TestEmptyInputDir FAILED [junit] Test org.apache.pig.test.TestEvalPipeline FAILED [junit] Test org.apache.pig.test.TestEvalPipeline2 FAILED [junit] Test org.apache.pig.test.TestEvalPipelineLocal FAILED [junit] Test org.apache.pig.test.TestExampleGenerator FAILED Regards, Kumar
Kumar Ravi
From: Daniel Dai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 05/22/2012 02:08 PM Subject: Re: xerces error running junit tests on Pig trunk Pig is not well tested with JDK 1.7, I would not be surprised if some tests fail under 1.7.
What OS do you use? Which unit test do you see error? I can take a look when I get a chance.
Daniel
On Mon, May 21, 2012 at 3:29 PM, Kumar Ravi <[EMAIL PROTECTED]> wrote: > > > I am seeing the following problem while running junit tests after > succesfully building pig jar files with Sun JDK 1.7 on an x86_64 platform > on the pig trunk build. > > > ERROR conf.Configuration: Failed to set setXIncludeAware(true) for parser > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@5fd9398d:java.lang.UnsupportedOperationException:
> setXIncludeAware is not supported on this JAXP implementation or earlier: > class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl > java.lang.UnsupportedOperationException: setXIncludeAware is not supported > on this JAXP implementation or earlier: class > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl > > As a result I see a lot of test failures. Any ideas what I might be setting > up incorrectly? > > This problem is not seen building and running ant test with IBM JDK 7.0. > > I would appreciate any tips. > > Thanks, > Kumar > >
-
Re: xerces error running junit tests on Pig trunk
Kumar Ravi 2012-05-22, 21:18
Forgot include the info. about my OS - I tried this on Fedora Linux release 14 running on x86_64. Kumar
Kumar Ravi
From: Kumar Ravi/Austin/IBM@IBMUS To: [EMAIL PROTECTED] Date: 05/22/2012 04:14 PM Subject: Re: xerces error running junit tests on Pig trunk Hi Daniel,
Thanks for your reply. Actually I am seeing this problem using Sun JDK 1.6 too. I am not sure if I need to add something to my classpath.
>From what I can tell, 135 test cases are failing with this exact same issue.
Here's a subset of the list of failing testcases:
[junit] Test org.apache.pig.builtin.mock.TestMockStorage FAILED [junit] Test org.apache.pig.test.TestAccumulator FAILED [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED [junit] Test org.apache.pig.test.TestAlgebraicEvalLocal FAILED [junit] Test org.apache.pig.test.TestAlgebraicInstantiation FAILED [junit] Test org.apache.pig.test.TestBZip FAILED [junit] Test org.apache.pig.test.TestBatchAliases FAILED [junit] Test org.apache.pig.test.TestBestFitCast FAILED [junit] Test org.apache.pig.test.TestBinaryExpressionOps FAILED [junit] Test org.apache.pig.test.TestBuiltin FAILED [junit] Test org.apache.pig.test.TestCharArrayToNumeric FAILED [junit] Test org.apache.pig.test.TestCollectedGroup FAILED [junit] Test org.apache.pig.test.TestCombiner FAILED [junit] Test org.apache.pig.test.TestCommit FAILED [junit] Test org.apache.pig.test.TestCompressedFiles FAILED [junit] Test org.apache.pig.test.TestCounters FAILED [junit] Test org.apache.pig.test.TestDataBagAccess FAILED [junit] Test org.apache.pig.test.TestEmptyInputDir FAILED [junit] Test org.apache.pig.test.TestEvalPipeline FAILED [junit] Test org.apache.pig.test.TestEvalPipeline2 FAILED [junit] Test org.apache.pig.test.TestEvalPipelineLocal FAILED [junit] Test org.apache.pig.test.TestExampleGenerator FAILED Regards, Kumar
Kumar Ravi Inactive hide details for Daniel Dai ---05/22/2012 02:08:40 PM---Pig is not well tested with JDK 1.7, I would not be surprised Daniel Dai ---05/22/2012 02:08:40 PM---Pig is not well tested with JDK 1.7, I would not be surprised if some From: Daniel Dai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 05/22/2012 02:08 PM Subject: Re: xerces error running junit tests on Pig trunk Pig is not well tested with JDK 1.7, I would not be surprised if some tests fail under 1.7.
What OS do you use? Which unit test do you see error? I can take a look when I get a chance.
Daniel
On Mon, May 21, 2012 at 3:29 PM, Kumar Ravi <[EMAIL PROTECTED]> wrote: > > > I am seeing the following problem while running junit tests after > succesfully building pig jar files with Sun JDK 1.7 on an x86_64 platform org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@5fd9398d:java.lang.UnsupportedOperationException:
earlier: supported setting
-
Re: xerces error running junit tests on Pig trunk
Daniel Dai 2012-05-22, 22:14
JDK 1.6 should be fine. I didn't see any failures in 1.6. Is there some misplaced hadoop configuration files in your CLASSPATH? On Tue, May 22, 2012 at 2:18 PM, Kumar Ravi <[EMAIL PROTECTED]> wrote:
> Forgot include the info. about my OS - I tried this on Fedora Linux > release 14 running on x86_64. > > > Kumar > > Kumar Ravi > > > [image: Inactive hide details for Kumar Ravi---05/22/2012 04:14:16 PM---Hi > Daniel,]Kumar Ravi---05/22/2012 04:14:16 PM---Hi Daniel, > > > > From: > > > Kumar Ravi/Austin/IBM@IBMUS > > To: > > > [EMAIL PROTECTED] > > Date: > > > 05/22/2012 04:14 PM > > Subject: > > > Re: xerces error running junit tests on Pig trunk > ------------------------------ > > > Hi Daniel, > > Thanks for your reply. Actually I am seeing this problem using Sun JDK 1.6 > too. I am not sure if I need to add something to my classpath. > > From what I can tell, 135 test cases are failing with this exact same > issue. > > Here's a subset of the list of failing testcases: > > [junit] Test org.apache.pig.builtin.mock.TestMockStorage FAILED > [junit] Test org.apache.pig.test.TestAccumulator FAILED > [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED > [junit] Test org.apache.pig.test.TestAlgebraicEvalLocal FAILED > [junit] Test org.apache.pig.test.TestAlgebraicInstantiation FAILED > [junit] Test org.apache.pig.test.TestBZip FAILED > [junit] Test org.apache.pig.test.TestBatchAliases FAILED > [junit] Test org.apache.pig.test.TestBestFitCast FAILED > [junit] Test org.apache.pig.test.TestBinaryExpressionOps FAILED > [junit] Test org.apache.pig.test.TestBuiltin FAILED > [junit] Test org.apache.pig.test.TestCharArrayToNumeric FAILED > [junit] Test org.apache.pig.test.TestCollectedGroup FAILED > [junit] Test org.apache.pig.test.TestCombiner FAILED > [junit] Test org.apache.pig.test.TestCommit FAILED > [junit] Test org.apache.pig.test.TestCompressedFiles FAILED > [junit] Test org.apache.pig.test.TestCounters FAILED > [junit] Test org.apache.pig.test.TestDataBagAccess FAILED > [junit] Test org.apache.pig.test.TestEmptyInputDir FAILED > [junit] Test org.apache.pig.test.TestEvalPipeline FAILED > [junit] Test org.apache.pig.test.TestEvalPipeline2 FAILED > [junit] Test org.apache.pig.test.TestEvalPipelineLocal FAILED > [junit] Test org.apache.pig.test.TestExampleGenerator FAILED > > > Regards, > Kumar > > Kumar Ravi > > > [image: Inactive hide details for Daniel Dai ---05/22/2012 02:08:40 > PM---Pig is not well tested with JDK 1.7, I would not be surprised]Daniel > Dai ---05/22/2012 02:08:40 PM---Pig is not well tested with JDK 1.7, I > would not be surprised if some > > From: > > > Daniel Dai <[EMAIL PROTECTED]> > > To: > > > [EMAIL PROTECTED] > > Date: > > > 05/22/2012 02:08 PM > > Subject: > > > Re: xerces error running junit tests on Pig trunk > ------------------------------ > > > Pig is not well tested with JDK 1.7, I would not be surprised if some > tests fail under 1.7. > > What OS do you use? Which unit test do you see error? I can take a > look when I get a chance. > > Daniel > > On Mon, May 21, 2012 at 3:29 PM, Kumar Ravi <[EMAIL PROTECTED]> wrote: > > > > > > I am seeing the following problem while running junit tests after > > succesfully building pig jar files with Sun JDK 1.7 on an x86_64 platform > > on the pig trunk build. > > > > > > ERROR conf.Configuration: Failed to set setXIncludeAware(true) for parser > > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@5fd9398d > :java.lang.UnsupportedOperationException: > > setXIncludeAware is not supported on this JAXP implementation or > earlier: > > class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl > > java.lang.UnsupportedOperationException: setXIncludeAware is not > supported > > on this JAXP implementation or earlier: class > > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl > > > > As a result I see a lot of test failures. Any ideas what I might be > setting > > up incorrectly?
-
Re: xerces error running junit tests on Pig trunk
Kumar Ravi 2012-05-22, 22:23
I just checked my classpath -- It has not been set to anything. Do I need to point to the hadoop conf files?
Pig was built with the hadoop-1.0.3 jar files.
Regards, Kumar
Kumar Ravi
From: Daniel Dai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 05/22/2012 05:16 PM Subject: Re: xerces error running junit tests on Pig trunk JDK 1.6 should be fine. I didn't see any failures in 1.6. Is there some misplaced hadoop configuration files in your CLASSPATH? On Tue, May 22, 2012 at 2:18 PM, Kumar Ravi <[EMAIL PROTECTED]> wrote:
> Forgot include the info. about my OS - I tried this on Fedora Linux > release 14 running on x86_64. > > > Kumar > > Kumar Ravi > > > [image: Inactive hide details for Kumar Ravi---05/22/2012 04:14:16 PM---Hi > Daniel,]Kumar Ravi---05/22/2012 04:14:16 PM---Hi Daniel, > > > > From: > > > Kumar Ravi/Austin/IBM@IBMUS > > To: > > > [EMAIL PROTECTED] > > Date: > > > 05/22/2012 04:14 PM > > Subject: > > > Re: xerces error running junit tests on Pig trunk > ------------------------------ > > > Hi Daniel, > > Thanks for your reply. Actually I am seeing this problem using Sun JDK 1.6 > too. I am not sure if I need to add something to my classpath. > > From what I can tell, 135 test cases are failing with this exact same > issue. > > Here's a subset of the list of failing testcases: > > [junit] Test org.apache.pig.builtin.mock.TestMockStorage FAILED > [junit] Test org.apache.pig.test.TestAccumulator FAILED > [junit] Test org.apache.pig.test.TestAlgebraicEval FAILED > [junit] Test org.apache.pig.test.TestAlgebraicEvalLocal FAILED > [junit] Test org.apache.pig.test.TestAlgebraicInstantiation FAILED > [junit] Test org.apache.pig.test.TestBZip FAILED > [junit] Test org.apache.pig.test.TestBatchAliases FAILED > [junit] Test org.apache.pig.test.TestBestFitCast FAILED > [junit] Test org.apache.pig.test.TestBinaryExpressionOps FAILED > [junit] Test org.apache.pig.test.TestBuiltin FAILED > [junit] Test org.apache.pig.test.TestCharArrayToNumeric FAILED > [junit] Test org.apache.pig.test.TestCollectedGroup FAILED > [junit] Test org.apache.pig.test.TestCombiner FAILED > [junit] Test org.apache.pig.test.TestCommit FAILED > [junit] Test org.apache.pig.test.TestCompressedFiles FAILED > [junit] Test org.apache.pig.test.TestCounters FAILED > [junit] Test org.apache.pig.test.TestDataBagAccess FAILED > [junit] Test org.apache.pig.test.TestEmptyInputDir FAILED > [junit] Test org.apache.pig.test.TestEvalPipeline FAILED > [junit] Test org.apache.pig.test.TestEvalPipeline2 FAILED > [junit] Test org.apache.pig.test.TestEvalPipelineLocal FAILED > [junit] Test org.apache.pig.test.TestExampleGenerator FAILED > > > Regards, > Kumar > > Kumar Ravi > > > [image: Inactive hide details for Daniel Dai ---05/22/2012 02:08:40 > PM---Pig is not well tested with JDK 1.7, I would not be surprised]Daniel > Dai ---05/22/2012 02:08:40 PM---Pig is not well tested with JDK 1.7, I > would not be surprised if some > > From: > > > Daniel Dai <[EMAIL PROTECTED]> > > To: > > > [EMAIL PROTECTED] > > Date: > > > 05/22/2012 02:08 PM > > Subject: > > > Re: xerces error running junit tests on Pig trunk > ------------------------------ > > > Pig is not well tested with JDK 1.7, I would not be surprised if some > tests fail under 1.7. > > What OS do you use? Which unit test do you see error? I can take a > look when I get a chance. > > Daniel > > On Mon, May 21, 2012 at 3:29 PM, Kumar Ravi <[EMAIL PROTECTED]> wrote: platform parser 7.0.
|
|