Hadoop-Mapreduce-trunk - Build # 823 - Failure

2011-09-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/823/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 14051 lines...]
[ivy:resolve]   ::
[ivy:resolve]   ::  FAILED DOWNLOADS::
[ivy:resolve]   :: ^ see resolution messages for details  ^ ::
[ivy:resolve]   ::
[ivy:resolve]   :: 
org.apache.commons#commons-daemon;1.0.3!commons-daemon.jar
[ivy:resolve]   ::
[ivy:resolve] 
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build.xml:2223:
 impossible to resolve dependencies:
resolve failed - see output for details
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:318)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.Main.runBuild(Main.java:758)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: resolve failed - see output for details
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:251)
... 17 more
--- Nested Exception ---
resolve failed - see output for details
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:251)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
at org.apache.tools.ant.Main.runBuild(Main.java:758)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

Total time: 59 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
No tests ran.


[jira] [Created] (MAPREDUCE-2993) Hamlet HTML elements are not closed properly. Every element should have proper end tag.

2011-09-13 Thread Abhijit Suresh Shingate (JIRA)
Hamlet HTML elements are not closed properly. Every element should have proper 
end tag.
---

 Key: MAPREDUCE-2993
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2993
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0, 0.24.0
Reporter: Abhijit Suresh Shingate
Assignee: Abhijit Suresh Shingate


Execute 
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebApp.testNodesPage()

Verify the output on the console.

{code:xml} 
 table id=layout class=ui-widget-content
thead
  tr
td colspan=2
  div id=header class=ui-widget
div id=user
  Logged in as: null
/div
div id=logo
  img src=/static/hadoop-st.png
/div
h1
  Nodes of the cluster
/h1
  /div
tfoot
  tr
td colspan=2
  div id=footer class=ui-widget
a href=http://hadoop.apache.org/;About Apache Hadoop/a
  /div
tbody
  tr
td id=navcell
  div id=nav
h3
  Cluster
/h3
ul
  li
a href=/null/clusterAbout/a
  li
a href=/null/nodesNodes/a
  li
a href=/null/appsApplications/a
  li
a href=/null/schedulerScheduler/a
/ul
h3
  Tools
/h3
ul
  li
a href=/confConfiguration/a
  li
a href=/logsLocal logs/a
  li
a href=/stacksServer stacks/a
  li
a href=/metricsServer metrics/a
/ul
  /div
  div id=themeswitcher
  /div
td class=content
  table id=nodes
thead
  tr
th class=rack
  Rack
th class=nodeaddress
  Node Address
th class=nodehttpaddress
  Node HTTP Address
th class=healthStatus
  Health-status
th class=lastHealthUpdate
  Last health-update
th class=healthReport
  Health-report
th class=containers
  Containers
tbody
  tr
td
  rack0
td
  host0:123
td
  a href=http://localhost:0;localhost:0/a
td
  Unhealthy
td
  N/A
td
  null
  tr
td
  rack0
td
  host1:123
td
  a href=http://localhost:0;localhost:0/a
td
  Unhealthy
td
  N/A
td
  null
/tbody
  /table
/tbody
  /table
/html
{code} 

Many html elements does not have end tag.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-2994) Parse Error is coming for App ID when we click application link on the RM UI

2011-09-13 Thread Devaraj K (JIRA)
Parse Error is coming for App ID when we click application link on the RM UI


 Key: MAPREDUCE-2994
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2994
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 0.24.0
Reporter: Devaraj K
Assignee: Devaraj K


{code:xml}
Caused by: org.apache.hadoop.yarn.YarnException: Error parsing app ID: 
application_1315895242400_1
at org.apache.hadoop.yarn.util.Apps.throwParseException(Apps.java:60)
at org.apache.hadoop.yarn.util.Apps.toAppID(Apps.java:43)
at org.apache.hadoop.yarn.util.Apps.toAppID(Apps.java:38)
at 
org.apache.hadoop.yarn.server.resourcemanager.webapp.RmController.app(RmController.java:74)
... 30 more
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Fwd: review request for (MAPREDUCE-1125) SerialUtils.cc: deserializeFloat is out of sync with SerialUtils.hh

2011-09-13 Thread Simone Leo
Rebased one more time.

S.

 Original Message 
Subject: review request for (MAPREDUCE-1125) SerialUtils.cc:
deserializeFloat is out of sync with SerialUtils.hh
Date: Wed, 09 Mar 2011 11:54:45 +0100
From: Simone Leo simone@crs4.it
To: mapreduce-dev@hadoop.apache.org

https://issues.apache.org/jira/browse/MAPREDUCE-1125

The first patch has been made available Oct 8.  I had to rewrite it
because it has fallen out of date.  Can anyone take a look at this?
It's a trivial change that should take only a few minutes to review and
commit.

Thanks

Simone

-- 
Simone Leo
Distributed Computing Program
CRS4
POLARIS - Building #1
Piscina Manna
I-09010 Pula (CA) - Italy
e-mail: simone@crs4.it
http://www.crs4.it


[jira] [Created] (MAPREDUCE-2997) MR task fails before launch itself with an NPE in ContainerLauncher

2011-09-13 Thread Vinod Kumar Vavilapalli (JIRA)
MR task fails before launch itself with an NPE in ContainerLauncher
---

 Key: MAPREDUCE-2997
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2997
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: applicationmaster, mrv2
Affects Versions: 0.23.0
Reporter: Vinod Kumar Vavilapalli
 Fix For: 0.23.0


Exception found on the AM web UI while the application is running:
{code}
Container launch failed for container_1315908079531_0002_01_000387 : 
java.lang.NullPointerException
  at 
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl.getCMProxy(ContainerLauncherImpl.java:162)
  at 
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:204)
  at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:619) 
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hadoop-Mapreduce-trunk - Build # 828 - Failure

2011-09-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/828/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 17889 lines...]
[ivy:resolve]   org.mortbay.jetty#jetty;6.1.14 by 
[org.mortbay.jetty#jetty;6.1.26] in [common]
[ivy:resolve]   org.mortbay.jetty#jetty-util;6.1.14 by 
[org.mortbay.jetty#jetty-util;6.1.26] in [common]
[ivy:resolve]   org.apache.avro#avro;1.5.2 by [org.apache.avro#avro;1.5.3] in 
[common]
-
|  |modules||   artifacts   |
|   conf   | number| search|dwnlded|evicted|| number|dwnlded|
-
|  common  |   83  |   0   |   0   |   12  ||   72  |   0   |
-

ivy-retrieve-common:
[ivy:retrieve] :: retrieving :: org.apache.hadoop#mumak [sync]
[ivy:retrieve]  confs: [common]
[ivy:retrieve]  0 artifacts copied, 72 already retrieved (0kB/8ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 
'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/ivy/ivysettings.xml

compile-java-sources:
 [echo] contrib: mumak

compile-aspects:

compile:

jar:
 [echo] contrib: mumak

findbugs:
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/findbugs
 [findbugs] Executing findbugs from ant task
 [findbugs] Running FindBugs...
 [findbugs] Warnings generated: 9
 [findbugs] Calculating exit code...
 [findbugs] Setting 'bugs found' flag (1)
 [findbugs] Exit code set to: 1
 [findbugs] Java Result: 1
 [findbugs] Output saved to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/findbugs/hadoop-findbugs-report.xml
 [xslt] Processing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/findbugs/hadoop-findbugs-report.xml
 to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/findbugs/hadoop-findbugs-report.html
 [xslt] Loading stylesheet 
/home/jenkins/tools/findbugs/latest/src/xsl/default.xsl

BUILD SUCCESSFUL
Total time: 4 minutes 59 seconds
+ gunzip 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target/hadoop-mapreduce-0.24.0-SNAPSHOT-all.tar.gz
+ cd 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/contrib/
+ tar -rvf 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target/hadoop-mapreduce-0.24.0-SNAPSHOT-all.tar
 gridmix/hadoop-0.24.0-SNAPSHOT-gridmix.jar
gridmix/hadoop-0.24.0-SNAPSHOT-gridmix.jar
+ tar -rvf 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target/hadoop-mapreduce-0.24.0-SNAPSHOT-all.tar
 streaming/hadoop-0.24.0-SNAPSHOT-streaming.jar
streaming/hadoop-0.24.0-SNAPSHOT-streaming.jar
+ cd 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project
+ tar -rvf 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target/hadoop-mapreduce-0.24.0-SNAPSHOT-all.tar
 build/hadoop-mapreduce-tools-0.24.0-SNAPSHOT.jar
build/hadoop-mapreduce-tools-0.24.0-SNAPSHOT.jar
[FINDBUGS] Collecting findbugs analysis files...
Archiving artifacts
ERROR: No artifacts found that match the file pattern 
trunk/hadoop-mapreduce-project/target/hadoop-mapreduce-0.24.0-SNAPSHOT-all.tar.gz.
 Configuration error?
ERROR: 
'trunk/hadoop-mapreduce-project/target/hadoop-mapreduce-0.24.0-SNAPSHOT-all.tar.gz'
 doesn't match anything: 'trunk' exists but not 
'trunk/hadoop-mapreduce-project/target/hadoop-mapreduce-0.24.0-SNAPSHOT-all.tar.gz'
Build step 'Archive the artifacts' changed build result to FAILURE
Updating HDFS-2317
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
No tests ran.


[jira] [Created] (MAPREDUCE-2998) Failing to contact Am/History for jobs: java.io.EOFException in DataInputStream

2011-09-13 Thread Jeffrey Naisbitt (JIRA)
Failing to contact Am/History for jobs: java.io.EOFException in DataInputStream
---

 Key: MAPREDUCE-2998
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2998
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0, 0.24.0
Reporter: Jeffrey Naisbitt


I am getting an exception frequently when running my jobs on a single-node 
cluster.  It happens with basically any job I run: sometimes the job will work, 
but most of the time I get this exception (in this case, I was running a simple 
wordcount from the examples jar - where I got the exception 4 times in a row, 
and then the job worked the fifth time I submitted it). 
Sometimes restarting the namenode, resourcemanager, and historyserver helps - 
but not always.  Several other developers have seen this problem.


11/09/12 17:17:50 INFO mapred.YARNRunner: AppMaster capability = memory: 2048, 
11/09/12 17:17:51 INFO mapred.YARNRunner: Command to launch container for 
ApplicationMaster is : $JAVA_HOME/bin/java -Dhadoop.root.logger=DEBUG,console 
-Xmx1536m org.apache.hadoop.mapreduce.v2.app.MRAppMaster 1315847180566 6 
FAILCOUNT 1LOG_DIR/stdout 2LOG_DIR/stderr 
11/09/12 17:17:51 INFO mapred.ResourceMgrDelegate: Submitted application 
application_1315847180566_6 to ResourceManager
11/09/12 17:17:51 INFO mapred.ClientCache: Connecting to HistoryServer at: 
0.0.0.0:10020
11/09/12 17:17:51 INFO ipc.YarnRPC: Creating YarnRPC for 
org.apache.hadoop.yarn.ipc.HadoopYarnProtoRPC
11/09/12 17:17:51 INFO mapred.ClientCache: Connected to HistoryServer at: 
0.0.0.0:10020
11/09/12 17:17:51 INFO ipc.HadoopYarnRPC: Creating a HadoopYarnProtoRpc proxy 
for protocol interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
11/09/12 17:17:51 INFO mapreduce.Job: Running job: job_1315847180566_0006
11/09/12 17:17:52 INFO mapreduce.Job:  map 0% reduce 0%
11/09/12 17:18:00 INFO mapred.ClientServiceDelegate: Tracking Url of JOB is 
IP-ADDRESS:55361
11/09/12 17:18:00 INFO mapred.ClientServiceDelegate: Connecting to 
IP-ADDRESS:43465
11/09/12 17:18:00 INFO ipc.YarnRPC: Creating YarnRPC for 
org.apache.hadoop.yarn.ipc.HadoopYarnProtoRPC
11/09/12 17:18:00 INFO ipc.HadoopYarnRPC: Creating a HadoopYarnProtoRpc proxy 
for protocol interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
11/09/12 17:18:01 INFO mapred.ClientServiceDelegate: Failed to contact 
AM/History for job job_1315847180566_0006  Will retry..
java.lang.reflect.UndeclaredThrowableException
at 
org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl.getTaskAttemptCompletionEvents(MRClientProtocolPBClientImpl.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.hadoop.mapred.ClientServiceDelegate.invoke(ClientServiceDelegate.java:237)
at 
org.apache.hadoop.mapred.ClientServiceDelegate.getTaskCompletionEvents(ClientServiceDelegate.java:276)
at 
org.apache.hadoop.mapred.YARNRunner.getTaskCompletionEvents(YARNRunner.java:547)
at org.apache.hadoop.mapreduce.Job.getTaskCompletionEvents(Job.java:540)
at org.apache.hadoop.mapreduce.Job.monitorAndPrintJob(Job.java:1144)
at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1092)
at org.apache.hadoop.examples.WordCount.main(WordCount.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:72)
at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:144)
at org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.hadoop.util.RunJar.main(RunJar.java:189)
Caused by: com.google.protobuf.ServiceException: java.io.IOException: Call to 
/IP-ADDRESS:43465 failed on local exception: java.io.EOFException
at 
org.apache.hadoop.yarn.ipc.ProtoOverHadoopRpcEngine$Invoker.invoke(ProtoOverHadoopRpcEngine.java:139)
at $Proxy8.getTaskAttemptCompletionEvents(Unknown Source)
at 

[jira] [Created] (MAPREDUCE-3000) Mve /mapred to /user/mapred for Hadoop 0.20.205

2011-09-13 Thread Eric Yang (JIRA)
Mve /mapred to /user/mapred for Hadoop 0.20.205
---

 Key: MAPREDUCE-3000
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3000
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: build
Affects Versions: 0.20.205.0
 Environment: Java 6, RHEL 5.6
Reporter: Eric Yang
Assignee: Eric Yang
 Fix For: 0.20.205.0


/mapred directory should be default to /user/mapred.  Owen request this to be 
changed for RPM deployment in 0.20.204.  This is a regression in 0.20.205 that 
/user/mapred is configured back to /mapred.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hadoop-Mapreduce-trunk - Build # 829 - Still Failing

2011-09-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/829/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 19126 lines...]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
hadoop-mapreduce-client ---
[INFO] Installing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client/0.24.0-SNAPSHOT/hadoop-mapreduce-client-0.24.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install-file (install-sanitized-pom) @ 
hadoop-mapreduce-client ---
[INFO] Installing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/target/saner-pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client/0.24.0-SNAPSHOT/hadoop-mapreduce-client-0.24.0-SNAPSHOT.pom
[INFO] 
[INFO] 
[INFO] Building hadoop-mapreduce 0.24.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hadoop-mapreduce ---
[INFO] Deleting 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (santize-pom) @ hadoop-mapreduce ---
[INFO] Executing tasks

main:
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
hadoop-mapreduce ---
[INFO] Installing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-mapreduce/0.24.0-SNAPSHOT/hadoop-mapreduce-0.24.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install-file (install-sanitized-pom) @ 
hadoop-mapreduce ---
[INFO] Installing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target/saner-pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-mapreduce/0.24.0-SNAPSHOT/hadoop-mapreduce-0.24.0-SNAPSHOT.pom
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] hadoop-yarn-api ... SUCCESS [9.383s]
[INFO] hadoop-yarn-common  SUCCESS [14.078s]
[INFO] hadoop-yarn-server-common . SUCCESS [7.926s]
[INFO] hadoop-yarn-server-nodemanager  SUCCESS [35.035s]
[INFO] hadoop-yarn-server-resourcemanager  SUCCESS [47.114s]
[INFO] hadoop-yarn-server-tests .. SUCCESS [7.205s]
[INFO] hadoop-yarn-server  SUCCESS [0.095s]
[INFO] hadoop-yarn ... SUCCESS [0.081s]
[INFO] hadoop-mapreduce-client-core .. SUCCESS [9.797s]
[INFO] hadoop-mapreduce-client-common  SUCCESS [7.758s]
[INFO] hadoop-mapreduce-client-shuffle ... SUCCESS [2.322s]
[INFO] hadoop-mapreduce-client-app ... SUCCESS [1:40.346s]
[INFO] hadoop-mapreduce-client-hs  SUCCESS [7.489s]
[INFO] hadoop-mapreduce-client-jobclient . SUCCESS [3:30.513s]
[INFO] hadoop-mapreduce-client ... SUCCESS [0.061s]
[INFO] hadoop-mapreduce .. SUCCESS [0.077s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 7:39.673s
[INFO] Finished at: Tue Sep 13 18:01:19 UTC 2011
[INFO] Final Memory: 164M/683M
[INFO] 
[FINDBUGS] Collecting findbugs analysis files...
Archiving artifacts
ERROR: No artifacts found that match the file pattern 
trunk/hadoop-mapreduce-project/target/*.tar.gz. Configuration error?
ERROR: 'trunk/hadoop-mapreduce-project/target/*.tar.gz' doesn't match anything: 
'trunk' exists but not 'trunk/hadoop-mapreduce-project/target/*.tar.gz'
Build step 'Archive the artifacts' changed build result to FAILURE
Updating HDFS-2323
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
No tests ran.


[jira] [Created] (MAPREDUCE-3001) Map Reduce JobHistory and AppMaster UI should have ability to display task specific counters.

2011-09-13 Thread Robert Joseph Evans (JIRA)
Map Reduce JobHistory and AppMaster UI should have ability to display task 
specific counters.
-

 Key: MAPREDUCE-3001
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3001
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: jobhistoryserver, mrv2
Affects Versions: 0.23.0, 0.24.0
Reporter: Robert Joseph Evans
Priority: Minor
 Fix For: 0.23.0, 0.24.0


Map Reduce JobHistory and AppMaster UI should have ability to display task 
specific counters.  I think the best way to do this is to include in the Nav 
Block a task specific section with task links when a task is selected.  
Counters is already set up to deal with a task passed in.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3002) Delink History Context from AppContext

2011-09-13 Thread Robert Joseph Evans (JIRA)
Delink History Context from AppContext
--

 Key: MAPREDUCE-3002
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3002
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: jobhistoryserver, mrv2
Affects Versions: 0.24.0
Reporter: Robert Joseph Evans


Currently the JobHistory Server has a HistoryContext that pretends to be a Map 
Reduce ApplicationMaster's AppContext so that UI pages can be shared between 
the two.  This is not ideal because the UIs have already diverged a lot, and we 
have to translate the native History Server's data into implementations of Job 
to provide the same interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3003) Publish Yarn and MapReduce artifacts to Maven snapshot repository

2011-09-13 Thread Tom White (JIRA)
Publish Yarn and MapReduce artifacts to Maven snapshot repository
-

 Key: MAPREDUCE-3003
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3003
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: build
Reporter: Tom White
Assignee: Tom White


Currently this is failing since no distribution management section is defined 
in the POM.

https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk-Commit/883/consoleFull

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3004) sort example fails in shuffle/reduce stage as it assumes a local job by default

2011-09-13 Thread Hitesh Shah (JIRA)
sort example fails in shuffle/reduce stage as it assumes a local job by default 


 Key: MAPREDUCE-3004
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3004
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Hitesh Shah
Assignee: Hitesh Shah
Priority: Minor


Log trace when running sort on a single node setup:

11/09/13 17:01:06 INFO mapreduce.Job:  map 100% reduce 0%
11/09/13 17:01:10 INFO mapreduce.Job: Task Id : 
attempt_1315949787252_0009_r_00_0, Status : FAILED
java.lang.UnsupportedOperationException: Incompatible with LocalRunner
at 
org.apache.hadoop.mapred.YarnOutputFiles.getInputFile(YarnOutputFiles.java:200)
at org.apache.hadoop.mapred.ReduceTask.getMapFiles(ReduceTask.java:183)
at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:365)
at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1135)
at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:143)


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3005) MR app hangs because of a NPE in ResourceManager

2011-09-13 Thread Vinod Kumar Vavilapalli (JIRA)
MR app hangs because of a NPE in ResourceManager


 Key: MAPREDUCE-3005
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3005
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Vinod Kumar Vavilapalli
 Fix For: 0.23.0


The app hangs and it turns out to be a NPE in ResourceManager. This happened 
two of five times on [~karams]'s sort runs on a big cluster.
{code}
2011-09-12 15:02:33,715 ERROR 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Error in 
handling event type NODE_UPDATE to the scheduler
java.lang.NullPointerException
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.AppSchedulingInfo.allocateNodeLocal(AppSchedulingInfo.java:244)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.AppSchedulingInfo.allocate(AppSchedulingInfo.java:206)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApp.allocate(SchedulerApp.java:230)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.assignContainer(LeafQueue.java:1120)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.assignNodeLocalContainers(LeafQueue.java:961)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.assignContainersOnNode(LeafQueue.java:933)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue.assignContainers(LeafQueue.java:725)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue.assignContainersToChildQueues(ParentQueue.java:577)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue.assignContainers(ParentQueue.java:509)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.nodeUpdate(CapacityScheduler.java:579)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.handle(CapacityScheduler.java:620)
at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.handle(CapacityScheduler.java:75)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$SchedulerEventDispatcher$EventProcessor.run(ResourceManager.java:266)
at java.lang.Thread.run(Thread.java:619)
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira