gavin.wang
gavin.wang
in yarn scheduler webui,the value of Allocated GPUs and Reserved GPUs be set to 0 by default may be better. when GPUs not used,these values should be 0.
MAPREDUCE-7472. Decode value of hive.query.string for the job Confguration which was encoded by hive
the value of hive.query.string in job Configuratio is URLEncoded by hive and written to hdfs,which shoud be decoded before rendered
NPE exception may happend when commit thread calling allocateFromReservedContainer with param reservedContainer ,while the container may be un reserved by the judgment thread in tryCommit->apply function
when using NNThroughputBenchmark, the configuration item dfs.blocksize in hdfs-site.xml is configured with a letter as the suffix,such as 256m,NumberFormatException occurred.
When the number of policies is very large, such as exceeding 100,000, the policy file may grow larger than 100MB. In this case, the plugin may take several seconds or...
### Description of PR Currently,yarn rmadmin can not support failover,This failover step is just the same as step : yarn rmadmin -transitionToStandby -forcemanual rm1 yarn rmadmin -transitionToActive -forcemanual rm2 ###...
In patch https://github.com/apache/hadoop/pull/6957 ,checkstyle error always exists ,Fix all the checkstyle error like: ./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestRMAdminCLI.java:781: testError(new String[] { "-help", "-xxxxx" },:30: '{' is followed by whitespace. [NoWhitespaceAfter]