123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947 |
- /**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- module.exports =
- {
- "configProperties": [
- /**********************************************HDFS***************************************/
- {
- "id": "site property",
- "name": "fs.checkpoint.dir",
- "displayName": "SecondaryNameNode Checkpoint directory",
- "description": "Directory on the local filesystem where the Secondary NameNode should store the temporary images to merge",
- "defaultValue": "",
- "defaultDirectory": "/hadoop/hdfs/namesecondary",
- "displayType": "directory",
- "isOverridable": false,
- "isVisible": true,
- "serviceName": "HDFS",
- "category": "SNameNode",
- "index": 1
- },
- {
- "id": "site property",
- "name": "fs.checkpoint.period",
- "displayName": "HDFS Maximum Checkpoint Delay",
- "description": "Maximum delay between two consecutive checkpoints for HDFS",
- "defaultValue": "",
- "displayType": "int",
- "unit": "seconds",
- "isVisible": true,
- "category": "General",
- "serviceName": "HDFS",
- "index": 3
- },
- {
- "id": "site property",
- "name": "fs.checkpoint.size",
- "displayName": "HDFS Maximum Edit Log Size for Checkpointing",
- "description": "Maximum size of the edits log file that forces an urgent checkpoint even if the maximum checkpoint delay is not reached",
- "defaultValue": "",
- "displayType": "int",
- "unit": "bytes",
- "isVisible": true,
- "serviceName": "HDFS",
- "category": "General",
- "index": 4
- },
- {
- "id": "site property",
- "name": "dfs.name.dir",
- "displayName": "NameNode directories",
- "description": "NameNode directories for HDFS to store the file system image",
- "defaultValue": "",
- "defaultDirectory": "/hadoop/hdfs/namenode",
- "displayType": "directories",
- "isOverridable": false,
- "isVisible": true,
- "serviceName": "HDFS",
- "category": "NameNode",
- "index": 1
- },
- {
- "id": "site property",
- "name": "dfs.webhdfs.enabled",
- "displayName": "WebHDFS enabled",
- "description": "Whether to enable WebHDFS feature",
- "defaultValue": "",
- "displayType": "checkbox",
- "isOverridable": false,
- "category": "General",
- "serviceName": "HDFS",
- "index": 0
- },
- {
- "id": "site property",
- "name": "dfs.datanode.failed.volumes.tolerated",
- "displayName": "DataNode volumes failure toleration",
- "description": "The number of volumes that are allowed to fail before a DataNode stops offering service",
- "defaultValue": "",
- "displayType": "int",
- "isVisible": true,
- "category": "DataNode",
- "serviceName": "HDFS",
- "index": 3
- },
- {
- "id": "site property",
- "name": "dfs.data.dir",
- "displayName": "DataNode directories",
- "description": "DataNode directories for HDFS to store the data blocks",
- "defaultValue": "",
- "defaultDirectory": "/hadoop/hdfs/data",
- "displayType": "directories",
- "isVisible": true,
- "category": "DataNode",
- "serviceName": "HDFS",
- "index": 1
- },
- {
- "id": "site property",
- "name": "dfs.datanode.data.dir.perm",
- "displayName": "DataNode directories permission",
- "description": "",
- "defaultValue": "",
- "displayType": "int",
- "isVisible": true,
- "category": "DataNode",
- "serviceName": "HDFS"
- },
- {
- "id": "site property",
- "name": "dfs.replication",
- "displayName": "Block replication",
- "description": "Default block replication.",
- "displayType": "int",
- "defaultValue": "",
- "isVisible": true,
- "category": "Advanced",
- "serviceName": "HDFS"
- },
- {
- "id": "site property",
- "name": "dfs.datanode.du.reserved",
- "displayName": "Reserved space for HDFS",
- "description": "Reserved space in bytes per volume. Always leave this much space free for non dfs use.",
- "defaultValue": "",
- "displayType": "int",
- "unit": "bytes",
- "isVisible": true,
- "category": "General",
- "serviceName": "HDFS",
- "index": 2
- },
- /******************************************MAPREDUCE***************************************/
- {
- "id": "site property",
- "name": "mapred.local.dir",
- "displayName": "MapReduce local directories",
- "description": "Directories for MapReduce to store intermediate data files",
- "defaultValue": "",
- "defaultDirectory": "/hadoop/mapred",
- "displayType": "directories",
- "serviceName": "MAPREDUCE",
- "category": "TaskTracker",
- "index": 1
- },
- {
- "id": "site property",
- "name": "mapred.jobtracker.taskScheduler",
- "displayName": "MapReduce Capacity Scheduler",
- "description": "The scheduler to use for scheduling of MapReduce jobs",
- "defaultValue": "",
- "displayType": "advanced",
- "isOverridable": false,
- "serviceName": "MAPREDUCE",
- "index": 0
- },
- {
- "id": "site property",
- "name": "mapred.tasktracker.map.tasks.maximum",
- "displayName": "Number of Map slots per node",
- "description": "Number of slots that Map tasks that run simultaneously can occupy on a TaskTracker",
- "defaultValue": "",
- "displayType": "int",
- "serviceName": "MAPREDUCE",
- "category": "TaskTracker",
- "index": 2
- },
- {
- "id": "site property",
- "name": "mapred.tasktracker.reduce.tasks.maximum",
- "displayName": "Number of Reduce slots per node",
- "description": "Number of slots that Reduce tasks that run simultaneously can occupy on a TaskTracker.",
- "defaultValue": "",
- "displayType": "int",
- "serviceName": "MAPREDUCE",
- "category": "TaskTracker",
- "index": 3
- },
- {
- "id": "site property",
- "name": "mapred.cluster.reduce.memory.mb",
- "displayName": "Cluster's Reduce slot size (virtual memory)",
- "description": "The virtual memory size of a single Reduce slot in the MapReduce framework",
- "defaultValue": "2048",
- "displayType": "int",
- "unit": "MB",
- "serviceName": "MAPREDUCE",
- "index": 2
- },
- {
- "id": "site property",
- "name": "mapred.job.map.memory.mb",
- "displayName": "Default virtual memory for a job's map-task",
- "description": "Virtual memory for single Map task",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "serviceName": "MAPREDUCE",
- "index": 5
- },
- {
- "id": "site property",
- "name": "mapred.cluster.max.map.memory.mb",
- "displayName": "Upper limit on virtual memory for single Map task",
- "description": "Upper limit on virtual memory size for a single Map task of any MapReduce job",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "serviceName": "MAPREDUCE",
- "index": 3
- },
- {
- "id": "site property",
- "name": "mapred.cluster.max.reduce.memory.mb",
- "displayName": "Upper limit on virtual memory for single Reduce task",
- "description": "Upper limit on virtual memory size for a single Reduce task of any MapReduce job",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "serviceName": "MAPREDUCE",
- "index": 4
- },
- {
- "id": "site property",
- "name": "mapred.job.reduce.memory.mb",
- "displayName": "Default virtual memory for a job's reduce-task",
- "description": "Virtual memory for single Reduce task",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "serviceName": "MAPREDUCE",
- "index": 6
- },
- {
- "id": "site property",
- "name": "mapred.cluster.map.memory.mb",
- "displayName": "Cluster's Map slot size (virtual memory)",
- "description": "The virtual memory size of a single Map slot in the MapReduce framework",
- "defaultValue": "1536",
- "displayType": "int",
- "unit": "MB",
- "serviceName": "MAPREDUCE",
- "index": 1
- },
- {
- "id": "site property",
- "name": "io.sort.mb",
- "displayName": "Map-side sort buffer memory",
- "description": "The total amount of Map-side buffer memory to use while sorting files (Expert-only configuration)",
- "defaultValue": "",
- "displayType": "int",
- "unit": "MB",
- "serviceName": "MAPREDUCE",
- "index": 7
- },
- {
- "id": "site property",
- "name": "io.sort.spill.percent",
- "displayName": "Limit on buffer",
- "description": "Percentage of sort buffer used for record collection",
- "defaultValue": "",
- "displayType": "float",
- "serviceName": "MAPREDUCE",
- "index": 8
- },
- {
- "id": "site property",
- "name": "mapred.system.dir",
- "displayName": "MapReduce system directories",
- "description": "Path on the HDFS where where the MapReduce framework stores system files",
- "defaultValue": "/mapred/system",
- "displayType": "directories",
- "serviceName": "MAPREDUCE",
- "category": "Advanced"
- },
- {
- "id": "site property",
- "name": "mapred.userlog.retain.hours",
- "displayName": "Job log retention (hours)",
- "description": "The maximum time, in hours, for which the user-logs are to be retained after the job completion.",
- "defaultValue": "",
- "displayType": "int",
- "unit": "hours",
- "serviceName": "MAPREDUCE",
- "index": 9
- },
- {
- "id": "site property",
- "name": "mapred.jobtracker.maxtasks.per.job",
- "displayName": "Maximum number tasks for a Job",
- "description": "Maximum number of tasks for a single Job",
- "defaultValue": "",
- "displayType": "int",
- "serviceName": "MAPREDUCE",
- "index": 10
- },
- {
- "id": "site property",
- "name": "mapred.hosts",
- "displayName": "mapred.hosts",
- "description": "Names a file that contains the list of nodes that may\
- connect to the jobtracker. If the value is empty, all hosts are \
- permitted.",
- "defaultValue": "",
- "displayType": "directory",
- "category": "Advanced",
- "serviceName": "MAPREDUCE"
- },
- {
- "id": "site property",
- "name": "mapred.hosts.exclude",
- "displayName": "mapred.hosts.exclude",
- "description": " Names a file that contains the list of hosts that\
- should be excluded by the jobtracker. If the value is empty, no\
- hosts are excluded.",
- "defaultValue": "",
- "displayType": "directory",
- "category": "Advanced",
- "serviceName": "MAPREDUCE"
- },
- {
- "id": "site property",
- "name": "mapred.child.java.opts",
- "displayName": "Java options for MapReduce tasks",
- "description": "Java options for the TaskTracker child processes.",
- "defaultValue": "",
- "displayType": "advanced",
- "category": "TaskTracker",
- "serviceName": "MAPREDUCE",
- "index": 4
- },
- /**********************************************oozie-site***************************************/
- {
- "id": "site property",
- "name": "oozie.db.schema.name",
- "displayName": "Database Name",
- "description": "Database name used for the Oozie",
- "defaultValue": "",
- "isOverridable": false,
- "displayType": "host",
- "isVisible": true,
- "isObserved": true,
- "category": "Oozie Server",
- "serviceName": "OOZIE",
- "index": 3
- },
- {
- "id": "site property",
- "name": "oozie.service.JPAService.jdbc.username",
- "displayName": "Database Username",
- "description": "Database user name to use to connect to the database",
- "defaultValue": "",
- "isOverridable": false,
- "displayType": "host",
- "category": "Oozie Server",
- "serviceName": "OOZIE",
- "index": 4
- },
- {
- "id": "site property",
- "name": "oozie.service.JPAService.jdbc.password",
- "displayName": "Database Password",
- "description": "Database password to use to connect to the database",
- "defaultValue": "",
- "isOverridable": false,
- "displayType": "password",
- "isVisible": true,
- "category": "Oozie Server",
- "serviceName": "OOZIE",
- "filename": "oozie-site.xml",
- "index": 5
- },
- {
- "id": "site property",
- "name": "oozie.service.JPAService.jdbc.driver",
- "displayName": "JDBC Driver Class",
- "defaultValue": "",
- "value": "", // the value is overwritten in code
- "isVisible": true,
- "isOverridable": false,
- "description": "Database name used for the Oozie",
- "category": "Oozie Server",
- "serviceName": "OOZIE",
- "index": 6
- },
- {
- "id": "site property",
- "name": "oozie.service.JPAService.jdbc.url",
- "displayName": "Database URL",
- "description": "The JDBC connection URL to the database",
- "defaultValue": "",
- "isOverridable": false,
- "displayType": "advanced",
- "category": "Oozie Server",
- "serviceName": "OOZIE",
- "index": 7
- },
- /**********************************************hive-site***************************************/
- {
- "id": "site property",
- "name": "javax.jdo.option.ConnectionDriverName",
- "displayName": "JDBC Driver Class",
- "defaultValue": "",
- "value": "", // the value is overwritten in code
- "isVisible": true,
- "isOverridable": false,
- "description": "Driver class name for a JDBC metastore",
- "category": "Hive Metastore",
- "serviceName": "HIVE",
- "index": 7
- },
- {
- "id": "site property",
- "name": "hive.heapsize",
- "displayName": "Hive heap size",
- "description": "Maximum Java heap size for HIVE service (Java option -Xmx)",
- "defaultValue": "1024",
- "displayType": "int",
- "unit": "MB",
- "isOverridable": false,
- "serviceName": "HIVE",
- "category": "General",
- "index": 9
- },
- {
- "id": "site property",
- "name": "javax.jdo.option.ConnectionUserName",
- "displayName": "Database Username",
- "description": "Database user name to use to connect to the database",
- "defaultValue": "hive",
- "displayType": "host",
- "isOverridable": false,
- "category": "Hive Metastore",
- "serviceName": "HIVE",
- "index": 5
- },
- {
- "id": "site property",
- "name": "javax.jdo.option.ConnectionPassword",
- "displayName": "Database Password",
- "description": "Database password to use to connect to the metastore database",
- "defaultValue": "",
- "displayType": "password",
- "isOverridable": false,
- "isVisible": true,
- "category": "Hive Metastore",
- "serviceName": "HIVE",
- "index": 6
- },
- {
- "id": "site property",
- "name": "javax.jdo.option.ConnectionURL",
- "displayName": "Database URL",
- "value": "",
- "defaultValue": "", // set to a 'jdbc' to not include this in initial error count
- "description": "The JDBC connection URL to the database",
- "displayType": "advanced",
- "isOverridable": false,
- "isVisible": true,
- "category": "Hive Metastore",
- "serviceName": "HIVE",
- "index": 8
- },
- {
- "id": "site property",
- "name": "ambari.hive.db.schema.name",
- "displayName": "Database Name",
- "description": "Database name used as the Hive Metastore",
- "defaultValue": "",
- "isReconfigurable": true,
- "displayType": "host",
- "isOverridable": false,
- "isObserved": true,
- "serviceName": "HIVE",
- "category": "Hive Metastore",
- "index": 4
- },
- {
- "id": "site property",
- "name": "hive.server2.thrift.port",
- "displayName": "Hive Server Port",
- "description": "TCP port number to listen on, default 10000.",
- "defaultValue": "10000",
- "displayType": "int",
- "isReconfigurable": true,
- "isOverridable": false,
- "isVisible": true,
- "category": "Advanced",
- "serviceName": "HIVE"
- },
- /**********************************************hbase-site***************************************/
- {
- "id": "site property",
- "name": "hbase.tmp.dir",
- "displayName": "HBase local directory",
- "description": "Temporary directory on the local filesystem",
- "defaultDirectory": "/hadoop/hbase",
- "defaultValue": "",
- "displayType": "directory",
- "isVisible": true,
- "category": "Advanced",
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "hbase.master.port",
- "displayName": "HBase Master Port",
- "isReconfigurable": true,
- "displayType": "int",
- "isOverridable": false,
- "isVisible": true,
- "serviceName": "HBASE",
- "category": "Advanced"
- },
- {
- "id": "site property",
- "name": "hbase.regionserver.global.memstore.upperLimit",
- "displayName": "hbase.regionserver.global.memstore.upperLimit",
- "description": "",
- "defaultValue": "",
- "displayType": "float",
- "category": "Advanced",
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "hbase.regionserver.global.memstore.lowerLimit",
- "displayName": "hbase.regionserver.global.memstore.lowerLimit",
- "defaultValue": "",
- "description": "When memstores are being forced to flush to make room in\
- memory, keep flushing until we hit this mark. Defaults to 35% of heap.\
- This value equal to hbase.regionserver.global.memstore.upperLimit causes\
- the minimum possible flushing to occur when updates are blocked due to\
- memstore limiting.",
- "displayType": "float",
- "category": "Advanced",
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "hbase.hstore.blockingStoreFiles",
- "displayName": "hstore blocking storefiles",
- "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": "",
- "isRequired": true,
- "displayType": "int",
- "category": "Advanced",
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "hbase.hstore.compactionThreshold",
- "displayName": "HBase HStore compaction threshold",
- "description": "If more than this number of HStoreFiles in any one HStore then a compaction is run to rewrite all HStoreFiles files as one.",
- "defaultValue": "3",
- "displayType": "int",
- "category": "General",
- "serviceName": "HBASE",
- "index": 0
- },
- {
- "id": "site property",
- "name": "hfile.block.cache.size",
- "displayName": "HFile block cache size ",
- "description": "Percentage of maximum heap (-Xmx setting) to allocate to block cache used by HFile/StoreFile. Set to 0 to disable but it's not recommended.",
- "defaultValue": "0.40",
- "displayType": "float",
- "category": "General",
- "serviceName": "HBASE",
- "index": 1
- },
- {
- "id": "site property",
- "name": "hbase.hregion.max.filesize",
- "displayName": "Maximum HStoreFile Size",
- "description": "If any one of a column families' HStoreFiles has grown to exceed this value, the hosting HRegion is split in two.",
- "defaultValue": "",
- "displayType": "int",
- "unit": "bytes",
- "isVisible": true,
- "category": "General",
- "serviceName": "HBASE",
- "index": 2
- },
- {
- "id": "site property",
- "name": "hbase.regionserver.handler.count",
- "displayName": "RegionServer Handler",
- "description": "Count of RPC Listener instances spun up on RegionServers",
- "defaultValue": "60",
- "displayType": "int",
- "category": "RegionServer",
- "serviceName": "HBASE",
- "index": 2
- },
- {
- "id": "site property",
- "name": "hbase.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": "",
- "displayType": "int",
- "unit": "ms",
- "isVisible": true,
- "category": "RegionServer",
- "serviceName": "HBASE",
- "index": 3
- },
- {
- "id": "site property",
- "name": "hbase.hregion.memstore.block.multiplier",
- "displayName": "HBase Region Block Multiplier",
- "description": "Block updates if memstore has \"Multiplier * HBase Region Memstore Flush Size\" bytes. Useful preventing runaway memstore during spikes in update traffic",
- "defaultValue": "",
- "displayType": "int",
- "category": "RegionServer",
- "serviceName": "HBASE",
- "index": 4
- },
- {
- "id": "site property",
- "name": "hbase.hregion.memstore.mslab.enabled",
- "displayName": "hbase.hregion.memstore.mslab.enabled",
- "description": "Enables the MemStore-Local Allocation Buffer,\
- a feature which works to prevent heap fragmentation under\
- heavy write loads. This can reduce the frequency of stop-the-world\
- GC pauses on large heaps.",
- "defaultValue": "",
- "displayType": "checkbox",
- "category": "Advanced",
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "hbase.hregion.memstore.flush.size",
- "displayName": "HBase Region Memstore Flush Size",
- "description": "Memstore will be flushed to disk if size of the memstore exceeds this number of bytes.",
- "defaultValue": "",
- "displayType": "int",
- "unit": "bytes",
- "category": "RegionServer",
- "serviceName": "HBASE",
- "index": 5
- },
- {
- "id": "site property",
- "name": "hbase.client.scanner.caching",
- "displayName": "HBase Client Scanner Caching",
- "description": "Number of rows that will be fetched when calling next on a scanner if it is not served from \
- (local, client) memory. Do not set this value such that the time between invocations is greater than the scanner timeout",
- "defaultValue": "",
- "displayType": "int",
- "unit": "rows",
- "isVisible": true,
- "category": "General",
- "serviceName": "HBASE",
- "index": 3
- },
- {
- "id": "site property",
- "name": "zookeeper.session.timeout",
- "displayName": "Zookeeper timeout for HBase Session",
- "description": "HBase passes this to the zk quorum as suggested maximum time for a session",
- "defaultValue": "",
- "displayType": "int",
- "unit": "ms",
- "category": "General",
- "serviceName": "HBASE",
- "index": 4
- },
- {
- "id": "site property",
- "name": "hbase.client.keyvalue.maxsize",
- "displayName": "HBase Client Maximum key-value Size",
- "description": "Specifies the combined maximum allowed size of a KeyValue instance. It should be set to a fraction of the maximum region size.",
- "defaultValue": "",
- "displayType": "int",
- "unit": "bytes",
- "category": "General",
- "serviceName": "HBASE",
- "index": 5
- },
- {
- "id": "site property",
- "name": "hbase.coprocessor.region.classes",
- "displayName": "hbase.coprocessor.region.classes",
- "category": "Advanced",
- "isRequired": false,
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "hbase.coprocessor.master.classes",
- "displayName": "hbase.coprocessor.master.classes",
- "category": "Advanced",
- "isRequired": false,
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "dfs.client.read.shortcircuit",
- "displayName": "HDFS Short-circuit read",
- "description": "This configuration parameter turns on short-circuit local reads.",
- "defaultValue": "",
- "displayType": "checkbox",
- "category": "Advanced",
- "serviceName": "HBASE"
- },
- {
- "id": "site property",
- "name": "dfs.support.append",
- "displayName": "HDFS append support",
- "description": "HDFS append support",
- "defaultValue": "",
- "displayType": "checkbox",
- "serviceName": "HBASE",
- "category": "Advanced"
- },
- {
- "id": "site property",
- "name": "hbase.zookeeper.quorum",
- "displayName": "hbase.zookeeper.quorum",
- "defaultValue": "",
- "displayType": "multiLine",
- "serviceName": "HBASE",
- "category": "Advanced"
- },
- /**********************************************webhcat-site***************************************/
- {
- "id": "site property",
- "name": "templeton.hive.archive",
- "displayName": "templeton.hive.archive",
- "isRequired": false,
- "serviceName": "WEBHCAT",
- "category": "Advanced"
- },
- {
- "id": "site property",
- "name": "templeton.pig.archive",
- "displayName": "templeton.pig.archive",
- "isRequired": false,
- "serviceName": "WEBHCAT",
- "category": "Advanced"
- },
- {
- "id": "site property",
- "name": "templeton.zookeeper.hosts",
- "displayName": "templeton.zookeeper.hosts",
- "defaultValue": "",
- "displayType": "multiLine",
- "serviceName": "WEBHCAT",
- "category": "Advanced"
- },
- /**********************************************log4j.properties***************************************/
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "HDFS",
- "filename": "hdfs-log4j.xml",
- "category": "AdvancedHDFSLog4j"
- },
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "MAPREDUCE",
- "filename": "mapreduce-log4j.xml",
- "category": "AdvancedMapredLog4j"
- },
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "HBASE",
- "filename": "hbase-log4j.xml",
- "category": "AdvancedHbaseLog4j"
- },
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "HIVE",
- "filename": "hive-exec-log4j.xml",
- "category": "AdvancedHiveExecLog4j"
- },
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "HIVE",
- "filename": "hive-log4j.xml",
- "category": "AdvancedHiveLog4j"
- },
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "OOZIE",
- "filename": "oozie-log4j.xml",
- "category": "AdvancedOozieLog4j"
- },
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "ZOOKEEPER",
- "filename": "zookeeper-log4j.xml",
- "category": "AdvancedZooLog4j"
- },
- {
- "id": "site property",
- "name": "content",
- "displayName": "content",
- "value": "",
- "defaultValue": "",
- "description": "log4j properties",
- "displayType": "content",
- "isOverridable": true,
- "isRequired": false,
- "isVisible": true,
- "showLabel": false,
- "serviceName": "PIG",
- "filename": "pig-log4j.xml",
- "category": "AdvancedPigLog4j"
- },
- //***************************************** GLUSTERFS stack********************************************
- {
- "id": "site property",
- "name": "fs.glusterfs.impl",
- "displayName": "GlusterFS fs impl",
- "displayType": "string",
- "filename": "core-site.xml",
- "serviceName": "GLUSTERFS",
- "category": "General"
- },
- {
- "id": "site property",
- "name": "fs.glusterfs.volname",
- "displayName": "GlusterFS volume name",
- "displayType": "string",
- "filename": "core-site.xml",
- "serviceName": "GLUSTERFS",
- "category": "General"
- },
- {
- "id": "site property",
- "name": "fs.glusterfs.mount",
- "displayName": "GlusterFS mount point",
- "displayType": "string",
- "filename": "core-site.xml",
- "serviceName": "GLUSTERFS",
- "category": "General"
- },
- {
- "id": "site property",
- "name": "fs.glusterfs.getfattrcmd",
- "displayName": "GlusterFS getfattr command",
- "displayType": "string",
- "filename": "core-site.xml",
- "serviceName": "GLUSTERFS",
- "category": "General"
- }
- ]
- };
|