You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "purshotam shah (JIRA)" <ji...@apache.org> on 2014/03/04 23:47:47 UTC

[jira] [Updated] (OOZIE-1727) Upgrade hadoop-minikdc

     [ https://issues.apache.org/jira/browse/OOZIE-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

purshotam shah updated OOZIE-1727:
----------------------------------

    Description: 
Current used version is 2.3.0.SNAPSHOT
<dependency>
                <groupId>org.apache.hadoop</groupId>
                <artifactId>hadoop-minikdc</artifactId>
                <!-- TODO: Replace version once MiniKdc is in a released version of Hadoop -->
                <version>2.3.0-SNAPSHOT</version>
</dependency>

Looks like that has been removed from http://repository.apache.org/content/groups/snapshots/org/apache/hadoop/hadoop-minikdc/, which leads to build failure.

Should upgrade it to latest available version, which is 3.0.0.SNAPSHOT

> Upgrade hadoop-minikdc
> ----------------------
>
>                 Key: OOZIE-1727
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1727
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: purshotam shah
>
> Current used version is 2.3.0.SNAPSHOT
> <dependency>
>                 <groupId>org.apache.hadoop</groupId>
>                 <artifactId>hadoop-minikdc</artifactId>
>                 <!-- TODO: Replace version once MiniKdc is in a released version of Hadoop -->
>                 <version>2.3.0-SNAPSHOT</version>
> </dependency>
> Looks like that has been removed from http://repository.apache.org/content/groups/snapshots/org/apache/hadoop/hadoop-minikdc/, which leads to build failure.
> Should upgrade it to latest available version, which is 3.0.0.SNAPSHOT



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