[
https://issues.apache.org/jira/browse/HADOOP-10117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Nauroth resolved HADOOP-10117.
------------------------------------
Resolution: Duplicate
This looks like a duplicate of HADOOP-10110. A fix was committed for that
yesterday, so if you pick up the most recent version of the code, then I expect
the problem will go away.
> Unable to compile source code from stable 2.2.0 release
> -------------------------------------------------------
>
> Key: HADOOP-10117
> URL: https://issues.apache.org/jira/browse/HADOOP-10117
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.2.0
> Environment: windows 7
> Reporter: Prasad Ramalingam
>
> I am trying to compile the source code but I am getting the following error.
> [ERROR]
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[86,13] cannot access org.mortbay.component.AbstractLifeCycle
> class file for org.mortbay.component.AbstractLifeCycle not found
> server = new Server(0);
> [ERROR]
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[96,29] cannot access org.mortbay.component.LifeCycle
> class file for org.mortbay.component.LifeCycle not found
> server.getConnectors()[0].setHost(host);
> [ERROR]
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[98,10] cannot find symbol
> symbol : method start()
> location: class org.mortbay.jetty.Server
> [ERROR]
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[104,12] cannot find symbol
> symbol : method stop()
> location: class org.mortbay.jetty.Server
> Looks like the build is broken.
> Please fix and let me know as to when I can download the stable version.
--
This message was sent by Atlassian JIRA
(v6.1#6144)