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

Hudson commented on HADOOP-12948:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16590 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16590/])
HADOOP-12948. Remove the defunct startKdc profile from hadoop-common. 
(aajisaka: rev a771e2a638aadbb2f1daff9fbb42b47f74a96183)
* (delete) hadoop-common-project/hadoop-common/src/test/resources/kdc/killKdc.sh
* (delete) hadoop-common-project/hadoop-common/src/test/resources/kdc/server.xml
* (delete) 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUGIWithSecurityOn.java
* (delete) 
hadoop-common-project/hadoop-common/src/test/resources/kdc/ldif/users.ldif
* (edit) hadoop-common-project/hadoop-common/pom.xml


> Remove the defunct startKdc profile from hadoop-common
> ------------------------------------------------------
>
>                 Key: HADOOP-12948
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12948
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0-alpha1
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: 
> 0001-HADOOP-12948-Maven-profile-startKdc-is-broken.patch, 
> HADOOP-12948.001.patch, HADOOP-12948.002.patch, HADOOP-12948.003.patch, 
> HADOOP-12948.004.patch
>
>
> {noformat}
> mvn install -Dtest=TestUGIWithSecurityOn -DstartKdc=true
> main:
>      [exec] xargs: illegal option -- -
>      [exec] usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] 
> [-J replstr]
>      [exec]              [-L number] [-n number [-x]] [-P maxprocs] [-s size]
>      [exec]              [utility [argument ...]]
>      [exec] Result: 1
>       [get] Getting: 
> http://newverhost.com/pub//directory/apacheds/unstable/1.5/1.5.7/apacheds-1.5.7.tar.gz
>       [get] To: 
> /Users/weichiu/sandbox/hadoop/hadoop-common-project/hadoop-common/target/test-classes/kdc/downloads/apacheds-1.5.7.tar.gz
>       [get] Error getting 
> http://newverhost.com/pub//directory/apacheds/unstable/1.5/1.5.7/apacheds-1.5.7.tar.gz
>  to 
> /Users/weichiu/sandbox/hadoop/hadoop-common-project/hadoop-common/target/test-classes/kdc/downloads/apacheds-1.5.7.tar.gz
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 8.448 s
> [INFO] Finished at: 2016-03-21T10:00:56-07:00
> [INFO] Final Memory: 31M/439M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-antrun-plugin:1.7:run (kdc) on project 
> hadoop-common: An Ant BuildException has occured: 
> java.net.UnknownHostException: newverhost.com
> [ERROR] around Ant part ...<get 
> dest="/Users/weichiu/sandbox/hadoop/hadoop-common-project/hadoop-common/target/test-classes/kdc/downloads"
>  skipexisting="true" verbose="true" 
> src="http://newverhost.com/pub//directory/apacheds/unstable/1.5/1.5.7/apacheds-1.5.7.tar.gz"/>...
>  @ 7:244 in 
> /Users/weichiu/sandbox/hadoop/hadoop-common-project/hadoop-common/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> {noformat}
> I'm using Mac so part of the reason might be my operating system (even though 
> the pom.xml stated it supported Mac), but the major problem is that it 
> attempted to download apacheds from newverhost.com, which does not seem exist 
> any more.
> These tests were implemented in HADOOP-8078, and must have -DstartKdc=true in 
> order to run them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to