Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.7.0
-
Fix Version/s: 3.9.0
-
Component/s: app.jobbrowser
-
Labels:None
-
Target Version:
Description
It works on CLI:
hadoop job -kill application_1424919008051_0003 DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/lib/zookeeper/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/lib/hadoop-yarn/lib/spark-1.3.0-cdh5.4.0-SNAPSHOT-yarn-shuffle.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] 15/02/25 19:09:58 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:8032 Exception in thread "main" java.lang.IllegalArgumentException: JobId string : application_1424919008051_0003 is not properly formed at org.apache.hadoop.mapreduce.JobID.forName(JobID.java:156) at org.apache.hadoop.mapreduce.tools.CLI.run(CLI.java:295) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84) at org.apache.hadoop.mapred.JobClient.main(JobClient.java:1239) romain@runreal:~/projects/hue$ romain@runreal:~/projects/hue$ hadoop job -kill job_1424919008051_0003 DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred command for it. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/lib/zookeeper/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/lib/hadoop-yarn/lib/spark-1.3.0-cdh5.4.0-SNAPSHOT-yarn-shuffle.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] 15/02/25 19:10:31 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:8032 15/02/25 19:10:33 INFO impl.YarnClientImpl: Killed application application_1424919008051_0003 Killed job job_1424919008051_0003