[jira] [Created] (MAPREDUCE-5766) Ping messages from attempts should be moved to DEBUG

2014-02-24 Thread Ramya Sunil (JIRA)
Ramya Sunil created MAPREDUCE-5766: -- Summary: Ping messages from attempts should be moved to DEBUG Key: MAPREDUCE-5766 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5766 Project: Hadoop Map

Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-07 Thread Ramya Sunil
+1 Deployed on secure and nonsecure clusters. Ran some hdfs, MR and yarn tests. Seems good to me. On Mon, Oct 7, 2013 at 12:21 PM, Alejandro Abdelnur wrote: > +1 > > * downloaded source tarball > * verified MD5 > * verified signature > * verified CHANGES.txt files, release # and date > * run 'mv

Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-07-02 Thread Ramya Sunil
-1. Some of the cli and distcp system tests which use hftp:// and webhdfs:// are failing on secure cluster (HDFS-4841 and HDFS-4952/HDFS-4896). This is a regression and we need to make sure they work before we call a release. On Wed, Jun 26, 2013 at 1:17 AM, Arun C Murthy wrote: > Folks, > > I'

Re: Heads up: branch-2.1-beta

2013-06-10 Thread Ramya Sunil
We have started testing branch-2.1-beta and for most parts the code looks very stable. We have deployed both secure and non-secure multinode clusters. We had some minor hiccups with some of our e2e tests breaking due to additional setsid info being logged by the bin scripts and errors while buildi

[jira] [Resolved] (MAPREDUCE-858) NPE in heartbeat if "mapred.job.tracker.history.completed.location" is not writable

2013-05-06 Thread Ramya Sunil (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramya Sunil resolved MAPREDUCE-858. --- Resolution: Fixed This is no longer an issue. JT gracefully shuts down if

Re: [Vote] Merge branch-trunk-win to trunk

2013-02-28 Thread Ramya Sunil
+1 for the merge. As someone who has been testing the code for many months now, both on singlenode and multinode clusters, I am very confident about the stability and the quality of the code. I have run several regression tests to verify distributed cache, streaming, compression, capacity schedule

[jira] [Created] (MAPREDUCE-3841) Broken Server metrics and Local logs link under the tools menu

2012-02-08 Thread Ramya Sunil (Created) (JIRA)
Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Local logs link redirects to the cluster page and Server metrics opens an empty page on the RM/JHS homepage. So does the links from nodemanager UI. -- This message is automatically generated by JIRA

[jira] [Created] (MAPREDUCE-3821) NPE while running Shuffle benchmark

2012-02-06 Thread Ramya Sunil (Created) (JIRA)
: 0.23.1 Reporter: Ramya Sunil Priority: Critical hadoop jar hadoop-mapreduce-test.jar loadgen -outKey org.apache.hadoop.io.Text -outValue org.apache.hadoop.io.Text The tasks fail with the following exception: {noformat} Error: java.lang.NullPointerException at

[jira] [Created] (MAPREDUCE-3820) Improve logging when containers run beyond memory limits

2012-02-06 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Priority: Minor When containers run beyond memory limits, they are killed without logging any useful message. Diagnostics message reads "Task attemptID failed 0 times" and the console ou

[jira] [Created] (MAPREDUCE-3819) Exception while renewing delegation token

2012-02-06 Thread Ramya Sunil (Created) (JIRA)
Affects Versions: 0.23.1 Reporter: Ramya Sunil Priority: Minor -- 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

[jira] [Created] (MAPREDUCE-3792) job -list displays only the jobs submitted by a particular user

2012-02-02 Thread Ramya Sunil (Created) (JIRA)
Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil "mapred job -list" lists only the jobs submitted by the user who ran the command. This behavior is different from 1.x. -- This message is automatically generated by JIRA. If you think i

[jira] [Created] (MAPREDUCE-3786) No checks for misconfigured userlimit

2012-02-01 Thread Ramya Sunil (Created) (JIRA)
Versions: 0.23.1 Reporter: Ramya Sunil Priority: Minor Currently, there are no checks being made for misconfigured userLimit (such as negative values/values >100) This can potentially be a problem if the RM comes up with incorrect userLimit values. -- This message

[jira] [Created] (MAPREDUCE-3784) maxActiveApplications(|PerUser) per queue is too low for small clusters

2012-02-01 Thread Ramya Sunil (Created) (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil We ran into this issue while testing on small clusters. On a 7node cluster with 8G per node, for a queue with absolute capacity 30%, user limit 100%, maxActiveApplications and

[jira] [Created] (MAPREDUCE-3783) Fix "queue -list" to display the correct capacity of queues

2012-02-01 Thread Ramya Sunil (Created) (JIRA)
Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Priority: Minor Occasionally, the capacity of the queue as displayed by "queue -list" has incorrect values. For e.g: yarn.scheduler.capa

[jira] [Created] (MAPREDUCE-3781) Fix history for apps which were terminated before the AM launch

2012-02-01 Thread Ramya Sunil (Created) (JIRA)
Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 Currently the history for applications which were terminated/killed/failed before the AM was launched redirects to a page that does not exist. -- This message is

[jira] [Created] (MAPREDUCE-3780) RM assigns containers to killed applications

2012-02-01 Thread Ramya Sunil (Created) (JIRA)
Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 RM attempts to assign containers to killed applications. The applications were killed when they were inactive and waiting for AM allocation. -- This message is automatically generated by JIRA. If you think

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

2012-01-31 Thread Ramya Sunil (Created) (JIRA)
: 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

[jira] [Created] (MAPREDUCE-3763) Failed refreshQueues due to misconfiguration prevents further refreshing of queues

2012-01-30 Thread Ramya Sunil (Created) (JIRA)
Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 Stumbled upon this problem while refreshing queues with incorrect configuration. The exact scenario was: 1. Added a new queue

[jira] [Created] (MAPREDUCE-3761) AM info in job -list does not reflect the actual AM hostname

2012-01-30 Thread Ramya Sunil (Created) (JIRA)
: Improvement Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 The AM info field on "bin/mapred job -list" currently has a value :8088/proxy/appID. This info is irrelevant unless it shows the real information of where

[jira] [Created] (MAPREDUCE-3760) Blacklisted NMs should not appear in Active nodes list

2012-01-30 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.1 Blacklisted NMs appear in both "Active Nodes" and "Unhealthy nodes" on the RM UI. This should be fixed. -- This message is automatically g

[jira] [Created] (MAPREDUCE-3759) ClassCastException thrown in -list-active-trackers when there are a few unhealthy nodes

2012-01-30 Thread Ramya Sunil (Created) (JIRA)
Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 When there are a few blacklisted nodes in the cluster, "bin/mapred job -list-active-trackers&qu

[jira] [Created] (MAPREDUCE-3748) Move CS related nodeUpdate log messages to DEBUG

2012-01-27 Thread Ramya Sunil (Created) (JIRA)
: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.1 Currently, the RM has nodeUpdate logs per NM per second such as the following: 2012-01-27 21:51:32,429 INFO

[jira] [Created] (MAPREDUCE-3747) Memory Total is not refreshed until an app is launched

2012-01-27 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 Memory Total on the RM UI is not refreshed until an application is launched. This is a problem when the cluster is started for the first time or when there are any lost/decommissioned

[jira] [Created] (MAPREDUCE-3746) Nodemanagers are not automatically shut down after decommissioning

2012-01-27 Thread Ramya Sunil (Created) (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 Nodemanagers are not automatically shutdown after decommissioning. MAPREDUCE-2775 does not seem to fix the issue. -- This message is automatically generated by

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

2012-01-09 Thread Ramya Sunil (Created) (JIRA)
nts: pipes Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 Pipes job fail with "Hadoop Pipes Exception: Illegal text protocol command" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your

[jira] [Created] (MAPREDUCE-3646) Remove redundant URL info from "mapred job" output

2012-01-09 Thread Ramya Sunil (Created) (JIRA)
Type: Bug Components: client Affects Versions: 0.23.1 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.1 The URL information to track the job is printed for all the "mapred job"mrv2 commands. This information is redundant and has to be removed. E

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

2011-12-28 Thread Ramya Sunil (Created) (JIRA)
Affects Versions: 0.23.1 Reporter: Ramya Sunil Fix For: 0.23.1 MR command line options are not supported in bin/hadoop. {noformat} bin/hadoop job Exception in thread "main" java.lang.NoClassDefFoundError: job Caused by: java.lang.ClassNotFoundException: job

[jira] [Created] (MAPREDUCE-3368) compile-mapred-test fails

2011-11-07 Thread Ramya Sunil (Created) (JIRA)
Reporter: Ramya Sunil Priority: Critical Fix For: 0.23.0 compile-mapred-test target is failing once again. Details: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-0.23-Build/83/consoleFull -- This message is automatically generated by JIRA

[jira] [Created] (MAPREDUCE-3309) Report the AM of an application in the UI

2011-10-28 Thread Ramya Sunil (Created) (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Make provision to report the AM hostname of an application in the RM/JHS UI. It is difficult to trace back the AM on which an app ran when there are 100+ jobs in history. Digging through the logs is an

[jira] [Created] (MAPREDUCE-3308) MR builds failing due to download failure

2011-10-28 Thread Ramya Sunil (Created) (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Assignee: Giridharan Kesavan Priority: Critical Fix For: 0.23.0 MR builds are failing due to unresolved dependencies. [ivy:resolve] :: problems summary :: [ivy:resolve] WARNINGS [ivy:resolve

[jira] [Created] (MAPREDUCE-3307) Improve logging on the console during job execution

2011-10-28 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 There is a lot of redundant information being printed on the console and a not so intuitive flow of events. We should improve the logging on console during job execution. More details

[jira] [Created] (MAPREDUCE-3305) Fix -list-blacklisted-trackers to print the blacklisted NMs

2011-10-28 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 bin/mapred job -list-blacklisted-trackers currently prints "getBlacklistedTrackers - Not implemented yet" This is a long pending issue. Could not find a tracking tic

[jira] [Created] (MAPREDUCE-3294) Log the reason for killing a task during speculative execution

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Type: Improvement Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The reason for killing a speculated task has to be logged. Currently, a speculated task is killed with a note of "Container killed by the ApplicationM

[jira] [Created] (MAPREDUCE-3293) Reason for application failure is not correctly reported

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 When apps fail, the reason for failure is not correctly reflected in the UI. For one such app failure, the UI reports "Application failed 1 times due to . Failing the applic

[jira] [Created] (MAPREDUCE-3291) App fail to launch due to delegation token not found in cache

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 In secure mode, saw an app failure due to "org.apache.hadoop.security.token.SecretManager$InvalidToken: token (HDFS_DELEGATION_TOKEN token for ) can't be foun

[jira] [Created] (MAPREDUCE-3290) list-active-trackers throws NPE

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Reporter: Ramya Sunil Fix For: 0.23.0 bin/mapred -list-active-trackers throws NPE in mrV2. Trace in the next comment. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https

[jira] [Created] (MAPREDUCE-3288) Mapreduce 23 builds failing

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Reporter: Ramya Sunil Priority: Blocker Fix For: 0.23.0 Hadoop mapreduce 0.23 builds are failing. -- 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

[jira] [Created] (MAPREDUCE-3284) bin/mapred queue fails with JobQueueClient ClassNotFoundException

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 bin/mapred queue fails with the following exception: {code} -bash$ bin/mapred queue Exception in thread "main" java.lang.NoClassDefFoundError: org/apa

[jira] [Created] (MAPREDUCE-3283) yarn classpath CLI does not display the complete classpath

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 bin/yarn classpath does not display the complete classpath. Below is how the classpath looks like: {noformat} $HADOOP_CONF_DIR:$HADOOP_CONF_DIR::$TOOLS_JAR:$HADOOP_COMMON_HOME

[jira] [Created] (MAPREDUCE-3282) bin/mapred job -list throws exception

2011-10-27 Thread Ramya Sunil (Created) (JIRA)
Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 bin/mapred job -list throws exception when mapreduce.framework.name is set to "yarn" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA admi

[jira] [Created] (MAPREDUCE-3272) Lost NMs fail to rejoin

2011-10-25 Thread Ramya Sunil (Created) (JIRA)
Reporter: Ramya Sunil Fix For: 0.23.0 Lost nodemanagers fail to join back. When the NM is lost, RM log reads {noformat} INFO org.apache.hadoop.yarn.util.AbstractLivelinessMonitor: Expired: Timed out after 600 secs INFO org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeImpl

[jira] [Created] (MAPREDUCE-3271) Lost nodes list and count not updated

2011-10-25 Thread Ramya Sunil (Created) (JIRA)
Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 When nodemanagers are lost, the "Lost Nodes" list and the count is not incremented. Either we, 1. Fix the lost nodes list when a nodemanager is lost - The problem with tracking lost nodes is, if the nodeman

[jira] [Created] (MAPREDUCE-3270) Decommissioned node not removed from active NM list

2011-10-25 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Blocker A decommissioned node is not being removed from the "Total nodes" list and is not added to the "Decommissioned nodes" list. The list of nodes to decommission is added

[jira] [Created] (MAPREDUCE-3269) Jobsummary logs not being moved to a separate file

2011-10-25 Thread Ramya Sunil (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Blocker The jobsummary logs are not being moved to a separate file. Below is the configuration in log4j.properties: {noformat} mapred.jobsummary.logger=INFO,console

[jira] [Created] (MAPREDUCE-3263) compile-mapred-test target fails

2011-10-25 Thread Ramya Sunil (Created) (JIRA)
Versions: 0.23.0 Reporter: Ramya Sunil Compile mapred test target is broken due to which the builds are not archiving the test jars. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https

[jira] [Created] (MAPREDUCE-3254) Streaming jobs failing with PipeMapRunner ClassNotFoundException

2011-10-24 Thread Ramya Sunil (Created) (JIRA)
Type: Bug Components: contrib/streaming, mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil ClassNotFoundException: org.apache.hadoop.streaming.PipeMapRunner encountered while running streaming jobs. Stack trace in the next comment. -- This message is automatically

[jira] [Created] (MAPREDUCE-3243) Invalid tracking URL for streaming jobs

2011-10-21 Thread Ramya Sunil (Created) (JIRA)
, mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The tracking URL for streaming jobs currently display "http://N/A"; {noformat} INFO streaming.StreamJob: To kill this job, run: INFO streaming.StreamJob: hadoop job -kill INFO streaming

[jira] [Created] (MAPREDUCE-3122) -libjars with streaming does not create symlink in the cwd of task

2011-09-29 Thread Ramya Sunil (Created) (JIRA)
Issue Type: Bug Components: contrib/streaming Affects Versions: 0.20.205.0 Reporter: Ramya Sunil When libjars option is used with streaming, the symlink to the jar file is not created in the working dir of the task. Any map/reduce tasks which uses this jar fails with

[jira] [Created] (MAPREDUCE-3080) dfs calls from streaming fails with ExceptionInInitializerError

2011-09-23 Thread Ramya Sunil (JIRA)
Type: Bug Components: contrib/streaming Affects Versions: 0.20.205.0 Reporter: Ramya Sunil Fix For: 0.20.205.0 Dfs calls from streaming seem to fail with the following error: {noformat} Exception in thread "main" java.lang.ExceptionInInitia

[jira] [Created] (MAPREDUCE-3063) Mapreduce trunk Commit builds are failing

2011-09-21 Thread Ramya Sunil (JIRA)
Reporter: Ramya Sunil Priority: Critical Mapreduce trunk commit builds are failing due to test failures. See https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk-Commit/946/testReport/ for more details. -- This message is automatically generated by JIRA

[jira] [Resolved] (MAPREDUCE-2763) IllegalArgumentException while using the dist cache

2011-09-20 Thread Ramya Sunil (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramya Sunil resolved MAPREDUCE-2763. Resolution: Fixed I see this issue being fixed in the latest code base. Hence

[jira] [Created] (MAPREDUCE-3051) HADOOP_CONF_DIR exported twice in the classpath

2011-09-20 Thread Ramya Sunil (JIRA)
: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 HADOOP_CONF_DIR is exported twice in the classpath during RM, NM and container startup time. Not an issue so far but seems redundant. -- This message is automatically

[jira] [Created] (MAPREDUCE-3045) Elapsed time filter on jobhistory server displays incorrect table entries

2011-09-19 Thread Ramya Sunil (JIRA)
/Reduce Issue Type: Bug Components: jobhistoryserver, mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 The elapsed time filter on the jobhistory server filters incorrect information. For e.g. on a cluster

[jira] [Created] (MAPREDUCE-3044) Pipes jobs stuck without making progress

2011-09-19 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 A simple example pipes job gets stuck without making any progress. The AM is launched but the maps do not make any progress. -- This message is automatically generated by JIRA. For more information on JIRA, see

[jira] [Created] (MAPREDUCE-3043) Missing containers info on the nodes page

2011-09-19 Thread Ramya Sunil (JIRA)
: resourcemanager Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The containers info on the nodes page on the RM seems to be missing. This was useful in understanding the usage on each of the nodemanagers. -- This message is automatically generated by JIRA. For more

[jira] [Created] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-08-15 Thread Ramya Sunil (JIRA)
: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The node ID info for the nodemanager entires on the RM UI incorrectly displays the value of $yarn.server.nodemanager.address instead of the ID. -- This message is automatically generated by JIRA. For more information on JIRA, see

[jira] [Created] (MAPREDUCE-2843) [MR-279] Node entries on the RM UI are not sortable

2011-08-15 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The nodemanager entries on the RM UI is not sortable unlike the other web pages. -- This message is automatically generated by JIRA. For more information on JIRA, see: http

[jira] [Created] (MAPREDUCE-2834) [MR-279] Enable dense update for file sink metrics

2011-08-11 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Currently, if File sink is enabled for MRAppMaster or Resourcemanager, it does not populate the file with all the available attributes. It would be useful for debugging and admin purpose to have

[jira] [Created] (MAPREDUCE-2821) [MR-279] Missing fields in job summary logs

2011-08-11 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 The following fields are missing in the job summary logs in mrv2: - numSlotsPerMap - numSlotsPerReduce - clusterCapacity (Earlier known as clusterMapCapacity and

[jira] [Created] (MAPREDUCE-2802) [MR-279] Jobhistory filenames should have jobID to help in better parsing

2011-08-10 Thread Ramya Sunil (JIRA)
/Reduce Issue Type: Improvement Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 For jobID such as job_1312933838300_0007, jobhistory file names are named as job%5F1312933838300

[jira] [Created] (MAPREDUCE-2801) Include the native libs in java.library.path

2011-08-10 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 For the child tasks in mrv2, java.library.path is set to just $PWD and the native libs are not included. Whereas in 0.20.x, java.library.path for child tasks was set to :$PWD -- This message is

[jira] [Created] (MAPREDUCE-2800) clockSplits, cpuUsages, vMemKbytes, physMemKbytes is set to -1 in jhist files

2011-08-10 Thread Ramya Sunil (JIRA)
Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 clockSplits, cpuUsages, vMemKbytes, physMemKbytes is set to -1 for all the map tasks for the last 4 progress interval in the jobhistory

[jira] [Resolved] (MAPREDUCE-2799) [MR-279] NPE is throwing on job -status

2011-08-10 Thread Ramya Sunil (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramya Sunil resolved MAPREDUCE-2799. Resolution: Duplicate Devaraj, there is already a known bug MAPREDUCE-2686 for the

[jira] [Created] (MAPREDUCE-2796) [MR-279] Start time for all the apps is set to 0

2011-08-09 Thread Ramya Sunil (JIRA)
: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The start time for all the apps in the output of "job -list" is set to 0 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (MAPREDUCE-2795) [MR-279] AppsKilled is never incremented

2011-08-09 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 AppsKilled metrics is never incremented even though there are killed jobs in the system. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (MAPREDUCE-2794) [MR-279] Incorrect metrics value for AvailableGB per queue per user

2011-08-09 Thread Ramya Sunil (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 AvailableGB per queue is not the same as AvailableGB per queue per user when the user limit is set to 100%. i.e. if the total available GB of the cluster is 60

[jira] [Created] (MAPREDUCE-2793) [MR-279] Maintain consistency in naming appIDs, jobIDs and attemptIDs

2011-08-09 Thread Ramya Sunil (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 appIDs, jobIDs and attempt/container ids are not consistently named in the logs, console and UI. For consistency purpose, they all have to follow a common

[jira] [Created] (MAPREDUCE-2792) [MR-279] Replace IP addresses with hostnames

2011-08-09 Thread Ramya Sunil (JIRA)
: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Currently, all the logs, UI, CLI have IP addresses of the NM/RM, which are difficult to manage. It will be useful to have hostnames like in 0.20.x for easier debugging and maintenance purpose

[jira] [Created] (MAPREDUCE-2791) [MR-279] Missing/incorrect info on job -status CLI

2011-08-09 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 There are a couple of details missing/incorrect on the job -status command line output for completed jobs: 1. Incorrect job file 2. map() completion is always 0 3. reduce() completion is

[jira] [Created] (MAPREDUCE-2790) [MR-279] Add additional field for storing the AM/job history info on CLI

2011-08-09 Thread Ramya Sunil (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 bin/mapred job [-list [all]] displays the AM or job history location in the "SchedulingInfo" field. An additional column has to be added to d

[jira] [Created] (MAPREDUCE-2789) [MR:279] Update the scheduling info on CLI

2011-08-09 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The scheduling information such as number of containers running, memory usage and reservations per job is not available on bin/mapred job -list CLI. -- This message is automatically generated by JIRA. For more

[jira] [Created] (MAPREDUCE-2775) [MR-279] Decommissioned node does not shutdown

2011-08-03 Thread Ramya Sunil (JIRA)
: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 A Nodemanager which is decommissioned by an admin via refreshnodes does not automatically shutdown. -- This message is automatically generated by JIRA. For more information on JIRA, see: http

[jira] [Created] (MAPREDUCE-2774) Add a startup msg while starting RM/NM

2011-08-03 Thread Ramya Sunil (JIRA)
Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 Add a startup msg while starting NM/RM indicating the version, build details etc. This will help in easier parsing of logs and debugging. -- This message is automatically generated by JIRA

[jira] [Created] (MAPREDUCE-2768) [MR-279] NMs not being blacklisted as determined by health scripts

2011-08-02 Thread Ramya Sunil (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The NMs are not being blacklisted via the node health script. Below is the configuration used: yarn.server.nodemanager.healthchecker.script.path

[jira] [Created] (MAPREDUCE-2766) [MR-279] Set correct permissions for files in dist cache

2011-08-02 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Currently, the files in both public and private dist cache are having 777 permission. Also, the group ownership of files on private cache have to be set to $TT_SPECIAL_GROUP

[jira] [Created] (MAPREDUCE-2763) IllegalArgumentException while using the dist cache

2011-08-01 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 IllegalArgumentException is seen while using distributed cache to cache some files and custom jars in classpath. A simple way to reproduce this error is by using a streaming job: hadoop jar

[jira] [Created] (MAPREDUCE-2762) [MR-279] - Cleanup staging dir after job completion

2011-08-01 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The files created under the staging dir have to be deleted after job completion. Currently, all job.* files remain forever in the ${yarn.apps.stagingDir} -- This message is automatically

[jira] [Created] (MAPREDUCE-2758) MR-279: Log info about the location of dist cache

2011-07-29 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 Currently, there is no log info available about the actual location of the file/archive in dist cache being used by the task except for the "ln" command in t

[jira] [Created] (MAPREDUCE-2757) [MR-279] Redundant "file:" directory created in appcache

2011-07-29 Thread Ramya Sunil (JIRA)
Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 A redundant directory called "file:" is being created under ${yarn.server.nodemanager.local-dir}/usercache/${username}/appcache/appI

[jira] [Created] (MAPREDUCE-2755) MR-279: AM writes logs to stderr

2011-07-29 Thread Ramya Sunil (JIRA)
: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Currently the AM logs are written to $YARN_LOG_DIR/appID/containerID/stderr. In order to maintain consistency with other container logs, it probably should be moved to syslog. -- This message is automatically generated by JIRA

[jira] [Created] (MAPREDUCE-2754) MR-279: Error messages are being moved to stdout instead of stderr

2011-07-29 Thread Ramya Sunil (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Priority: Minor Fix For: 0.23.0 Error messages flagging the reason for app failures are currently being moved to stdout of container logs instead of stderr. -- This

[jira] [Created] (MAPREDUCE-2738) Missing cluster level stats on the RM UI

2011-07-27 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Cluster usage information such as the following are currently not available in the RM UI. - Total number of apps submitted so far - Total number of containers running/total memory usage - Total capacity of the

[jira] [Created] (MAPREDUCE-2737) Update the progress of jobs on client side

2011-07-27 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 The progress of the jobs are not being correctly updated on the client side. The map progress halts at 66% and both map/reduce progress % does not display 100 when the job completes. -- This message is

[jira] [Created] (MAPREDUCE-2690) Construct the web page for default scheduler

2011-07-15 Thread Ramya Sunil (JIRA)
Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Currently, the web page for default scheduler reads as "Under construction". This is a long known issue, but could not find a tracking ticket. Hence opening one. -- This message is automatically

[jira] [Created] (MAPREDUCE-2689) InvalidStateTransisiton when AM is not assigned to a job

2011-07-15 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 In cases where an AM is not being assigned to a job, RELEASED at COMPLETED invalid event is observed. This is easily reproducible in cases such as MAPREDUCE-2687. -- This message is

[jira] [Created] (MAPREDUCE-2687) Non superusers unable to launch apps in a non-secure cluster

2011-07-15 Thread Ramya Sunil (JIRA)
: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Apps of non superuser fail to succeed in a non-secure environment. Only the superuser(i.e. one who started/owns the mrv2 cluster) is able to launch apps successfully. However

[jira] [Resolved] (MAPREDUCE-1986) History files fail to move to DONE folder when hadoop.job.history.location is configured to a HDFS path

2011-07-15 Thread Ramya Sunil (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramya Sunil resolved MAPREDUCE-1986. Resolution: Duplicate This issue is exactly the same as MAPREDUCE-2463. Since there is

[jira] [Created] (MAPREDUCE-2686) NPE while requesting info for a non-existing job

2011-07-14 Thread Ramya Sunil (JIRA)
: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 While performing job related operations such as job -kill, -status, -events etc for an unknown job, the following NPE is seen: Exception in thread "main" java.lang.NullPointerException

[jira] [Created] (MAPREDUCE-2677) MR-279: 404 error while accessing pages from history server

2011-07-12 Thread Ramya Sunil (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramya Sunil Fix For: 0.23.0 Accessing the following pages from the history server, causes 404 HTTP error 1. Cluster-> About 2. Cluster -> Applications 3. Cluster -> Scheduler 4. Application