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:
parent
639b4fb8a9
commit
c9ea431267
@ -68,7 +68,7 @@ public final class OzoneConfigKeys {
|
||||
public static final String OZONE_METADATA_STORE_IMPL_ROCKSDB =
|
||||
"RocksDB";
|
||||
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 int OZONE_KEY_CACHE_DEFAULT = 1024;
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
<property>
|
||||
<name>ozone.handler.type</name>
|
||||
<value>local</value>
|
||||
<value>distributed</value>
|
||||
<description>
|
||||
The second key dfs.storage.handler.type tells ozone which storage
|
||||
handler to use. The possible values are:
|
||||
@ -195,7 +195,7 @@
|
||||
|
||||
<property>
|
||||
<name>ozone.scm.handler.count.key</name>
|
||||
<value>20</value>
|
||||
<value>10</value>
|
||||
<description>
|
||||
The number of RPC handler threads for each SCM service endpoint.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user