Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DE8F10FA9 for ; Fri, 7 Feb 2014 01:34:07 +0000 (UTC) Received: (qmail 39826 invoked by uid 500); 7 Feb 2014 01:33:57 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 39707 invoked by uid 500); 7 Feb 2014 01:33:56 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 39699 invoked by uid 99); 7 Feb 2014 01:33:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 01:33:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christophermauricethomas@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 01:33:51 +0000 Received: by mail-qa0-f48.google.com with SMTP id f11so4182078qae.7 for ; Thu, 06 Feb 2014 17:33:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3NueH0sTRVuJfyENUVU1QsZG/GabVBRR810GJCswBno=; b=KE0EJPw3QRJwWgZ5ercgGvrtS7jkzwV6Du9MhsBS5IjY8oOUX5MNTerkX8QB0cDB31 QYPqgF92S/KWTOgEB5fXC7IjGOwJPjDsWIwwROXNbmiCj5SYvY1+96ly6OKdOBiXPDUK ydVcsf/g4skexKPQBMi6oABFBeZxD8gjAmEieojS5r8S5/+UvPhQl5uoqyxnB3opyTQf Vqcs7ZRbCZxLLfiEtWiXrpEjjp0cI3xzGiBXolTgbHHIAeY8r28JxBvLiwKVXvaZZ4tG 4gp2UsCHmLxPG6gDf6X+5CP6buzWE541eUA1UnPmiO2a2W7f1p4+feCYNZ6Ami8qNxXk pq+w== MIME-Version: 1.0 X-Received: by 10.224.36.195 with SMTP id u3mr17119268qad.59.1391736810454; Thu, 06 Feb 2014 17:33:30 -0800 (PST) Received: by 10.140.94.231 with HTTP; Thu, 6 Feb 2014 17:33:30 -0800 (PST) In-Reply-To: References: Date: Fri, 7 Feb 2014 12:33:30 +1100 Message-ID: Subject: Re: Problems building hadoop 2.2.0 from source From: Christopher Thomas To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c29e903543be04f1c6fa68 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c29e903543be04f1c6fa68 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I included the last part of hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client- jobclient/target/surefire-reports/org.apache.hadoop.mapreduce.v2. TestMRJobsWithHistoryService.txt in the second half of my initial posting, calling it "the output from TestMRJobsWithHistoryService". Sloppy terminology I know, sorry if I wasn't very clear. Regards Chris On 7 February 2014 11:53, Ted Yu wrote: > There isn't System.exit call in TestMRJobsWithHistoryService.java > > What > did hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-cli= ent-jobclient/target/surefire-reports/org.apache.hadoop.mapreduce.v2.TestMR= JobsWithHistoryService.txt > say ? > > Cheers > > > On Thu, Feb 6, 2014 at 4:41 PM, Christopher Thomas < > christophermauricethomas@gmail.com> wrote: > >> Hi, >> >> I am a complete beginner to Hadoop, trying to build 2.2.0 from source on >> a Macbook Pro running OS X Mavericks. >> >> I am following the 'instructions' at >> http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/= SingleCluster.html such >> as they are. >> >> I get the following test failure: >> >> Forking command line: /bin/sh -c cd >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient >> && >> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/jav= a >> -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -jar >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient/target/surefire/surefirebooter183= 7947962445626736.jar >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient/target/surefire/surefire853732196= 1333093423tmp >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient/target/surefire/surefire_16686617= 82666182940486tmp >> Running org.apache.hadoop.mapreduce.v2.TestMROldApiJobs >> >> Results : >> >> Tests run: 454, Failures: 0, Errors: 0, Skipped: 11 >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] hadoop-mapreduce-client-jobclient ................. FAILURE >> [1:18:07.440s] >> [INFO] hadoop-mapreduce-client-hs-plugins ................ SKIPPED >> [INFO] Apache Hadoop MapReduce Examples .................. SKIPPED >> [INFO] hadoop-mapreduce .................................. SKIPPED >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 1:18:07.828s >> [INFO] Finished at: Thu Feb 06 23:01:45 EST 2014 >> [INFO] Final Memory: 32M/94M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test= ) >> on project hadoop-mapreduce-client-jobclient: ExecutionException; nested >> exception is java.util.concurrent.ExecutionException: >> java.lang.RuntimeException: The forked VM terminated without saying >> properly goodbye. VM crash or System.exit called ? >> >> >> and the output from TestMRJobsWithHistoryService includes: >> >> >> 2014-02-06 23:00:54,530 ERROR [Thread[Thread-252,5,main]] >> delegation.AbstractDelegationTokenSecretManager >> (AbstractDelegationTokenSecretManager.java:run(547)) - InterruptedExcpet= ion >> recieved for ExpiredTokenRemover thread java.lang.InterruptedException: >> sleep interrupted >> 2014-02-06 23:00:54,531 INFO [main] ipc.Server (Server.java:stop(2437)) >> - Stopping server on 55131 >> 2014-02-06 23:00:54,540 INFO [IPC Server listener on 55131] ipc.Server >> (Server.java:run(720)) - Stopping IPC Server listener on 55131 >> 2014-02-06 23:00:54,540 INFO [IPC Server Responder] ipc.Server >> (Server.java:run(866)) - Stopping IPC Server Responder >> 2014-02-06 23:00:54,544 INFO [main] mortbay.log (Slf4jLog.java:info(67)= ) >> - Stopped SelectChannelConnector@Christophers-MacBook-Pro.local:0 >> 2014-02-06 23:00:54,647 INFO [main] hs.JobHistory >> (JobHistory.java:serviceStop(136)) - Stopping JobHistory >> 2014-02-06 23:00:54,647 INFO [main] hs.JobHistory >> (JobHistory.java:serviceStop(138)) - Stopping History Cleaner/Move To Do= ne >> 2014-02-06 23:00:54,656 INFO [main] mortbay.log (Slf4jLog.java:info(67)= ) >> - Stopped SelectChannelConnector@Christophers-MacBook-Pro.local:0 >> 2014-02-06 23:00:54,759 INFO [main] >> containermanager.ContainerManagerImpl >> (ContainerManagerImpl.java:cleanUpApplicationsOnNMShutDown(328)) - >> Applications still running : [application_1391688017341_0001] >> 2014-02-06 23:00:54,762 INFO [main] >> containermanager.ContainerManagerImpl >> (ContainerManagerImpl.java:cleanUpApplicationsOnNMShutDown(336)) - Waiti= ng >> for Applications to be Finished >> 2014-02-06 23:00:54,762 INFO [AsyncDispatcher event handler] >> application.Application (ApplicationImpl.java:handle(451)) - Application >> application_1391688017341_0001 transitioned from RUNNING to >> APPLICATION_RESOURCES_CLEANINGUP >> 2014-02-06 23:00:54,763 INFO [DeletionService #3] >> nodemanager.DefaultContainerExecutor >> (DefaultContainerExecutor.java:deleteAsUser(368)) - Deleting absolute pa= th >> : >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient/target/org.apache.hadoop.mapreduc= e.v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapreduce.v2.TestMRJobs= WithHistoryService-localDir-nm-0_0/usercache/root/appcache/application_1391= 688017341_0001 >> 2014-02-06 23:00:54,763 INFO [DeletionService #0] >> nodemanager.DefaultContainerExecutor >> (DefaultContainerExecutor.java:deleteAsUser(368)) - Deleting absolute pa= th >> : >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient/target/org.apache.hadoop.mapreduc= e.v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapreduce.v2.TestMRJobs= WithHistoryService-localDir-nm-0_1/usercache/root/appcache/application_1391= 688017341_0001 >> 2014-02-06 23:00:54,765 INFO [AsyncDispatcher event handler] >> containermanager.AuxServices (AuxServices.java:handle(175)) - Got event >> APPLICATION_STOP for appId application_1391688017341_0001 >> 2014-02-06 23:00:54,765 INFO [DeletionService #1] >> nodemanager.DefaultContainerExecutor >> (DefaultContainerExecutor.java:deleteAsUser(368)) - Deleting absolute pa= th >> : >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient/target/org.apache.hadoop.mapreduc= e.v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapreduce.v2.TestMRJobs= WithHistoryService-localDir-nm-0_2/usercache/root/appcache/application_1391= 688017341_0001 >> 2014-02-06 23:00:54,766 INFO [AsyncDispatcher event handler] >> application.Application (ApplicationImpl.java:handle(451)) - Application >> application_1391688017341_0001 transitioned from >> APPLICATION_RESOURCES_CLEANINGUP to FINISHED >> 2014-02-06 23:00:54,767 INFO [AsyncDispatcher event handler] >> loghandler.NonAggregatingLogHandler >> (NonAggregatingLogHandler.java:handle(118)) - Scheduling Log Deletion fo= r >> application: application_1391688017341_0001, with delay of 10800 seconds >> 2014-02-06 23:00:54,768 INFO [DeletionService #3] >> nodemanager.DefaultContainerExecutor >> (DefaultContainerExecutor.java:deleteAsUser(368)) - Deleting absolute pa= th >> : >> /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce= -client/hadoop-mapreduce-client-jobclient/target/org.apache.hadoop.mapreduc= e.v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapreduce.v2.TestMRJobs= WithHistoryService-localDir-nm-0_3/usercache/root/appcache/application_1391= 688017341_0001 >> 2014-02-06 23:00:58,766 INFO [main] >> containermanager.ContainerManagerImpl >> (ContainerManagerImpl.java:cleanUpApplicationsOnNMShutDown(353)) - Done >> waiting for Applications to be Finished. Still alive: >> [application_1391688017341_0001] >> 2014-02-06 23:00:58,768 INFO [main] ipc.Server (Server.java:stop(2437)) >> - Stopping server on 55125 >> 2014-02-06 23:00:58,771 INFO [IPC Server listener on 55125] ipc.Server >> (Server.java:run(720)) - Stopping IPC Server listener on 55125 >> 2014-02-06 23:00:58,772 INFO [IPC Server Responder] ipc.Server >> (Server.java:run(866)) - Stopping IPC Server Responder >> 2014-02-06 23:01:08,774 INFO [main] monitor.ContainersMonitorImpl >> (ContainersMonitorImpl.java:isEnabled(159)) - ResourceCalculatorPlugin i= s >> unavailable on this system. >> org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.Conta= inersMonitorImpl >> is disabled. >> 2014-02-06 23:01:08,784 INFO [main] ipc.Server (Server.java:stop(2437)) >> - Stopping server on 55126 >> 2014-02-06 23:01:08,785 INFO [IPC Server listener on 55126] ipc.Server >> (Server.java:run(720)) - Stopping IPC Server listener on 55126 >> 2014-02-06 23:01:08,785 INFO [IPC Server Responder] ipc.Server >> (Server.java:run(866)) - Stopping IPC Server Responder >> 2014-02-06 23:01:08,785 INFO [Public Localizer] >> localizer.ResourceLocalizationService >> (ResourceLocalizationService.java:run(728)) - Public cache exiting >> 2014-02-06 23:01:08,787 INFO [main] mortbay.log (Slf4jLog.java:info(67)= ) >> - Stopped SelectChannelConnector@Christophers-MacBook-Pro.local:0 >> 2014-02-06 23:01:08,889 ERROR [Thread[Thread-17,5,main]] >> delegation.AbstractDelegationTokenSecretManager >> (AbstractDelegationTokenSecretManager.java:run(547)) - InterruptedExcpet= ion >> recieved for ExpiredTokenRemover thread java.lang.InterruptedException: >> sleep interrupted >> 2014-02-06 23:01:08,891 INFO [main] impl.MetricsSystemImpl >> (MetricsSystemImpl.java:stop(200)) - Stopping JobHistoryServer metrics >> system... >> 2014-02-06 23:01:08,895 INFO [main] impl.MetricsSystemImpl >> (MetricsSystemImpl.java:stop(206)) - JobHistoryServer metrics system >> stopped. >> 2014-02-06 23:01:08,895 INFO [main] impl.MetricsSystemImpl >> (MetricsSystemImpl.java:shutdown(572)) - JobHistoryServer metrics system >> shutdown complete. >> 2014-02-06 23:01:08,896 WARN [ApplicationMaster Launcher] >> amlauncher.ApplicationMasterLauncher >> (ApplicationMasterLauncher.java:run(98)) - >> org.apache.hadoop.yarn.server.resourcemanager.amlauncher.ApplicationMast= erLauncher$LauncherThread >> interrupted. Returning. >> 2014-02-06 23:01:08,897 INFO [main] ipc.Server (Server.java:stop(2437)) >> - Stopping server on 55122 >> 2014-02-06 23:01:08,898 INFO [IPC Server listener on 55122] ipc.Server >> (Server.java:run(720)) - Stopping IPC Server listener on 55122 >> 2014-02-06 23:01:08,898 INFO [main] ipc.Server (Server.java:stop(2437)) >> - Stopping server on 55121 >> 2014-02-06 23:01:08,898 INFO [IPC Server Responder] ipc.Server >> (Server.java:run(866)) - Stopping IPC Server Responder >> 2014-02-06 23:01:08,902 INFO [IPC Server listener on 55121] ipc.Server >> (Server.java:run(720)) - Stopping IPC Server listener on 55121 >> 2014-02-06 23:01:08,908 INFO [IPC Server Responder] ipc.Server >> (Server.java:run(866)) - Stopping IPC Server Responder >> 2014-02-06 23:01:08,902 INFO [main] ipc.Server (Server.java:stop(2437)) >> - Stopping server on 55120 >> 2014-02-06 23:01:08,912 INFO [IPC Server listener on 55120] ipc.Server >> (Server.java:run(720)) - Stopping IPC Server listener on 55120 >> 2014-02-06 23:01:08,912 INFO [IPC Server Responder] ipc.Server >> (Server.java:run(866)) - Stopping IPC Server Responder >> 2014-02-06 23:01:08,912 INFO [main] ipc.Server (Server.java:stop(2437)) >> - Stopping server on 55119 >> 2014-02-06 23:01:08,917 INFO [IPC Server listener on 55119] ipc.Server >> (Server.java:run(720)) - Stopping IPC Server listener on 55119 >> 2014-02-06 23:01:08,917 INFO [Ping Checker] >> util.AbstractLivelinessMonitor (AbstractLivelinessMonitor.java:run(127))= - >> NMLivelinessMonitor thread interrupted >> 2014-02-06 23:01:08,917 ERROR [ResourceManager Event Processor] >> resourcemanager.ResourceManager (ResourceManager.java:run(435)) - >> Returning, interrupted : java.lang.InterruptedException >> 2014-02-06 23:01:08,917 INFO [IPC Server Responder] ipc.Server >> (Server.java:run(866)) - Stopping IPC Server Responder >> 2014-02-06 23:01:08,918 INFO [Ping Checker] >> util.AbstractLivelinessMonitor (AbstractLivelinessMonitor.java:run(127))= - >> AMLivelinessMonitor thread interrupted >> 2014-02-06 23:01:08,918 INFO [Ping Checker] >> util.AbstractLivelinessMonitor (AbstractLivelinessMonitor.java:run(127))= - >> org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.ContainerAlloc= ationExpirer >> thread interrupted >> 2014-02-06 23:01:08,918 INFO [Ping Checker] >> util.AbstractLivelinessMonitor (AbstractLivelinessMonitor.java:run(127))= - >> AMLivelinessMonitor thread interrupted >> >> Has anyone seen this error before when building hadoop, and does anyone >> have any ideas? >> >> Regards >> >> Chris >> > > --001a11c29e903543be04f1c6fa68 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I included the last part of=A0

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire-reports/org.apache.hadoop.mapreduce.v2.TestMRJobsWithHistoryService.txt=A0

in the second half of my initial posting, calling it &quo= t;the=A0output from=A0TestMRJobsWithHistoryService". S= loppy terminology I know, sorry if I wasn't very clear.=A0

Regards

Chris=A0
=


On 7 February 2014 11:53, Ted Yu <yuz= hihong@gmail.com> wrote:
There isn't=A0System.exit call in=A0TestMRJobsWithHistoryService.java

What did=A0hadoop-mapred= uce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/targe= t/surefire-reports/org.apache.hadoop.mapreduce.v2.TestMRJobsWithHistoryServ= ice.txt say ?

Cheers

<= br>
On Thu, Feb 6, 2014 at 4:41 PM, Christopher T= homas <christophermauricethomas@gmail.com> = wrote:
Hi,

I am a= complete beginner to Hadoop, trying to build 2.2.0 from source on a Macboo= k Pro running OS X Mavericks.

I am following the = 9;instructions' at=A0http= ://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleC= luster.html=A0such as they are.

I get the following te= st failure:=A0

F= orking command line: /bin/sh -c cd /Users/hadoop/hadoop-2.2.0-src/hadoop-ma= preduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient &= amp;& /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/= bin/java -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -jar /Users/hadoop/hadoo= p-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapredu= ce-client-jobclient/target/surefire/surefirebooter1837947962445626736.jar /= Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce-cli= ent/hadoop-mapreduce-client-jobclient/target/surefire/surefire8537321961333= 093423tmp /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-ma= preduce-client/hadoop-mapreduce-client-jobclient/target/surefire/surefire_1= 668661782666182940486tmp
Running org.apache.hadoop.mapreduce.v2.TestMROldApiJobs

=
Results :

Tests run: 454, Failures: 0, = Errors: 0, Skipped: 11

[INFO] --------------------= ----------------------------------------------------
[INFO] Reactor Summary:
[INFO]=A0
[INFO] hadoop-ma= preduce-client-jobclient ................. FAILURE [1:18:07.440s]
[INFO] hadoop-mapreduce-client-hs-plugins ................ SKIPPED
[INFO] Apache Hadoop MapReduce Examples .................. SKIPPED
[INFO] hadoop-mapreduce .................................. SKIPPED
[INFO] -----------------------------------------------------------= -------------
[INFO] BUILD FAILURE
[INFO] --------------------------------= ----------------------------------------
[INFO] Total time: 1:18:= 07.828s
[INFO] Finished at: Thu Feb 06 23:01:45 EST 2014
[INFO] Final Memory: 32M/94M
[INFO] ------------------------= ------------------------------------------------
[ERROR] Failed t= o execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (= default-test) on project hadoop-mapreduce-client-jobclient: ExecutionExcept= ion; nested exception is java.util.concurrent.ExecutionException: java.lang= .RuntimeException: The forked VM terminated without saying properly goodbye= . VM crash or System.exit called ?


and the output from=A0TestMRJobsWithHist= oryService includes:


2014-02-0= 6 23:00:54,530 ERROR [Thread[Thread-252,5,main]] delegation.AbstractDelegat= ionTokenSecretManager (AbstractDelegationTokenSecretManager.java:run(547)) = - InterruptedExcpetion recieved for ExpiredTokenRemover thread java.lang.In= terruptedException: sleep interrupted
2014-02-06 23:00:54,531 INFO =A0[main] ipc.Server (Server.java:stop(24= 37)) - Stopping server on 55131
2014-02-06 23:00:54,540 INFO =A0[= IPC Server listener on 55131] ipc.Server (Server.java:run(720)) - Stopping = IPC Server listener on 55131
2014-02-06 23:00:54,540 INFO =A0[IPC Server Responder] ipc.Server (Ser= ver.java:run(866)) - Stopping IPC Server Responder
2014-02-06 23:= 00:54,544 INFO =A0[main] mortbay.log (Slf4jLog.java:info(67)) - Stopped Sel= ectChannelConnector@Christophers-MacBook-Pro.local:0
2014-02-06 23:00:54,647 INFO =A0[main] hs.JobHistory (JobHistory.java:= serviceStop(136)) - Stopping JobHistory
2014-02-06 23:00:54,647 I= NFO =A0[main] hs.JobHistory (JobHistory.java:serviceStop(138)) - Stopping H= istory Cleaner/Move To Done
2014-02-06 23:00:54,656 INFO =A0[main] mortbay.log (Slf4jLog.java:info= (67)) - Stopped SelectChannelConnector@Christophers-MacBook-Pro.local:0
2014-02-06 23:00:54,759 INFO =A0[main] containermanager.ContainerMan= agerImpl (ContainerManagerImpl.java:cleanUpApplicationsOnNMShutDown(328)) -= Applications still running : [application_1391688017341_0001]
2014-02-06 23:00:54,762 INFO =A0[main] containermanager.ContainerManag= erImpl (ContainerManagerImpl.java:cleanUpApplicationsOnNMShutDown(336)) - W= aiting for Applications to be Finished
2014-02-06 23:00:54,762 IN= FO =A0[AsyncDispatcher event handler] application.Application (ApplicationI= mpl.java:handle(451)) - Application application_1391688017341_0001 transiti= oned from RUNNING to APPLICATION_RESOURCES_CLEANINGUP
2014-02-06 23:00:54,763 INFO =A0[DeletionService #3] nodemanager.Defau= ltContainerExecutor (DefaultContainerExecutor.java:deleteAsUser(368)) - Del= eting absolute path : /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-proje= ct/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/org.apa= che.hadoop.mapreduce.v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapr= educe.v2.TestMRJobsWithHistoryService-localDir-nm-0_0/usercache/root/appcac= he/application_1391688017341_0001
2014-02-06 23:00:54,763 INFO =A0[DeletionService #0] nodemanager.Defau= ltContainerExecutor (DefaultContainerExecutor.java:deleteAsUser(368)) - Del= eting absolute path : /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-proje= ct/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/org.apa= che.hadoop.mapreduce.v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapr= educe.v2.TestMRJobsWithHistoryService-localDir-nm-0_1/usercache/root/appcac= he/application_1391688017341_0001
2014-02-06 23:00:54,765 INFO =A0[AsyncDispatcher event handler] contai= nermanager.AuxServices (AuxServices.java:handle(175)) - Got event APPLICATI= ON_STOP for appId application_1391688017341_0001
2014-02-06 23:00= :54,765 INFO =A0[DeletionService #1] nodemanager.DefaultContainerExecutor (= DefaultContainerExecutor.java:deleteAsUser(368)) - Deleting absolute path := /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-project/hadoop-mapreduce-c= lient/hadoop-mapreduce-client-jobclient/target/org.apache.hadoop.mapreduce.= v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapreduce.v2.TestMRJobsWi= thHistoryService-localDir-nm-0_2/usercache/root/appcache/application_139168= 8017341_0001
2014-02-06 23:00:54,766 INFO =A0[AsyncDispatcher event handler] applic= ation.Application (ApplicationImpl.java:handle(451)) - Application applicat= ion_1391688017341_0001 transitioned from APPLICATION_RESOURCES_CLEANINGUP t= o FINISHED
2014-02-06 23:00:54,767 INFO =A0[AsyncDispatcher event handler] loghan= dler.NonAggregatingLogHandler (NonAggregatingLogHandler.java:handle(118)) -= Scheduling Log Deletion for application: application_1391688017341_0001, w= ith delay of 10800 seconds
2014-02-06 23:00:54,768 INFO =A0[DeletionService #3] nodemanager.Defau= ltContainerExecutor (DefaultContainerExecutor.java:deleteAsUser(368)) - Del= eting absolute path : /Users/hadoop/hadoop-2.2.0-src/hadoop-mapreduce-proje= ct/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/org.apa= che.hadoop.mapreduce.v2.TestMRJobsWithHistoryService/org.apache.hadoop.mapr= educe.v2.TestMRJobsWithHistoryService-localDir-nm-0_3/usercache/root/appcac= he/application_1391688017341_0001
2014-02-06 23:00:58,766 INFO =A0[main] containermanager.ContainerManag= erImpl (ContainerManagerImpl.java:cleanUpApplicationsOnNMShutDown(353)) - D= one waiting for Applications to be Finished. Still alive: [application_1391= 688017341_0001]
2014-02-06 23:00:58,768 INFO =A0[main] ipc.Server (Server.java:stop(24= 37)) - Stopping server on 55125
2014-02-06 23:00:58,771 INFO =A0[= IPC Server listener on 55125] ipc.Server (Server.java:run(720)) - Stopping = IPC Server listener on 55125
2014-02-06 23:00:58,772 INFO =A0[IPC Server Responder] ipc.Server (Ser= ver.java:run(866)) - Stopping IPC Server Responder
2014-02-06 23:= 01:08,774 INFO =A0[main] monitor.ContainersMonitorImpl (ContainersMonitorIm= pl.java:isEnabled(159)) - ResourceCalculatorPlugin is unavailable on this s= ystem. org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.C= ontainersMonitorImpl is disabled.
2014-02-06 23:01:08,784 INFO =A0[main] ipc.Server (Server.java:stop(24= 37)) - Stopping server on 55126
2014-02-06 23:01:08,785 INFO =A0[= IPC Server listener on 55126] ipc.Server (Server.java:run(720)) - Stopping = IPC Server listener on 55126
2014-02-06 23:01:08,785 INFO =A0[IPC Server Responder] ipc.Server (Ser= ver.java:run(866)) - Stopping IPC Server Responder
2014-02-06 23:= 01:08,785 INFO =A0[Public Localizer] localizer.ResourceLocalizationService = (ResourceLocalizationService.java:run(728)) - Public cache exiting
2014-02-06 23:01:08,787 INFO =A0[main] mortbay.log (Slf4jLog.java:info= (67)) - Stopped SelectChannelConnector@Christophers-MacBook-Pro.local:0
2014-02-06 23:01:08,889 ERROR [Thread[Thread-17,5,main]] delegation.= AbstractDelegationTokenSecretManager (AbstractDelegationTokenSecretManager.= java:run(547)) - InterruptedExcpetion recieved for ExpiredTokenRemover thre= ad java.lang.InterruptedException: sleep interrupted
2014-02-06 23:01:08,891 INFO =A0[main] impl.MetricsSystemImpl (Metrics= SystemImpl.java:stop(200)) - Stopping JobHistoryServer metrics system...
2014-02-06 23:01:08,895 INFO =A0[main] impl.MetricsSystemImpl (Metr= icsSystemImpl.java:stop(206)) - JobHistoryServer metrics system stopped.
2014-02-06 23:01:08,895 INFO =A0[main] impl.MetricsSystemImpl (Metrics= SystemImpl.java:shutdown(572)) - JobHistoryServer metrics system shutdown c= omplete.
2014-02-06 23:01:08,896 WARN =A0[ApplicationMaster Launc= her] amlauncher.ApplicationMasterLauncher (ApplicationMasterLauncher.java:r= un(98)) - org.apache.hadoop.yarn.server.resourcemanager.amlauncher.Applicat= ionMasterLauncher$LauncherThread interrupted. Returning.
2014-02-06 23:01:08,897 INFO =A0[main] ipc.Server (Server.java:stop(24= 37)) - Stopping server on 55122
2014-02-06 23:01:08,898 INFO =A0[= IPC Server listener on 55122] ipc.Server (Server.java:run(720)) - Stopping = IPC Server listener on 55122
2014-02-06 23:01:08,898 INFO =A0[main] ipc.Server (Server.java:stop(24= 37)) - Stopping server on 55121
2014-02-06 23:01:08,898 INFO =A0[= IPC Server Responder] ipc.Server (Server.java:run(866)) - Stopping IPC Serv= er Responder
2014-02-06 23:01:08,902 INFO =A0[IPC Server listener on 55121] ipc.Ser= ver (Server.java:run(720)) - Stopping IPC Server listener on 55121
2014-02-06 23:01:08,908 INFO =A0[IPC Server Responder] ipc.Server (Server= .java:run(866)) - Stopping IPC Server Responder
2014-02-06 23:01:08,902 INFO =A0[main] ipc.Server (Server.java:stop(24= 37)) - Stopping server on 55120
2014-02-06 23:01:08,912 INFO =A0[= IPC Server listener on 55120] ipc.Server (Server.java:run(720)) - Stopping = IPC Server listener on 55120
2014-02-06 23:01:08,912 INFO =A0[IPC Server Responder] ipc.Server (Ser= ver.java:run(866)) - Stopping IPC Server Responder
2014-02-06 23:= 01:08,912 INFO =A0[main] ipc.Server (Server.java:stop(2437)) - Stopping ser= ver on 55119
2014-02-06 23:01:08,917 INFO =A0[IPC Server listener on 55119] ipc.Ser= ver (Server.java:run(720)) - Stopping IPC Server listener on 55119
2014-02-06 23:01:08,917 INFO =A0[Ping Checker] util.AbstractLivelinessMon= itor (AbstractLivelinessMonitor.java:run(127)) - NMLivelinessMonitor thread= interrupted
2014-02-06 23:01:08,917 ERROR [ResourceManager Event Processor] resour= cemanager.ResourceManager (ResourceManager.java:run(435)) - Returning, inte= rrupted : java.lang.InterruptedException
2014-02-06 23:01:08,917 = INFO =A0[IPC Server Responder] ipc.Server (Server.java:run(866)) - Stopping= IPC Server Responder
2014-02-06 23:01:08,918 INFO =A0[Ping Checker] util.AbstractLiveliness= Monitor (AbstractLivelinessMonitor.java:run(127)) - AMLivelinessMonitor thr= ead interrupted
2014-02-06 23:01:08,918 INFO =A0[Ping Checker] ut= il.AbstractLivelinessMonitor (AbstractLivelinessMonitor.java:run(127)) - or= g.apache.hadoop.yarn.server.resourcemanager.rmcontainer.ContainerAllocation= Expirer thread interrupted
2014-02-06 23:01:08,918 INFO =A0[Ping Checker] util.AbstractLiveliness= Monitor (AbstractLivelinessMonitor.java:run(127)) - AMLivelinessMonitor thr= ead interrupted

Has anyone seen this error before = when building hadoop, and does anyone have any ideas?

Regards

Chris=A0


--001a11c29e903543be04f1c6fa68--