|
@@ -758,7 +758,7 @@ module.exports =
|
|
|
"name": "hregion_majorcompaction",
|
|
|
"displayName": "HBase Region Major Compaction",
|
|
|
"description": "The time between major compactions of all HStoreFiles in a region. Set to 0 to disable automated major compactions.",
|
|
|
- "defaultValue": "86400000",
|
|
|
+ "defaultValue": "604800000",
|
|
|
"displayType": "int",
|
|
|
"unit": "ms",
|
|
|
"isVisible": true,
|
|
@@ -849,7 +849,7 @@ module.exports =
|
|
|
"name": "zookeeper_sessiontimeout",
|
|
|
"displayName": "Zookeeper timeout for HBase Session",
|
|
|
"description": "HBase passes this to the zk quorum as suggested maximum time for a session",
|
|
|
- "defaultValue": "60000",
|
|
|
+ "defaultValue": "30000",
|
|
|
"displayType": "int",
|
|
|
"unit": "ms",
|
|
|
"isVisible": true,
|
|
@@ -923,19 +923,6 @@ module.exports =
|
|
|
"serviceName": "HBASE",
|
|
|
"category": "Advanced"
|
|
|
},
|
|
|
- {
|
|
|
- "id": "puppet var",
|
|
|
- "name": "hdfs_support_append",
|
|
|
- "displayName": "HDFS append support",
|
|
|
- "description": "HDFS append support",
|
|
|
- "defaultValue": true,
|
|
|
- "isRequired": false,
|
|
|
- "displayType": "checkbox",
|
|
|
- "isVisible": true,
|
|
|
- "domain": "global",
|
|
|
- "serviceName": "HBASE",
|
|
|
- "category": "Advanced"
|
|
|
- },
|
|
|
{
|
|
|
"id": "puppet var",
|
|
|
"name": "hstore_blockingstorefiles",
|
|
@@ -943,7 +930,7 @@ module.exports =
|
|
|
"description": "If more than this number of StoreFiles in any one Store (one StoreFile is written per flush of " +
|
|
|
"MemStore) then updates are blocked for this HRegion until a compaction is completed, or until " +
|
|
|
"hbase.hstore.blockingWaitTime has been exceeded.",
|
|
|
- "defaultValue": 7,
|
|
|
+ "defaultValue": 10,
|
|
|
"isRequired": true,
|
|
|
"displayType": "init",
|
|
|
"isVisible": true,
|