Re: Apache Hadoop qbt Report: trunk+JDK8 on Linux/aarch

2020-01-25 Thread n a
Unsubscribe Get Outlook for Android On Sat, Jan 25, 2020 at 5:20 PM -0800, "Apache Jenkins Server" wrote: ARM Build Details : https://builds.apache.org/job/Hadoop-qbt-linux-ARM-trunk/90/ CHANGES [Jan 24, 2020 6:50:16 PM]

Re: [jira] [Resolved] (MAPREDUCE-4814) mr-jobhistory-daemon.sh does not parse --config options

2012-11-27 Thread L N
My issue is solved. I used String[] otherArgs = new GenericOptionsParser(conf, args).getRemainingArgs() in main class and did not implement ToolRunner On Mon, Nov 26, 2012 at 1:03 PM, Vinod Kumar Vavilapalli (JIRA) j...@apache.org wrote: [

[jira] [Created] (MAPREDUCE-4130) Jobid creation is not required if the job failed because of unavailability of input path.Can input and output paths validation can be done before job ID creation step

2012-04-10 Thread Ramgopal N (Created) (JIRA)
? --- Key: MAPREDUCE-4130 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4130 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Reporter: Ramgopal N Priority

[jira] [Created] (MAPREDUCE-4122) The MRAppmaster process killed count is being added to the Apps Pending value(with -ve sign) in Cluster Metrics page.

2012-04-09 Thread Ramgopal N (Created) (JIRA)
: https://issues.apache.org/jira/browse/MAPREDUCE-4122 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.2 Reporter: Ramgopal N Application will retry yarn.resourcemanager.am.max-retries times before the job is failed

[jira] [Created] (MAPREDUCE-4125) If we are navigating to Nodemanager UI from Resourcemanager,then there is not link to navigate back to Resource manager

2012-04-09 Thread Ramgopal N (Created) (JIRA)
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4125 Project: Hadoop Map/Reduce Issue Type: Improvement Components: mrv2 Reporter: Ramgopal N Priority: Minor If we are navigating to Nodemanager by clicking on the node link in RM

[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)
Reporter: Ramgopal N If NM is started before starting the RM ,NM is shutting down with the following error ERROR org.apache.hadoop.yarn.service.CompositeService: Error starting services org.apache.hadoop.yarn.server.nodemanager.NodeManager org.apache.avro.AvroRuntimeException

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

2012-01-16 Thread Ramgopal N (Created) (JIRA)
Issue Type: Bug Components: nodemanager Affects Versions: 0.23.0 Reporter: Ramgopal N I have the hadoop cluster setup with root user.Accidentally i have set hadoop.security.authorization to true.I have not set any permissions in policy.xml.When i am trying to start

[jira] [Created] (MAPREDUCE-3663) After submitting a job. If the Runjar process gets killed ,then the job is hanging

2012-01-12 Thread Ramgopal N (Created) (JIRA)
Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramgopal N When the job is submitted...Runjar process is created and the YarnChild processes also start running.If at this time ,the RunJar process is getting killed

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

2011-12-14 Thread Ravi Teja Ch N V (Created) (JIRA)
Components: mrv2 Affects Versions: 0.23.0 Reporter: Ravi Teja Ch N V Assignee: Ravi Teja Ch N V bq.MultipleOutputs The close of recordwriters should be synchronized. public void close() throws IOException, InterruptedException { for (RecordWriter

[jira] [Created] (MAPREDUCE-3494) The RM should handle the graceful shutdown of the NM.

2011-12-01 Thread Ravi Teja Ch N V (Created) (JIRA)
Components: nodemanager, resourcemanager Reporter: Ravi Teja Ch N V Instead of waiting for the NM expiry, RM should remove and handle the NM, which is shutdown gracefully. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your

[jira] [Created] (MAPREDUCE-3364) Job executed through ftp file system is failing with java.io.IOException: Seek not supported

2011-11-07 Thread Ramgopal N (Created) (JIRA)
-3364 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Reporter: Ramgopal N Instead of hdfs file as input to the job,i have given local file through ftp as input and executed a job.The job is failing with ERROR Error: java.io.IOException: Seek

[jira] [Created] (MAPREDUCE-3363) The totalnodes and memorytotal fields show wrong information if the nodes are going down and coming up early(before 10min)

2011-11-06 Thread Ramgopal N (Created) (JIRA)
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3363 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.24.0 Reporter: Ramgopal N The node details is not moved from Totalnodes to lostnodes for 60

[jira] [Created] (MAPREDUCE-3347) Resource manager is not respawning MRAppMaster process if it goes down in the middle of job execution and the job is getting failed.

2011-11-04 Thread Ramgopal N (Created) (JIRA)
: MAPREDUCE-3347 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3347 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramgopal N ApplicationMaster service should recover the job

[jira] [Created] (MAPREDUCE-3339) Job is getting hanged indefinitely,if the child processes are killed on the NM. KILL_CONTAINER eventtype is continuosly sent to the containers that are not existing

2011-11-03 Thread Ramgopal N (Created) (JIRA)
: Ramgopal N I have only one NM running. I have submitted a job and all the child processes on the NM got killed continuosly.This made the Job to hang indefinitely. In the NM logs it is logging WARN message :org.apache.hadoop.yarn.server.nodemanager.containermanager.ContainerManagerImpl: Event

[jira] [Created] (MAPREDUCE-3200) Job got failed with FileNotFoundException during ResourceLocalization

2011-10-18 Thread Ramgopal N (Created) (JIRA)
Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramgopal N The exception trace is as follows {code:xml} 2011-10-18 15:37:11,315 WARN org.apache.hadoop.yarn.server.resourcemanager.RMAuditLogger: USER=root OPERATION=Application Finished

[jira] [Created] (MAPREDUCE-3201) Even though jobs are getting failed on particular NM, it is not getting blacklisted

2011-10-18 Thread Ramgopal N (Created) (JIRA)
Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramgopal N Priority: Minor {code:xml} The yarnchild process on a particular NM are getting killed continuosly. Still the NM is not getting blacklisted {code

[jira] [Created] (MAPREDUCE-3193) NextGen Mapreduce framework is not able to read the job input recursively.Input is read only for one folder level deep

2011-10-17 Thread Ramgopal N (Created) (JIRA)
: https://issues.apache.org/jira/browse/MAPREDUCE-3193 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Ramgopal N java.io.FileNotFoundException is thrown,if input file is more than one folder level deep

[jira] [Created] (MAPREDUCE-3186) User jobs are getting hanged if the Resource manager process goes down and comes up while job is getting executed.

2011-10-14 Thread Ramgopal N (Created) (JIRA)
://issues.apache.org/jira/browse/MAPREDUCE-3186 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Environment: linux Reporter: Ramgopal N If the resource manager is restarted while the job execution

[jira] [Resolved] (MAPREDUCE-2912) Trunk build failing due to testcase failures from many builds

2011-09-14 Thread Ravi Teja Ch N V (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Teja Ch N V resolved MAPREDUCE-2912. - Resolution: Invalid The issue is no longer valid.The trunk is now passing

[jira] [Created] (MAPREDUCE-2949) NodeManager in a inconsistent state if a service startup fails.

2011-09-08 Thread Ravi Teja Ch N V (JIRA)
Type: Bug Components: nodemanager Affects Versions: 0.24.0 Reporter: Ravi Teja Ch N V When a service startup fails at the Nodemanager, the Nodemanager JVM doesnot exit as the following threads are still running. Daemon Thread [Timer for 'NodeManager' metrics system

[jira] [Created] (MAPREDUCE-2912) Trunk build failing due to testcase failures from many builds

2011-08-30 Thread Ravi Teja Ch N V (JIRA)
: Bug Components: build Affects Versions: 0.20.203.0 Reporter: Ravi Teja Ch N V run-test-mapred: BUILD FAILED /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build.xml:848: Tests failed! Total time: 115 minutes 23 seconds

[jira] [Created] (MAPREDUCE-2631) Potential resource leaks in BinaryProtocol$TeeOutputStream.java and TaskLogServlet.java

2011-06-29 Thread Ravi Teja Ch N V (JIRA)
Project: Hadoop Map/Reduce Issue Type: Bug Components: jobtracker Affects Versions: 0.23.0 Reporter: Ravi Teja Ch N V {code:title=TaskLogServlet.java|borderStyle=solid} private void printTaskLog(HttpServletResponse response