[jira] [Created] (MAPREDUCE-3772) MultipleOutputs output lost if baseOutputPath starts with ../

2012-01-31 Thread Radim Kolar (Created) (JIRA)
MultipleOutputs output lost if baseOutputPath starts with ../
-

 Key: MAPREDUCE-3772
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3772
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv1
Affects Versions: 0.22.0
 Environment: FreeBSD
Reporter: Radim Kolar
Priority: Minor


Lets say you have output directory set:

FileOutputFormat.setOutputPath(job, "/tmp/multi1/out");

and want to place output from MultipleOutputs into /tmp/multi1/extra

I expect following code to work:

mos = new MultipleOutputs(context);
mos.write(new Text("zrr"), value, "../extra/");

but no Exception is throw and expected output directory /tmp/multi1/extra does 
not even exists. All data written to this output vanish without trace.

To make it work fullpath must be used
mos.write(new Text("zrr"), value, "/tmp/multi1/extra/");

Output is listed in statistics from MultipleOutputs correctly:

org.apache.hadoop.mapreduce.lib.output.MultipleOutputs
../gaja1/=1 (* everything is lost *)
/tmp/multi1/out/../ksd34/=1 (* this using full path works *)
list1=6667

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hadoop-Mapreduce-0.23-Build - Build # 177 - Still Failing

2012-01-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/177/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 27528 lines...]

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hadoop-mapreduce ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (tar) @ hadoop-mapreduce ---
[INFO] Executing tasks

main:
[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-0.23-Build/trunk/hadoop-mapreduce-project/pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-mapreduce/0.23.1-SNAPSHOT/hadoop-mapreduce-0.23.1-SNAPSHOT.pom
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] hadoop-yarn ... SUCCESS [1.913s]
[INFO] hadoop-yarn-api ... SUCCESS [8.367s]
[INFO] hadoop-yarn-common  SUCCESS [22.210s]
[INFO] hadoop-yarn-server  SUCCESS [0.111s]
[INFO] hadoop-yarn-server-common . SUCCESS [4.292s]
[INFO] hadoop-yarn-server-nodemanager  SUCCESS [2:01.880s]
[INFO] hadoop-yarn-server-web-proxy .. SUCCESS [1.537s]
[INFO] hadoop-yarn-server-resourcemanager  SUCCESS [2:53.596s]
[INFO] hadoop-yarn-server-tests .. SUCCESS [39.396s]
[INFO] hadoop-mapreduce-client ... SUCCESS [0.064s]
[INFO] hadoop-mapreduce-client-core .. SUCCESS [7.017s]
[INFO] hadoop-yarn-applications .. SUCCESS [0.147s]
[INFO] hadoop-yarn-applications-distributedshell . SUCCESS [23.623s]
[INFO] hadoop-yarn-site .. SUCCESS [0.152s]
[INFO] hadoop-mapreduce-client-common  SUCCESS [29.767s]
[INFO] hadoop-mapreduce-client-shuffle ... SUCCESS [1.027s]
[INFO] hadoop-mapreduce-client-app ... SUCCESS [3:46.973s]
[INFO] hadoop-mapreduce-client-hs  SUCCESS [1:00.570s]
[INFO] hadoop-mapreduce-client-jobclient . SUCCESS [43:33.688s]
[INFO] Apache Hadoop MapReduce Examples .. SUCCESS [43.207s]
[INFO] hadoop-mapreduce .. SUCCESS [0.082s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 56:20.298s
[INFO] Finished at: Tue Jan 31 14:09:55 UTC 2012
[INFO] Final Memory: 71M/319M
[INFO] 
+ [[ 2 -ne 0 ]]
+ echo 'Build failed'
Build failed
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Updating HADOOP-7999
Updating MAPREDUCE-3748
Updating MAPREDUCE-3679
Updating MAPREDUCE-3764
Updating MAPREDUCE-3703
Updating MAPREDUCE-3716
Email was triggered for: Failure
Sending email for trigger: Failure



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


[jira] [Created] (MAPREDUCE-3773) Add queue metrics with buckets for job run times

2012-01-31 Thread Owen O'Malley (Created) (JIRA)
Add queue metrics with buckets for job run times


 Key: MAPREDUCE-3773
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3773
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: jobtracker
Reporter: Owen O'Malley
Assignee: Owen O'Malley


It would be nice to have queue metrics that reflect the number of jobs in each 
queue that have been running for different ranges of time.

Reasonable time ranges are probably 0-1 hr, 1-5 hr, 5-24 hr, 24+ hrs; but they 
should be configurable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (MAPREDUCE-3766) dumptb fails with filenotfound

2012-01-31 Thread Antonio Piccolboni (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonio Piccolboni resolved MAPREDUCE-3766.
---

Resolution: Not A Problem

Seems to be reading each part just fine. Maybe it should get a more getmerge 
like functionality, maybe it should be documented, but most likely this is not 
a bug.

> dumptb fails with filenotfound
> --
>
> Key: MAPREDUCE-3766
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3766
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: contrib/streaming
>Affects Versions: 0.20.2
> Environment: AWS, ubuntu, cdh3u3
>Reporter: Antonio Piccolboni
>
> dumptb can't find an existing file
> antonio@ip-10-9-65-123:~$ hadoop jar 
> /usr/lib/hadoop/contrib/streaming/hadoop-streaming-0.20.2-cdh3u3.jar dumptb 
> /tmp/Rtmp5h8lIO/file179e4fc
> 12/01/31 00:27:48 INFO security.UserGroupInformation: JAAS Configuration 
> already set up for Hadoop, not re-installing.
> 12/01/31 00:27:49 WARN snappy.LoadSnappy: Snappy native library is available
> 12/01/31 00:27:49 INFO util.NativeCodeLoader: Loaded the native-hadoop library
> 12/01/31 00:27:49 INFO snappy.LoadSnappy: Snappy native library loaded
> Exception in thread "main" java.io.FileNotFoundException: File does not 
> exist: /tmp/Rtmp5h8lIO/file179e4fc/_logs
>   at 
> org.apache.hadoop.hdfs.DFSClient$DFSInputStream.openInfo(DFSClient.java:1822)
>   at 
> org.apache.hadoop.hdfs.DFSClient$DFSInputStream.(DFSClient.java:1813)
>   at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:544)
>   at 
> org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:187)
>   at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:456)
>   at 
> org.apache.hadoop.streaming.AutoInputFormat.getRecordReader(AutoInputFormat.java:56)
>   at 
> org.apache.hadoop.streaming.DumpTypedBytes.dumpTypedBytes(DumpTypedBytes.java:102)
>   at 
> org.apache.hadoop.streaming.DumpTypedBytes.run(DumpTypedBytes.java:83)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
>   at 
> org.apache.hadoop.streaming.HadoopStreaming.main(HadoopStreaming.java:41)
>   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:197)
> But the file is there
> antonio@ip-10-9-65-123:~$ hadoop dfs -ls /tmp/Rtmp5h8lIO/file179e4fc/_logs
> 12/01/31 00:28:47 INFO security.UserGroupInformation: JAAS Configuration 
> already set up for Hadoop, not re-installing.
> Found 1 items
> drwxrwxrwx   - antonio supergroup  0 2012-01-31 00:18 
> /tmp/Rtmp5h8lIO/file179e4fc/_logs/history

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hadoop-Mapreduce-trunk-Commit - Build # 1642 - Failure

2012-01-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1642/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 14374 lines...]
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat

run-commit-test:
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/data
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/logs
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/extraconf
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/extraconf
[junit] Running org.apache.hadoop.mapred.TestJobHistoryParsing
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.069 sec
[junit] Running org.apache.hadoop.mapred.TestJobInProgress
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.258 sec
[junit] Running org.apache.hadoop.mapred.TestJobQueueTaskScheduler
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.233 sec
[junit] Running org.apache.hadoop.mapred.TestKillCompletedJob
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.524 sec
[junit] Running org.apache.hadoop.mapred.TestLostTracker
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.369 sec
[junit] Running org.apache.hadoop.mapred.TestQueueAclsForCurrentUser
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.64 sec
[junit] Running org.apache.hadoop.mapred.TestRackAwareTaskPlacement
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.826 sec
[junit] Running org.apache.hadoop.mapred.TestSeveral
[junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.039 sec
[junit] Running org.apache.hadoop.mapred.TestSpeculativeExecution
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.138 sec
[junit] Running org.apache.hadoop.mapred.TestTaskLimits
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.905 sec
[junit] Running org.apache.hadoop.mapred.TestTaskTrackerBlacklisting
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.037 sec
[junit] Running org.apache.hadoop.mapred.TestTrackerBlacklistAcrossJobs
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 118.423 sec
[junit] Test org.apache.hadoop.mapred.TestTrackerBlacklistAcrossJobs FAILED
[junit] Running org.apache.hadoop.mapreduce.TestMapReduceLocal
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 97.29 sec
[junit] Test org.apache.hadoop.mapreduce.TestMapReduceLocal FAILED

checkfailure:
[touch] Creating 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/testsfailed

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build.xml:778:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build.xml:741:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build.xml:802:
 Tests failed!

Total time: 5 minutes 49 seconds
Build step 'Execute shell' marked build as failure
Recording test results
Updating HDFS-2857
Updating MAPREDUCE-3749
Email was tri

[jira] [Created] (MAPREDUCE-3774) yarn-default.xml should be moved to hadoop-yarn-common.

2012-01-31 Thread Mahadev konar (Created) (JIRA)
yarn-default.xml should be moved to hadoop-yarn-common.
---

 Key: MAPREDUCE-3774
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3774
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Mahadev konar
Assignee: Mahadev konar
 Fix For: 0.23.1


yarn-default.xml right now resides in hadoop-yarn-server-common jars which is 
not the right thing to do since this jar might not be needed in some cases when 
depending upon yarn. We should move it to hadoop-yarn-common which is a 
required dependency for all the yarn components (client/server).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3775) Change MiniYarnCluster to escape special chars in testname

2012-01-31 Thread Hitesh Shah (Created) (JIRA)
Change MiniYarnCluster to escape special chars in testname
--

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


When using MiniYarnCluster with the testname set to a nested classname, the "$" 
within the class name creates issues with the container launch scripts as they 
try to expand the $... within the paths/variables in use.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hadoop-Mapreduce-trunk-Commit - Build # 1644 - Failure

2012-01-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1644/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 14372 lines...]
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/concat

run-commit-test:
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/data
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/logs
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/extraconf
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/extraconf
[junit] Running org.apache.hadoop.mapred.TestJobHistoryParsing
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.695 sec
[junit] Running org.apache.hadoop.mapred.TestJobInProgress
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.142 sec
[junit] Running org.apache.hadoop.mapred.TestJobQueueTaskScheduler
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.249 sec
[junit] Running org.apache.hadoop.mapred.TestKillCompletedJob
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.525 sec
[junit] Running org.apache.hadoop.mapred.TestLostTracker
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.294 sec
[junit] Running org.apache.hadoop.mapred.TestQueueAclsForCurrentUser
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.671 sec
[junit] Running org.apache.hadoop.mapred.TestRackAwareTaskPlacement
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.818 sec
[junit] Running org.apache.hadoop.mapred.TestSeveral
[junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
[junit] Running org.apache.hadoop.mapred.TestSpeculativeExecution
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.675 sec
[junit] Running org.apache.hadoop.mapred.TestTaskLimits
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.974 sec
[junit] Running org.apache.hadoop.mapred.TestTaskTrackerBlacklisting
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.078 sec
[junit] Running org.apache.hadoop.mapred.TestTrackerBlacklistAcrossJobs
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 117.587 sec
[junit] Test org.apache.hadoop.mapred.TestTrackerBlacklistAcrossJobs FAILED
[junit] Running org.apache.hadoop.mapreduce.TestMapReduceLocal
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 98.365 sec
[junit] Test org.apache.hadoop.mapreduce.TestMapReduceLocal FAILED

checkfailure:
[touch] Creating 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build/test/testsfailed

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build.xml:778:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build.xml:741:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Commit/trunk/hadoop-mapreduce-project/build.xml:802:
 Tests failed!

Total time: 5 

[jira] [Created] (MAPREDUCE-3776) org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator fails intermittently

2012-01-31 Thread Robert Joseph Evans (Created) (JIRA)
org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator fails intermittently


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


org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator fails intermittently

{noformat}
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 42.267 sec <<< 
FAILURE!
testReportedAppProgressWithOnlyMaps(org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator)
  Time elapsed: 11.908 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Task state is not correct (timedout) 
expected: but was:
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at org.apache.hadoop.mapreduce.v2.app.MRApp.waitForState(MRApp.java:236)
at 
org.apache.hadoop.mapreduce.v2.app.TestRMContainerAllocator.testReportedAppProgressWithOnlyMaps(TestRMContainerAllocator.java:564)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3777) used mem and util have negative values after a queue addition

2012-01-31 Thread Ramya Sunil (Created) (JIRA)
used mem and util have negative values after a queue addition
-

 Key: MAPREDUCE-3777
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3777
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.1
Reporter: Ramya Sunil
Assignee: Arun C Murthy
 Fix For: 0.23.1


After a queue addition to capacity scheduler and submission of an application, 
root queue utilization and used memory have negative values. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3778) Per-state RM app-pages should have search ala JHS pages

2012-01-31 Thread Vinod Kumar Vavilapalli (Created) (JIRA)
Per-state RM app-pages should have search ala JHS pages
---

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




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-3771) Port MAPREDUCE-1735 to trunk/0.23

2012-01-31 Thread Arun C Murthy (Created) (JIRA)
Port MAPREDUCE-1735 to trunk/0.23
-

 Key: MAPREDUCE-3771
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3771
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 0.23.0
Reporter: Arun C Murthy
Assignee: Arun C Murthy
 Fix For: 0.23.1
 Attachments: MAPREDUCE-3771.patch

Per discussion in general@, we should port MAPREDUCE-1735 to 0.23 & trunk to 
'undeprecate' old mapred api:
http://s.apache.org/undeprecate-mapred-apis

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira