[jira] [Updated] (YARN-1289) Configuration "yarn.nodemanager.aux-services" should have default value for mapreduce_shuffle.
[ https://issues.apache.org/jira/browse/YARN-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junping Du updated YARN-1289: - Assignee: (was: Junping Du) > Configuration "yarn.nodemanager.aux-services" should have default value for > mapreduce_shuffle. > -- > > Key: YARN-1289 > URL: https://issues.apache.org/jira/browse/YARN-1289 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager >Reporter: wenwupeng > Attachments: YARN-1289.patch > > > Failed to run benchmark when not configure yarn.nodemanager.aux-services > value in yarn-site.xml', it is better to configure default value. > 13/10/09 22:19:23 INFO mapreduce.Job: Task Id : > attempt_1381371516570_0001_m_00_1, Status : FAILED > Container launch failed for container_1381371516570_0001_01_05 : > org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The > auxService:mapreduce_shuffle does not exist > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at > org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:152) > at > org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:155) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:369) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Updated] (YARN-1289) Configuration "yarn.nodemanager.aux-services" should have default value for mapreduce_shuffle.
[ https://issues.apache.org/jira/browse/YARN-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junping Du updated YARN-1289: - Attachment: YARN-1289.patch Attach a quick patch. Fix it by getting "mapreduce_shuffle" when missing this property in yarn configuration file. > Configuration "yarn.nodemanager.aux-services" should have default value for > mapreduce_shuffle. > -- > > Key: YARN-1289 > URL: https://issues.apache.org/jira/browse/YARN-1289 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager >Reporter: wenwupeng >Assignee: Junping Du > Attachments: YARN-1289.patch > > > Failed to run benchmark when not configure yarn.nodemanager.aux-services > value in yarn-site.xml', it is better to configure default value. > 13/10/09 22:19:23 INFO mapreduce.Job: Task Id : > attempt_1381371516570_0001_m_00_1, Status : FAILED > Container launch failed for container_1381371516570_0001_01_05 : > org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The > auxService:mapreduce_shuffle does not exist > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at > org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:152) > at > org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:155) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:369) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Updated] (YARN-1289) Configuration "yarn.nodemanager.aux-services" should have default value for mapreduce_shuffle.
[ https://issues.apache.org/jira/browse/YARN-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junping Du updated YARN-1289: - Summary: Configuration "yarn.nodemanager.aux-services" should have default value for mapreduce_shuffle. (was: Better to configure yarn.nodemanager.aux-services value in yarn-site.xml) > Configuration "yarn.nodemanager.aux-services" should have default value for > mapreduce_shuffle. > -- > > Key: YARN-1289 > URL: https://issues.apache.org/jira/browse/YARN-1289 > Project: Hadoop YARN > Issue Type: Bug > Components: nodemanager >Reporter: wenwupeng >Assignee: Junping Du > > Failed to run benchmark when not configure yarn.nodemanager.aux-services > value in yarn-site.xml', it is better to configure default value. > 13/10/09 22:19:23 INFO mapreduce.Job: Task Id : > attempt_1381371516570_0001_m_00_1, Status : FAILED > Container launch failed for container_1381371516570_0001_01_05 : > org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The > auxService:mapreduce_shuffle does not exist > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at > org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.instantiateException(SerializedExceptionPBImpl.java:152) > at > org.apache.hadoop.yarn.api.records.impl.pb.SerializedExceptionPBImpl.deSerialize(SerializedExceptionPBImpl.java:106) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$Container.launch(ContainerLauncherImpl.java:155) > at > org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherImpl$EventProcessor.run(ContainerLauncherImpl.java:369) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) -- This message was sent by Atlassian JIRA (v6.1#6144)