[jira] [Created] (MAPREDUCE-3675) A job must not be submitted when there are no mappers to run

2012-01-16 Thread Harsh J (Created) (JIRA)
A job must not be submitted when there are no mappers to run Key: MAPREDUCE-3675 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3675 Project: Hadoop Map/Reduce Issue Type:

[jira] [Resolved] (MAPREDUCE-239) Attribute to mark Mappers and Reducers as side-effect free

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-239. --- Resolution: Won't Fix I think this is pretty much covered by map and reduce speculative option

[jira] [Resolved] (MAPREDUCE-407) JobClient looking for classes for submitted job in the wrong place

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-407. --- Resolution: Invalid This has gone stale, closing out. JobClient looking for

[jira] [Resolved] (MAPREDUCE-474) ability to report numeric progress within a particular key

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-474. --- Resolution: Not A Problem Statuses sorta help solve this issue. Closing out since this has gone

[jira] [Resolved] (MAPREDUCE-460) Should be able to re-run jobs, collecting only missing output

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-460. --- Resolution: Not A Problem This has gone stale, closing out. We can discuss how best to solve this

[jira] [Resolved] (MAPREDUCE-221) Generic 'Sort' Infrastructure for Map-Reduce framework.

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-221. --- Resolution: Incomplete This has grown stale, and am closing it out. While most of this can be

[jira] [Resolved] (MAPREDUCE-264) When combiners exist, postpone mappers' spills of map output to disk until combiners are unsuccessful.

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-264. --- Resolution: Won't Fix This discussion has gone stale. Closing out. For the last comment, perhaps

[jira] [Commented] (MAPREDUCE-134) TaskTracker startup fails if any mapred.local.dir entries don't exist

2012-01-16 Thread Harsh J (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13186803#comment-13186803 ] Harsh J commented on MAPREDUCE-134: --- I meant MAPREDUCE-2413

[jira] [Resolved] (MAPREDUCE-134) TaskTracker startup fails if any mapred.local.dir entries don't exist

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-134. --- Resolution: Duplicate This was fixed by the superceding issue that's been linked here.

[jira] [Resolved] (MAPREDUCE-303) refactor the mapred package into small pieces

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-303. --- Resolution: Not A Problem Not a problem after we mavenized the trunk. refactor

[jira] [Assigned] (MAPREDUCE-321) provide progress feedback while the reducer is sorting

2012-01-16 Thread Harsh J (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J reassigned MAPREDUCE-321: - Assignee: (was: Owen O'Malley) Owen, Hope you don't mind me unassigning this one, so

[jira] [Resolved] (MAPREDUCE-139) JobTracker crashes Sun JVM

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-139. --- Resolution: Cannot Reproduce This should've been resolved long ago. Was a JVM issue fixed by

[jira] [Resolved] (MAPREDUCE-188) Web UI JSP: need to HTML-Escape log file contents

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-188. --- Resolution: Not A Problem We no longer use JSP in MR2 that'd cause such issues.

[jira] [Resolved] (MAPREDUCE-350) Generalize the SequenceFileInputFilter to apply to any InputFormat

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-350. --- Resolution: Invalid With PathFilter available for use in API today, I don't see value in adding

[jira] [Created] (MAPREDUCE-3676) Nodemanager if started before starting Resource manager is getting shutdown.But if both RM and NM are started and then after if RM is going down,NM is retrying for th

2012-01-16 Thread Ramgopal N (Created) (JIRA)
Nodemanager if started before starting Resource manager is getting shutdown.But if both RM and NM are started and then after if RM is going down,NM is retrying for the RM.

[jira] [Resolved] (MAPREDUCE-458) Adding caching to Hadoop which is independent of the task trackers.

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-458. --- Resolution: Not A Problem This discussion has gone stale. I wonder if we see major issues with

[jira] [Resolved] (MAPREDUCE-205) Add ability to send signals to jobs and tasks

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-205. --- Resolution: Not A Problem This never seemed to generate any demand and the discussion has also

[jira] [Resolved] (MAPREDUCE-236) mapred.jar property in a job configuration file handles only absolute path into the local file system

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-236. --- Resolution: Not A Problem I don't see this to be a problem anymore. We need to build that jar up

[jira] [Resolved] (MAPREDUCE-180) task tracker cannot find mapoutput files

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-180. --- Resolution: Not A Problem This isn't an issue anymore. task tracker cannot find

[jira] [Resolved] (MAPREDUCE-185) Checksum error during sorting in reducer

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-185. --- Resolution: Invalid This looked to have been a user-end issue, but was not closed earlier.

[jira] [Resolved] (MAPREDUCE-216) Job setup and take down on Nodes

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-216. --- Resolution: Not A Problem Some level of this can be achieved with the OutputCommitters today.

[jira] [Resolved] (MAPREDUCE-199) Locality hints for Reduce

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-199. --- Resolution: Won't Fix This has been debated many times and the end reason has always been that

[jira] [Commented] (MAPREDUCE-199) Locality hints for Reduce

2012-01-16 Thread Harsh J (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13186831#comment-13186831 ] Harsh J commented on MAPREDUCE-199: --- But please reopen or open a new issue if need be

[jira] [Commented] (MAPREDUCE-2700) dynamic configuration of mapred.map/reduce.tasks

2012-01-16 Thread Harsh J (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13186832#comment-13186832 ] Harsh J commented on MAPREDUCE-2700: Agree that it makes sense to have #-reducers

[jira] [Created] (MAPREDUCE-3677) If hadoop.security.authorization is set to true, NM is not starting.

2012-01-16 Thread Ramgopal N (Created) (JIRA)
If hadoop.security.authorization is set to true, NM is not starting. -- Key: MAPREDUCE-3677 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3677 Project: Hadoop Map/Reduce

[jira] [Resolved] (MAPREDUCE-100) Sporadic TestEmptyJobWithDFS failure due to NPE is JobTracker.submitJob()

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-100. --- Resolution: Not A Problem Gone stale, and test failure does not occur now. Closing out.

[jira] [Resolved] (MAPREDUCE-127) Task trackers don't register with the job tracker until after they clean out their working directory

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-127. --- Resolution: Invalid Should we register before we clean then? Frankly I've not seen this slow

[jira] [Resolved] (MAPREDUCE-84) JobClient waitForCompletion() method sometimes throws an NPE

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-84. -- Resolution: Not A Problem Has not been seen recently. Issue has mostly grown stale, closing out.

[jira] [Resolved] (MAPREDUCE-456) add a link to the dfs from job tracker WI

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-456. --- Resolution: Won't Fix Don't see why we ought to do this cause JT isn't related to HDFS in any

[jira] [Resolved] (MAPREDUCE-160) Final map task gets stuck

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-160. --- Resolution: Not A Problem Has not been seen recently. Issue has gone stale, so closing out.

[jira] [Resolved] (MAPREDUCE-280) TextInputFormat should allow different treatment on carriage return char '\r'

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-280. --- Resolution: Not A Problem TIF now has configurable record-delimiter support, and hence this can

[jira] [Resolved] (MAPREDUCE-568) Streaming causes a lot of broken pipes which leads to job failure

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-568. --- Resolution: Invalid This mostly happens with faults in the user scripts. Closing out as its not

[jira] [Resolved] (MAPREDUCE-141) reduce % complete incorrect in webui

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-141. --- Resolution: Duplicate Dupe of HADOOP-5210 reduce % complete incorrect in webui

[jira] [Resolved] (MAPREDUCE-586) Streaming reducers throw OutOfMemory for not so large inputs

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-586. --- Resolution: Invalid Was a user config issue, not a framework issue. Closing out.

[jira] [Commented] (MAPREDUCE-296) job statistics should be displayed in the web/ui

2012-01-16 Thread Harsh J (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13186846#comment-13186846 ] Harsh J commented on MAPREDUCE-296: --- This should be done over MR2's web ui if

[jira] [Assigned] (MAPREDUCE-296) job statistics should be displayed in the web/ui

2012-01-16 Thread Harsh J (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J reassigned MAPREDUCE-296: - Assignee: (was: Owen O'Malley) Unassigning from Owen (Owen, assign back if this is still

[jira] [Resolved] (MAPREDUCE-163) TaskTracker's Jetty throws SocketException followed by IllegalStateException

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-163. --- Resolution: Duplicate Dupe of MAPREDUCE-5 TaskTracker's Jetty throws

[jira] [Resolved] (MAPREDUCE-634) Jython WordCount.py example fails with Java = 1.4

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-634. --- Resolution: Not A Problem The rule is Java 1.6 and nothing lower. User-side issue, closing out.

[jira] [Resolved] (MAPREDUCE-278) Proposal for redesign/refactoring of the JobTracker and TaskTracker

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-278. --- Resolution: Not A Problem Closing out as a result of MAPREDUCE-279 Proposal for

[jira] [Resolved] (MAPREDUCE-444) Job should be able to specify whether task vm is 32 or 64 bit

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-444. --- Resolution: Not A Problem Could be done with child opts/etc. I think. Closing out since this has

[jira] [Resolved] (MAPREDUCE-490) Allow printing of TaskEvents for a Job from command line

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-490. --- Resolution: Not A Problem Already available as job -events. Allow printing of

[jira] [Resolved] (MAPREDUCE-260) control-c of the submitting program should kill the job

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-260. --- Resolution: Won't Fix This has settled down as a feature for users now. We should not change this

[jira] [Resolved] (MAPREDUCE-201) Map directly to HDFS or reduce()

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-201. --- Resolution: Not A Problem This should've been closed out before but was not. Closing out now.

[jira] [Resolved] (MAPREDUCE-575) Job completes but command doesn't return

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-575. --- Resolution: Duplicate Dupe of HADOOP-4620 Job completes but command doesn't

[jira] [Resolved] (MAPREDUCE-218) Map/Reduce job with SequenceFileOutputFormat should be able to add user specified metadata to the output file

2012-01-16 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-218. --- Resolution: Won't Fix Users may override/extend the SFOF if they want to utilize

[jira] [Commented] (MAPREDUCE-3664) HDFS Federation Documentation has incorrect configuration example

2012-01-16 Thread Eli Collins (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187013#comment-13187013 ] Eli Collins commented on MAPREDUCE-3664: +1, it's wrong there as well

[jira] [Created] (MAPREDUCE-3678) The Map tasks logs should have the value of input split it processed

2012-01-16 Thread Bejoy KS (Created) (JIRA)
The Map tasks logs should have the value of input split it processed Key: MAPREDUCE-3678 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3678 Project: Hadoop Map/Reduce

[jira] [Commented] (MAPREDUCE-3674) If invoked with no queueName request param, jobqueue_details.jsp injects a null queue name into schedulers.

2012-01-16 Thread Todd Lipcon (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187042#comment-13187042 ] Todd Lipcon commented on MAPREDUCE-3674: hm, rather than replacing null with ,

[jira] [Updated] (MAPREDUCE-3647) Pipes job fails with Illegal text protocol

2012-01-16 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated MAPREDUCE-3647: - Priority: Blocker (was: Critical) Assignee: Mahadev konar Pipes job fails

[jira] [Resolved] (MAPREDUCE-3647) Pipes job fails with Illegal text protocol

2012-01-16 Thread Mahadev konar (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar resolved MAPREDUCE-3647. -- Resolution: Not A Problem Looks like the issue has been fixed. No longer an issue.

[jira] [Assigned] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Mahadev konar (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar reassigned MAPREDUCE-3649: Assignee: Jason Lowe (was: Mahadev konar) Job End notification gives an

[jira] [Commented] (MAPREDUCE-3664) HDFS Federation Documentation has incorrect configuration example

2012-01-16 Thread Brandon Li (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187083#comment-13187083 ] Brandon Li commented on MAPREDUCE-3664: --- Thanks for the reminder and approval.

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Mahadev konar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187087#comment-13187087 ] Mahadev konar commented on MAPREDUCE-3649: -- @Ravi, Did you test out the

[jira] [Assigned] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Mahadev konar (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar reassigned MAPREDUCE-3649: Assignee: Ravi Prakash (was: Jason Lowe) Correcting the assignment.

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Vinod Kumar Vavilapalli (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187096#comment-13187096 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-3641: Looking

[jira] [Created] (MAPREDUCE-3679) AM logs and others should not automatically refresh after every 1 second.

2012-01-16 Thread Mahadev konar (Created) (JIRA)
AM logs and others should not automatically refresh after every 1 second. - Key: MAPREDUCE-3679 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3679 Project: Hadoop

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Mahadev konar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187099#comment-13187099 ] Mahadev konar commented on MAPREDUCE-3649: -- Nevermind, I ran the patch with

[jira] [Commented] (MAPREDUCE-3675) A job must not be submitted when there are no mappers to run

2012-01-16 Thread Vinod Kumar Vavilapalli (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187110#comment-13187110 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-3675: No maps jobs

[jira] [Commented] (MAPREDUCE-3664) HDFS Federation Documentation has incorrect configuration example

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187112#comment-13187112 ] Hudson commented on MAPREDUCE-3664: --- Integrated in Hadoop-Hdfs-0.23-Commit #370 (See

[jira] [Commented] (MAPREDUCE-3664) HDFS Federation Documentation has incorrect configuration example

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187115#comment-13187115 ] Hudson commented on MAPREDUCE-3664: --- Integrated in Hadoop-Common-0.23-Commit #380

[jira] [Resolved] (MAPREDUCE-3675) A job must not be submitted when there are no mappers to run

2012-01-16 Thread Arun C Murthy (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy resolved MAPREDUCE-3675. -- Resolution: Invalid Target Version/s: 0.23.1, 0.24.0, 1.1.0, 0.22.1

[jira] [Commented] (MAPREDUCE-634) Jython WordCount.py example fails with Java = 1.4

2012-01-16 Thread Shannon -jj Behrens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187120#comment-13187120 ] Shannon -jj Behrens commented on MAPREDUCE-634: --- The rule is Java 1.6

[jira] [Resolved] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Mahadev konar (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar resolved MAPREDUCE-3649. -- Resolution: Fixed Hadoop Flags: Reviewed I just committed this. Thanks Ravi

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187130#comment-13187130 ] Hudson commented on MAPREDUCE-3649: --- Integrated in Hadoop-Hdfs-0.23-Commit #371 (See

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187131#comment-13187131 ] Hudson commented on MAPREDUCE-3649: --- Integrated in Hadoop-Hdfs-trunk-Commit #1620

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187133#comment-13187133 ] Hudson commented on MAPREDUCE-3649: --- Integrated in Hadoop-Common-trunk-Commit #1547

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187135#comment-13187135 ] Hudson commented on MAPREDUCE-3649: --- Integrated in Hadoop-Common-0.23-Commit #381

[jira] [Commented] (MAPREDUCE-3664) HDFS Federation Documentation has incorrect configuration example

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187137#comment-13187137 ] Hudson commented on MAPREDUCE-3664: --- Integrated in Hadoop-Mapreduce-0.23-Commit #393

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187151#comment-13187151 ] Hudson commented on MAPREDUCE-3649: --- Integrated in Hadoop-Mapreduce-0.23-Commit #394

[jira] [Commented] (MAPREDUCE-3649) Job End notification gives an error on calling back.

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187159#comment-13187159 ] Hudson commented on MAPREDUCE-3649: --- Integrated in Hadoop-Mapreduce-trunk-Commit

[jira] [Updated] (MAPREDUCE-3657) State machine visualize build fails

2012-01-16 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated MAPREDUCE-3657: - Resolution: Fixed Fix Version/s: 0.23.1 Target Version/s: 0.23.1,

[jira] [Updated] (MAPREDUCE-3679) AM logs and others should not automatically refresh after every 1 second.

2012-01-16 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated MAPREDUCE-3679: - Component/s: mrv2 AM logs and others should not automatically refresh after

[jira] [Commented] (MAPREDUCE-3657) State machine visualize build fails

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187209#comment-13187209 ] Hudson commented on MAPREDUCE-3657: --- Integrated in Hadoop-Hdfs-trunk-Commit #1621

[jira] [Commented] (MAPREDUCE-3657) State machine visualize build fails

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187210#comment-13187210 ] Hudson commented on MAPREDUCE-3657: --- Integrated in Hadoop-Common-0.23-Commit #382

[jira] [Commented] (MAPREDUCE-3657) State machine visualize build fails

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187211#comment-13187211 ] Hudson commented on MAPREDUCE-3657: --- Integrated in Hadoop-Common-trunk-Commit #1548

[jira] [Commented] (MAPREDUCE-3657) State machine visualize build fails

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187215#comment-13187215 ] Hudson commented on MAPREDUCE-3657: --- Integrated in Hadoop-Hdfs-0.23-Commit #372 (See

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Vinod Kumar Vavilapalli (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187226#comment-13187226 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-3641: +1. This

[jira] [Commented] (MAPREDUCE-3657) State machine visualize build fails

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187225#comment-13187225 ] Hudson commented on MAPREDUCE-3657: --- Integrated in Hadoop-Mapreduce-0.23-Commit #395

[jira] [Updated] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Vinod Kumar Vavilapalli (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated MAPREDUCE-3641: --- Resolution: Fixed Fix Version/s: 0.23.1 Release Note:

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187236#comment-13187236 ] Hudson commented on MAPREDUCE-3641: --- Integrated in Hadoop-Hdfs-trunk-Commit #1622

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187238#comment-13187238 ] Hudson commented on MAPREDUCE-3641: --- Integrated in Hadoop-Common-trunk-Commit #1549

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187237#comment-13187237 ] Hudson commented on MAPREDUCE-3641: --- Integrated in Hadoop-Common-0.23-Commit #383

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187243#comment-13187243 ] Hudson commented on MAPREDUCE-3641: --- Integrated in Hadoop-Hdfs-0.23-Commit #373 (See

[jira] [Resolved] (MAPREDUCE-3664) HDFS Federation Documentation has incorrect configuration example

2012-01-16 Thread Jitendra Nath Pandey (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey resolved MAPREDUCE-3664. - Resolution: Fixed Fix Version/s: 0.23.0

[jira] [Commented] (MAPREDUCE-3562) Concurrency issues in MultipleOutputs,JobControl,Counters

2012-01-16 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187250#comment-13187250 ] Hadoop QA commented on MAPREDUCE-3562: -- -1 overall. Here are the results of

[jira] [Commented] (MAPREDUCE-3657) State machine visualize build fails

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187252#comment-13187252 ] Hudson commented on MAPREDUCE-3657: --- Integrated in Hadoop-Mapreduce-trunk-Commit

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187257#comment-13187257 ] Hudson commented on MAPREDUCE-3641: --- Integrated in Hadoop-Mapreduce-0.23-Commit #396

[jira] [Commented] (MAPREDUCE-3605) Allow mr commands to be run via bin/hadoop

2012-01-16 Thread Mahadev konar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187265#comment-13187265 ] Mahadev konar commented on MAPREDUCE-3605: -- @Prashanth, Looks like you

[jira] [Commented] (MAPREDUCE-3641) CapacityScheduler should be more conservative assigning off-switch requests

2012-01-16 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187267#comment-13187267 ] Hudson commented on MAPREDUCE-3641: --- Integrated in Hadoop-Mapreduce-trunk-Commit

[jira] [Commented] (MAPREDUCE-3669) Getting a lot of PriviledgedActionException / SaslException when running a job

2012-01-16 Thread Vinod Kumar Vavilapalli (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187313#comment-13187313 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-3669: Mahadev, this

[jira] [Updated] (MAPREDUCE-3607) Port missing new API mapreduce lib classes to 1.x

2012-01-16 Thread Tom White (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated MAPREDUCE-3607: - Attachment: MAPREDUCE-3607.patch Here's a new patch which adds FieldSelectionMapper/Reducer,

[jira] [Updated] (MAPREDUCE-3669) Getting a lot of PriviledgedActionException / SaslException when running a job

2012-01-16 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated MAPREDUCE-3669: - Status: Open (was: Patch Available) Trying out a less redundant patch.

[jira] [Updated] (MAPREDUCE-3669) Getting a lot of PriviledgedActionException / SaslException when running a job

2012-01-16 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated MAPREDUCE-3669: - Status: Patch Available (was: Open) Getting a lot of

[jira] [Updated] (MAPREDUCE-3669) Getting a lot of PriviledgedActionException / SaslException when running a job

2012-01-16 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated MAPREDUCE-3669: - Attachment: MAPREDUCE-3669.patch This patch removes all duplication. This is a

[jira] [Updated] (MAPREDUCE-2450) Calls from running tasks to TaskTracker methods sometimes fail and incur a 60s timeout

2012-01-16 Thread Arun C Murthy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated MAPREDUCE-2450: - Fix Version/s: (was: 0.24.0) Assignee: Rajesh Balamohan Target

[jira] [Updated] (MAPREDUCE-2450) Calls from running tasks to TaskTracker methods sometimes fail and incur a 60s timeout

2012-01-16 Thread Arun C Murthy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated MAPREDUCE-2450: - Attachment: MAPREDUCE-2450.patch This is the patch we committed to hadoop-0.20.2xx,

[jira] [Commented] (MAPREDUCE-2450) Calls from running tasks to TaskTracker methods sometimes fail and incur a 60s timeout

2012-01-16 Thread Mahadev konar (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187407#comment-13187407 ] Mahadev konar commented on MAPREDUCE-2450: -- +1 the patch looks good to me.

[jira] [Commented] (MAPREDUCE-3669) Getting a lot of PriviledgedActionException / SaslException when running a job

2012-01-16 Thread Hadoop QA (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13187414#comment-13187414 ] Hadoop QA commented on MAPREDUCE-3669: -- -1 overall. Here are the results of

[jira] [Resolved] (MAPREDUCE-444) Job should be able to specify whether task vm is 32 or 64 bit

2012-01-16 Thread Arun C Murthy (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy resolved MAPREDUCE-444. - Resolution: Fixed Fixed via MR-279. Job should be able to specify

[jira] [Reopened] (MAPREDUCE-444) Job should be able to specify whether task vm is 32 or 64 bit

2012-01-16 Thread Arun C Murthy (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy reopened MAPREDUCE-444: - Job should be able to specify whether task vm is 32 or 64 bit

  1   2   >