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 2015/04/15 01:28:58 UTC

[jira] [Created] (OOZIE-2203) Fix the login example

Robert Kanter created OOZIE-2203:
------------------------------------

             Summary: Fix the login example
                 Key: OOZIE-2203
                 URL: https://issues.apache.org/jira/browse/OOZIE-2203
             Project: Oozie
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Robert Kanter
            Assignee: Robert Kanter


The login example currently doesn't compile:
{noformat}
# mvn clean package assembly:single -DskipTests -PloginServerExample
Picked up _JAVA_OPTIONS: -Djava.awt.headless=true
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.oozie:oozie-login:4.2.0-SNAPSHOT (/Users/rkanter/dev/oozie-trunk2/login/pom.xml) has 2 errors
[ERROR]     'dependencies.dependency.version' for org.apache.oozie:oozie-hadoop:jar is missing. @ line 71, column 21
[ERROR]     'dependencies.dependency.version' for org.apache.oozie:oozie-hadoop-test:jar is missing. @ line 83, column 21
{noformat}

We should also be able to remove our copy of {{AltKerberosAuthenticationHandler}} and reference it from Hadoop.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)