gavin.wang

Results 7 issues of 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.

YARN
trunk

the value of hive.query.string in job Configuratio is URLEncoded by hive and written to hdfs,which shoud be decoded before rendered

MapReduce
trunk

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

YARN
trunk

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.

HDFS
trunk
Common

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 ###...

YARN
trunk

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]

YARN
trunk