iwasakims commented on pull request #2139: URL: https://github.com/apache/hadoop/pull/2139#issuecomment-658510694
The fix worked on my local. ``` [centos@centos7 hadoop-3.4.0-SNAPSHOT]$ bin/hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-*-tests.jar sleep -mt 1 -rt 1 -m 1 -r 1 2020-07-15 11:12:13,657 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2020-07-15 11:12:14,670 INFO client.DefaultNoHARMFailoverProxyProvider: Connecting to ResourceManager at /0.0.0.0:8032 2020-07-15 11:12:15,259 INFO mapreduce.JobResourceUploader: Disabling Erasure Coding for path: /tmp/hadoop-yarn/staging/centos/.staging/job_1594777964233_0002 2020-07-15 11:12:16,806 INFO mapreduce.JobSubmitter: number of splits:1 2020-07-15 11:12:17,456 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1594777964233_0002 2020-07-15 11:12:17,456 INFO mapreduce.JobSubmitter: Executing with tokens: [] 2020-07-15 11:12:17,713 INFO conf.Configuration: resource-types.xml not found 2020-07-15 11:12:17,713 INFO resource.ResourceUtils: Unable to find 'resource-types.xml'. 2020-07-15 11:12:17,790 INFO impl.YarnClientImpl: Submitted application application_1594777964233_0002 2020-07-15 11:12:17,832 INFO mapreduce.Job: The url to track the job: http://localhost:8088/proxy/application_1594777964233_0002/ 2020-07-15 11:12:17,833 INFO mapreduce.Job: Running job: job_1594777964233_0002 2020-07-15 11:12:26,114 INFO mapreduce.Job: Job job_1594777964233_0002 running in uber mode : false 2020-07-15 11:12:26,115 INFO mapreduce.Job: map 0% reduce 0% 2020-07-15 11:12:32,220 INFO mapreduce.Job: map 100% reduce 0% 2020-07-15 11:12:37,281 INFO mapreduce.Job: map 100% reduce 100% 2020-07-15 11:12:38,326 INFO mapreduce.Job: Job job_1594777964233_0002 completed successfully ... ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
