Sonia Garudi created FALCON-2332:
------------------------------------
Summary: Tests failing with java.lang.ClassCastException for
unmarshal
Key: FALCON-2332
URL: https://issues.apache.org/jira/browse/FALCON-2332
Project: Falcon
Issue Type: Bug
Components: oozie
Affects Versions: trunk
Environment: $ cat /etc/redhat-release
CentOS Linux release 7.2.1511 (AltArch)
$ java -version
openjdk version "1.8.0_161"
OpenJDK Runtime Environment (build 1.8.0_161-b14)
OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
Reporter: Sonia Garudi
Error message :
{code:java}
java.lang.ClassCastException:
com.sun.org.apache.xerces.internal.dom.ElementNSImpl cannot be cast to
org.apache.xerces.dom.ElementNSImpl
at org.apache.falcon.util.OozieUtils.unMarshalSparkAction(OozieUtils.java:138)
{code}
The following is the list of tests failing with the above error:
{code:java}
Failed tests:
OozieProcessWorkflowBuilderTest.testHiveProcessMapper:283 ? ClassCast
com.sun....
OozieProcessWorkflowBuilderTest.testHiveProcessMapper:283 ? ClassCast
com.sun....
OozieProcessWorkflowBuilderTest.testHiveProcessMapperWithFSInputFeedAndTableOutputFeed:469
? ClassCast
OozieProcessWorkflowBuilderTest.testHiveProcessMapperWithFSInputFeedAndTableOutputFeed:469
? ClassCast
OozieProcessWorkflowBuilderTest.testHiveProcessMapperWithTableInputFeedAndFSOutputFeed:523
? ClassCast
OozieProcessWorkflowBuilderTest.testHiveProcessMapperWithTableInputFeedAndFSOutputFeed:523
? ClassCast
OozieProcessWorkflowBuilderTest.testHiveProcessWithNoInputsAndOutputs:573 ?
ClassCast
OozieProcessWorkflowBuilderTest.testHiveProcessWithNoInputsAndOutputs:573 ?
ClassCast
OozieProcessWorkflowBuilderTest.testSparkProcess:417 ? ClassCast
com.sun.org.a...
OozieProcessWorkflowBuilderTest.testSparkSQLProcess:349 ? ClassCast
com.sun.or...
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)