[ https://issues.apache.org/jira/browse/TEZ-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003875#comment-14003875 ]
Hitesh Shah edited comment on TEZ-1066 at 5/20/14 7:40 PM: ----------------------------------------------------------- [~jeagles] Seems like 2.5.0 ends up being compiled against jackson-1.9.13 and my earlier change forcing the dependency to 1.8.8 caused the issue. The jackson jars being in the tez set on HDFS end up being in the start of the classpath create the runtime mismatch given that hadoop was compiled against a diff version of jackson. Given that, everyone mostly uses the non-full tarball, I will revert the 1.8.8 hardcoded dependency and move towards committing this initial patch. I will open up a separate jira to resolve the jackson dependencies and see if there is a way to pull in a consistent set of versions for all the jackson jars. May need to check into the hadoop build itself to see why 1.9.13 is getting pulled in 2.5.0 but not in 2.4.0. [~jeagles] Does the above seem reasonable? was (Author: hitesh): [~jeagles] Seems like 2.5.0 ends up being compiled against jackson-1.9.13 and my earlier change forcing the dependency to 1.8.8 caused the issue. The jackson jars being in the tez set on HDFS end up being in the start of the classpath create the runtime mismatch given that hadoop was compiled against a diff version of jackson. Given that, everyone mostly uses the non-full tarball, I will revert the 1.8.8 hardcoded dependency and move towards committing this initial patch. I will open up a separate jira to resolve the jackson dependencies and see if there is a way to pull in a consistent set of versions for all the jackson jars. May need to check into the hadoop build itself to see why 1.9.13 is getting pulled in 2.5.0 but not in 2.4.0. > Generate events to integrate with YARN timeline server > ------------------------------------------------------- > > Key: TEZ-1066 > URL: https://issues.apache.org/jira/browse/TEZ-1066 > Project: Apache Tez > Issue Type: Sub-task > Reporter: Hitesh Shah > Assignee: Hitesh Shah > Attachments: ATS-mvn-deptree-hadoop2_5_0-SNAPSHOT.txt, > TEZ-1066.1.wip.patch, TEZ-1066.2.wip.patch, TEZ-1066.3.wip.patch, > TEZ-1066.4.patch, TEZ-1066.5.patch, TEZ-1066.6.patch, TEZ-1066.7.patch, > ats-dag-entity.json, ats-task-entity.json, ats-taskattempt-entity.json, > ats-vertex-entity.json > > -- This message was sent by Atlassian JIRA (v6.2#6252)