You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2014/05/12 06:39:14 UTC

[jira] [Commented] (OOZIE-1830) Change hadoop-1 profile to use 1.2.1

    [ https://issues.apache.org/jira/browse/OOZIE-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13994797#comment-13994797 ] 

Robert Kanter commented on OOZIE-1830:
--------------------------------------

Thanks for taking this up.  There was actually an open JIRA for this: OOZIE-1613.  OOZIE-1613 also lists some additional details:
- We can stop excluding TestMapReduceActionExecutorUberJar from the unit tests; it should work with 1.2.1; you simply need to delete a line or two from the root pom and verify that this test passes
- Don't worry about the DistCp stuff mentioned in OOZIE-1613; I can take care of that as part of OOZIE-1728
- Here's the tricky thing: Hadoop 1.1.x does not include the hadoop-auth classes (the security stuff) in hadoop-core.  So, we use hadoop-auth from Hadoop 2.0.2-alpha in the Oozie client and Oozie core.  However, Hadoop 1.2.x does include the hadoop-auth classes in hadoop-core, which may be a problem if the hadoop-auth 2.0.2-alpha used by Oozie client is not 100% compatible with the classes in hadoop-core; plus if Oozie core include hadoop-core with the security classes and hadoop-auth, there could be classpath issues.  Have you verified that Kerberos works?  

> Change hadoop-1 profile to use 1.2.1
> ------------------------------------
>
>                 Key: OOZIE-1830
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1830
>             Project: Oozie
>          Issue Type: Improvement
>    Affects Versions: trunk, 4.0.1
>            Reporter: Azrael
>            Priority: Minor
>         Attachments: OOZIE-1830.1.patch
>
>
> We should change the hadoop-1 profile to use 1.2.1 instead of 1.1.1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)