HDFS-12281. Ozone: Ozone-default.xml has 3 properties that do not match the default Config value. Contributed by Ajay Yadav.

This commit is contained in:
Anu Engineer 2017-08-11 10:12:48 -07:00 committed by Owen O'Malley
parent 639b4fb8a9
commit c9ea431267
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ public final class OzoneConfigKeys {
public static final String OZONE_METADATA_STORE_IMPL_ROCKSDB = public static final String OZONE_METADATA_STORE_IMPL_ROCKSDB =
"RocksDB"; "RocksDB";
public static final String OZONE_METADATA_STORE_IMPL_DEFAULT = public static final String OZONE_METADATA_STORE_IMPL_DEFAULT =
OZONE_METADATA_STORE_IMPL_LEVELDB; OZONE_METADATA_STORE_IMPL_ROCKSDB;
public static final String OZONE_KEY_CACHE = "ozone.key.cache.size"; public static final String OZONE_KEY_CACHE = "ozone.key.cache.size";
public static final int OZONE_KEY_CACHE_DEFAULT = 1024; public static final int OZONE_KEY_CACHE_DEFAULT = 1024;

View File

@ -35,7 +35,7 @@
<property> <property>
<name>ozone.handler.type</name> <name>ozone.handler.type</name>
<value>local</value> <value>distributed</value>
<description> <description>
The second key dfs.storage.handler.type tells ozone which storage The second key dfs.storage.handler.type tells ozone which storage
handler to use. The possible values are: handler to use. The possible values are:
@ -195,7 +195,7 @@
<property> <property>
<name>ozone.scm.handler.count.key</name> <name>ozone.scm.handler.count.key</name>
<value>20</value> <value>10</value>
<description> <description>
The number of RPC handler threads for each SCM service endpoint. The number of RPC handler threads for each SCM service endpoint.