[
https://issues.apache.org/jira/browse/OOZIE-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391397#comment-14391397
]
Hadoop QA commented on OOZIE-2191:
----------------------------------
Testing JIRA OOZIE-2191
Cleaning local git workspace
----------------------------
{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
. {color:green}+1{color} the patch does not introduce any @author tags
. {color:green}+1{color} the patch does not introduce any tabs
. {color:green}+1{color} the patch does not introduce any trailing spaces
. {color:green}+1{color} the patch does not introduce any line longer than
132
. {color:red}-1{color} the patch does not add/modify any testcase
{color:green}+1 RAT{color}
. {color:green}+1{color} the patch does not seem to introduce new RAT
warnings
{color:green}+1 JAVADOC{color}
. {color:green}+1{color} the patch does not seem to introduce new Javadoc
warnings
{color:green}+1 COMPILE{color}
. {color:green}+1{color} HEAD compiles
. {color:green}+1{color} patch compiles
. {color:green}+1{color} the patch does not seem to introduce new javac
warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
. {color:green}+1{color} the patch does not change any JPA
Entity/Colum/Basic/Lob/Transient annotations
. {color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
. Tests run: 1635
. Tests failed: 4
. Tests errors: 0
. The patch failed the following testcases:
.
testBundleStatusTransitWithLock(org.apache.oozie.service.TestStatusTransitService)
.
testCoordRerunDateNeg(org.apache.oozie.command.coord.TestCoordRerunXCommand)
. testSingleRecord(org.apache.oozie.servlet.TestBulkMonitorWebServiceAPI)
.
testNone(org.apache.oozie.command.coord.TestCoordActionInputCheckXCommand)
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/oozie-trunk-precommit-build/2287/
> Upgrade jackson version for hadoop-2 profile
> --------------------------------------------
>
> Key: OOZIE-2191
> URL: https://issues.apache.org/jira/browse/OOZIE-2191
> Project: Oozie
> Issue Type: Bug
> Affects Versions: trunk
> Reporter: Ryota Egashira
> Assignee: Ryota Egashira
> Fix For: trunk
>
> Attachments: OOZIE-2191.patch
>
>
> in hadoop 2, jackson version upgraded to 1.9.13
> https://issues.apache.org/jira/browse/HADOOP-10104
> oozie currently uses 1.8.8 (jackson-mapper-asl, jackson-core-asl), and when
> both versions mixed, cause the following exception. this patch is to
> upgrade version to 1.9.13 accordingly for hadoop-2 profile.
> {code}
> Caused by: java.lang.NoSuchFieldError: EXTERNAL_PROPERTY
> at
> org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector._findTypeResolver(JacksonAnnotationIntrospector.java:781)
> ~[na:na]
> at
> org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector.findPropertyTypeResolver(JacksonAnnotationIntrospector.java:214)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.BeanSerializerFactory.findPropertyTypeSerializer(BeanSerializerFactory.java:374)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.BeanSerializerFactory._constructWriter(BeanSerializerFactory.java:778)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.BeanSerializerFactory.findBeanProperties(BeanSerializerFactory.java:590)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.BeanSerializerFactory.constructBeanSerializer(BeanSerializerFactory.java:434)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.BeanSerializerFactory.findBeanSerializer(BeanSerializerFactory.java:347)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.BeanSerializerFactory.createSerializer(BeanSerializerFactory.java:291)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.StdSerializerProvider._createUntypedSerializer(StdSerializerProvider.java:782)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:735)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:344)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.StdSerializerProvider.findTypedValueSerializer(StdSerializerProvider.java:420)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:601)
> ~[na:na]
> at
> org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:256)
> ~[na:na]
> at
> org.codehaus.jackson.map.ObjectMapper._configAndWriteValue(ObjectMapper.java:2575)
> ~[na:na]
> at
> org.codehaus.jackson.map.ObjectMapper.writeValue(ObjectMapper.java:2065)
> ~[na:na]
> at
> org.apache.oozie.util.FixedJsonInstanceSerializer.serialize(FixedJsonInstanceSerializer.java:65)
> ~[na:na]
> at
> org.apache.curator.x.discovery.details.ServiceDiscoveryImpl.internalRegisterService(ServiceDiscoveryImpl.java:166)
> ~[na:na]
> at
> org.apache.curator.x.discovery.details.ServiceDiscoveryImpl.registerService(ServiceDiscoveryImpl.java:150)
> ~[na:na]
> at org.apache.oozie.util.ZKUtils.advertiseService(ZKUtils.java:217)
> ~[na:na]
> at org.apache.oozie.util.ZKUtils.<init>(ZKUtils.java:141) ~[na:na]
> at org.apache.oozie.util.ZKUtils.register(ZKUtils.java:154) ~[na:na]
> at
> org.apache.oozie.service.ZKLocksService.init(ZKLocksService.java:70) ~[na:na]
> at
> org.apache.oozie.service.Services.setServiceInternal(Services.java:386)
> ~[na:na]
> at org.apache.oozie.service.Services.setService(Services.java:372)
> ~[na:na]
> at org.apache.oozie.service.Services.loadServices(Services.java:305)
> ~[na:na]
> at org.apache.oozie.service.Services.init(Services.java:213) ~[na:na]
> at
> com.yahoo.oozie.servlet.YServicesLoader.contextInitialized(YServicesLoader.java:43)
> ~[na:na]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)