123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685 |
- /**
- * 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 = [
- {
- "name": "hadoop.security.authentication",
- "templateName": [],
- "foreignKey": null,
- "value": "kerberos",
- "nonSecureValue": "simple",
- "filename": "core-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "hadoop.security.authorization",
- "templateName": [],
- "foreignKey": null,
- "value": "true",
- "nonSecureValue": "false",
- "filename": "core-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "hadoop.security.auth_to_local",
- "templateName": ["resourcemanager_primary_name", "kerberos_domain", "yarn_user", "nodemanager_primary_name", "namenode_primary_name", "hdfs_user", "datanode_primary_name", "hbase_master_primary_name", "hbase_user","hbase_regionserver_primary_name","oozie_primary_name","oozie_user","jobhistory_primary_name","mapred_user","journalnode_principal_name","falcon_primary_name","falcon_user"],
- "foreignKey": null,
- "value": "RULE:[2:$1@$0](<templateName[0]>@.*<templateName[1]>)s/.*/<templateName[2]>/\nRULE:[2:$1@$0](<templateName[3]>@.*<templateName[1]>)s/.*/<templateName[2]>/\nRULE:[2:$1@$0](<templateName[4]>@.*<templateName[1]>)s/.*/<templateName[5]>/\nRULE:[2:$1@$0](<templateName[6]>@.*<templateName[1]>)s/.*/<templateName[5]>/\nRULE:[2:$1@$0](<templateName[7]>@.*<templateName[1]>)s/.*/<templateName[8]>/\nRULE:[2:$1@$0](<templateName[9]>@.*<templateName[1]>)s/.*/<templateName[8]>/\nRULE:[2:$1@$0](<templateName[10]>@.*<templateName[1]>)s/.*/<templateName[11]>/\nRULE:[2:$1@$0](<templateName[12]>@.*<templateName[1]>)s/.*/<templateName[13]>/\nRULE:[2:$1@$0](<templateName[14]>@.*<templateName[1]>)s/.*/<templateName[5]>/\nRULE:[2:$1@$0](<templateName[15]>@.*<templateName[1]>)s/.*/<templateName[16]>/\nDEFAULT",
- "filename": "core-site.xml",
- "serviceName": "HDFS",
- "dependedServiceName": [{name: "HBASE", replace: "\nRULE:[2:$1@$0](<templateName[7]>@.*<templateName[1]>)s/.*/<templateName[8]>/\nRULE:[2:$1@$0](<templateName[9]>@.*<templateName[1]>)s/.*/<templateName[8]>/"},{name: "OOZIE",replace: "\nRULE:[2:$1@$0](<templateName[10]>@.*<templateName[1]>)s/.*/<templateName[11]>/"},{name: "MAPREDUCE2",replace: "\nRULE:[2:$1@$0](<templateName[12]>@.*<templateName[1]>)s/.*/<templateName[13]>/"}]
- },
- {
- "name": "dfs.namenode.kerberos.principal",
- "templateName": ["namenode_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.namenode.keytab.file",
- "templateName": ["namenode_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.secondary.namenode.kerberos.principal",
- "templateName": ["snamenode_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hdfs-site.xml"
- },
- {
- "name": "dfs.secondary.namenode.keytab.file",
- "templateName": ["snamenode_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.web.authentication.kerberos.principal",
- "templateName": ["hadoop_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.web.authentication.kerberos.keytab",
- "templateName": ["hadoop_http_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.datanode.kerberos.principal",
- "templateName": ["datanode_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.datanode.keytab.file",
- "templateName": ["datanode_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.namenode.kerberos.internal.spnego.principal",
- "templateName": [],
- "foreignKey": null,
- "value": "${dfs.web.authentication.kerberos.principal}",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.secondary.namenode.kerberos.internal.spnego.principal",
- "templateName": [],
- "foreignKey": null,
- "value": "${dfs.web.authentication.kerberos.principal}",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.journalnode.kerberos.principal",
- "templateName": ["journalnode_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.journalnode.kerberos.internal.spnego.principal",
- "templateName": ["hadoop_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.journalnode.keytab.file",
- "templateName": ["journalnode_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.datanode.address",
- "templateName": ["dfs_datanode_address"],
- "foreignKey": null,
- "value": "0.0.0.0:<templateName[0]>",
- "nonSecureValue": "0.0.0.0:50010",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "dfs.datanode.http.address",
- "templateName": ["dfs_datanode_http_address"],
- "foreignKey": null,
- "value": "0.0.0.0:<templateName[0]>",
- "nonSecureValue": "0.0.0.0:50075",
- "filename": "hdfs-site.xml",
- "serviceName": "HDFS"
- },
- {
- "name": "mapreduce.jobhistory.principal",
- "templateName": ["jobhistory_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "mapred-site.xml",
- "serviceName": "MAPREDUCE2"
- },
- {
- "name": "mapreduce.jobhistory.keytab",
- "templateName": ["jobhistory_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "mapred-site.xml",
- "serviceName": "MAPREDUCE2"
- },
- {
- "name": "mapreduce.jobhistory.webapp.spnego-principal",
- "templateName": ["jobhistory_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "mapred-site.xml",
- "serviceName": "MAPREDUCE2"
- },
- {
- "name": "mapreduce.jobhistory.webapp.spnego-keytab-file",
- "templateName": ["jobhistory_http_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "mapred-site.xml",
- "serviceName": "MAPREDUCE2"
- },
- {
- "name": "yarn.timeline-service.enabled",
- "templateName": [],
- "foreignKey": null,
- "value": "false",
- "nonSecureValue": "false",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.acl.enable",
- "templateName": [],
- "foreignKey": null,
- "value": "true",
- "nonSecureValue": "false",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.resourcemanager.principal",
- "templateName": ["resourcemanager_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.resourcemanager.keytab",
- "templateName": ["resourcemanager_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.nodemanager.principal",
- "templateName": ["nodemanager_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.nodemanager.keytab",
- "templateName": ["nodemanager_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.resourcemanager.webapp.spnego-principal",
- "templateName": ["resourcemanager_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.resourcemanager.webapp.spnego-keytab-file",
- "templateName": ["resourcemanager_http_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.nodemanager.webapp.spnego-principal",
- "templateName": ["nodemanager_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.nodemanager.webapp.spnego-keytab-file",
- "templateName": ["nodemanager_http_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "yarn.nodemanager.container-executor.class",
- "templateName": ["yarn_nodemanager_container-executor_class"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "nonSecureValue": "org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor",
- "filename": "yarn-site.xml",
- "serviceName": "YARN"
- },
- {
- "name": "hbase.master.kerberos.principal",
- "templateName": ["hbase_master_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hbase.master.keytab.file",
- "templateName": ["hbase_master_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hbase.regionserver.kerberos.principal",
- "templateName": ["hbase_regionserver_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hbase.regionserver.keytab.file",
- "templateName": ["hbase_regionserver_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hive.metastore.sasl.enabled",
- "templateName": [],
- "foreignKey": null,
- "value": "true",
- "nonSecureValue": "false",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.security.authorization.enabled",
- "templateName": [],
- "foreignKey": null,
- "value": "true",
- "nonSecureValue": "false",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.security.authorization.manager",
- "templateName": [],
- "foreignKey": null,
- "value": "org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider",
- "nonSecureValue": "NONE",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.security.metastore.authorization.manager",
- "templateName": [],
- "foreignKey": null,
- "value": "org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider",
- "nonSecureValue": "NONE",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.security.authenticator.manager",
- "templateName": [],
- "foreignKey": null,
- "value": "org.apache.hadoop.hive.ql.security.ProxyUserAuthenticator",
- "nonSecureValue": "NONE",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.server2.authentication",
- "templateName": [],
- "foreignKey": null,
- "value": "KERBEROS",
- "nonSecureValue": "NONE",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.metastore.kerberos.principal",
- "templateName": ["hive_metastore_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.metastore.kerberos.keytab.file",
- "templateName": ["hive_metastore_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.server2.authentication.kerberos.principal",
- "templateName": ["hive_metastore_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hive.server2.authentication.kerberos.keytab",
- "templateName": ["hive_metastore_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "hive-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "oozie.service.AuthorizationService.authorization.enabled",
- "templateName": [],
- "foreignKey": null,
- "value": "true",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "oozie.service.HadoopAccessorService.kerberos.enabled",
- "templateName": [],
- "foreignKey": null,
- "value": "true",
- "nonSecureValue": "false",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "local.realm",
- "templateName": ["kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "oozie.service.HadoopAccessorService.keytab.file",
- "templateName": ["oozie_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "oozie.service.HadoopAccessorService.kerberos.principal",
- "templateName": ["oozie_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "oozie.authentication.type",
- "templateName": [],
- "foreignKey": null,
- "value": "kerberos",
- "nonSecureValue": "simple",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "oozie.authentication.kerberos.principal",
- "templateName": ["oozie_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "oozie.authentication.kerberos.keytab",
- "templateName": ["oozie_http_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "oozie.authentication.kerberos.name.rules",
- "templateName": ["resourcemanager_primary_name", "kerberos_domain", "yarn_user", "nodemanager_primary_name", "namenode_primary_name", "hdfs_user", "datanode_primary_name", "hbase_master_primary_name", "hbase_user","hbase_regionserver_primary_name"],
- "foreignKey": null,
- "value": "RULE:[2:$1@$0](<templateName[0]>@.*<templateName[1]>)s/.*/<templateName[2]>/\nRULE:[2:$1@$0](<templateName[3]>@.*<templateName[1]>)s/.*/<templateName[2]>/\nRULE:[2:$1@$0](<templateName[4]>@.*<templateName[1]>)s/.*/<templateName[5]>/\nRULE:[2:$1@$0](<templateName[6]>@.*<templateName[1]>)s/.*/<templateName[5]>/\nRULE:[2:$1@$0](<templateName[7]>@.*<templateName[1]>)s/.*/<templateName[8]>/\nRULE:[2:$1@$0](<templateName[9]>@.*<templateName[1]>)s/.*/<templateName[8]>/\nDEFAULT",
- "filename": "oozie-site.xml",
- "serviceName": "OOZIE",
- "dependedServiceName": [{name: "HBASE", replace: "\nRULE:[2:$1@$0](<templateName[7]>@.*<templateName[1]>)s/.*/<templateName[8]>/\nRULE:[2:$1@$0](<templateName[9]>@.*<templateName[1]>)s/.*/<templateName[8]>/"}]
- },
- {
- "name": "templeton.kerberos.principal",
- "templateName": ["webHCat_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "webhcat-site.xml",
- "serviceName": "WEBHCAT"
- },
- {
- "name": "templeton.kerberos.keytab",
- "templateName": ["webhcat_http_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "webhcat-site.xml",
- "serviceName": "WEBHCAT"
- },
- {
- "name": "templeton.kerberos.secret",
- "templateName": [""],
- "foreignKey": null,
- "value": "secret",
- "filename": "webhcat-site.xml",
- "serviceName": "WEBHCAT"
- },
- {
- "name": "templeton.hive.properties",
- "templateName": ["hivemetastore_host","hive_metastore_principal_name","kerberos_domain"],
- "foreignKey": null,
- "value": "hive.metastore.local=false,hive.metastore.uris=thrift://<templateName[0]>:9083,hive." +
- "metastore.sasl.enabled=true,hive.metastore.execute.setugi=true,hive.metastore.warehouse.dir=/apps/hive/warehouse,hive.exec.mode.local.auto=false,hive.metastore.kerberos.principal=<templateName[1]>@<templateName[2]>",
- "filename": "webhcat-site.xml",
- "serviceName": "WEBHCAT"
- },
- {
- "name": "hbase.coprocessor.master.classes",
- "templateName": [],
- "foreignKey": null,
- "value": "org.apache.hadoop.hbase.security.access.AccessController",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hbase.coprocessor.region.classes",
- "templateName": [],
- "foreignKey": null,
- "value": "org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint,org.apache.hadoop.hbase.security.access.AccessController",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hbase.security.authentication",
- "templateName": [],
- "foreignKey": null,
- "value": "kerberos",
- "nonSecureValue": "simple",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hbase.security.authorization",
- "templateName": [],
- "foreignKey": null,
- "value": "true",
- "nonSecureValue": "false",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "hbase.coprocessor.region.classes",
- "templateName": [],
- "foreignKey": null,
- "value": "org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint,org.apache.hadoop.hbase.security.access.AccessController",
- "filename": "hbase-site.xml"
- },
- {
- "name": "hbase.bulkload.staging.dir",
- "templateName": [],
- "foreignKey": null,
- "value": "/apps/hbase/staging",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- {
- "name": "zookeeper.znode.parent",
- "templateName": [],
- "foreignKey": null,
- "value": "/hbase-secure",
- "nonSecureValue": "/hbase-unsecure",
- "filename": "hbase-site.xml",
- "serviceName": "HBASE"
- },
- /***************************************FALCON***********************************************/
- {
- "name": "*.falcon.authentication.type",
- "templateName": [],
- "foreignKey": null,
- "value": "kerberos",
- "nonSecureValue": "simple",
- "filename": "falcon-startup.properties.xml",
- "serviceName": "FALCON"
- },
- {
- "name": "*.falcon.http.authentication.type",
- "templateName": [],
- "foreignKey": null,
- "value": "kerberos",
- "nonSecureValue": "simple",
- "filename": "falcon-startup.properties.xml",
- "serviceName": "FALCON"
- },
- {
- "name": "*.falcon.service.authentication.kerberos.principal",
- "templateName": ["falcon_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "falcon-startup.properties.xml",
- "serviceName": "FALCON"
- },
- {
- "name": "*.falcon.service.authentication.kerberos.keytab",
- "templateName": ["falcon_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "falcon-startup.properties.xml",
- "serviceName": "FALCON"
- },
- {
- "name": "*.falcon.http.authentication.kerberos.principal",
- "templateName": ["falcon_http_principal_name", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "falcon-startup.properties.xml",
- "serviceName": "FALCON"
- },
- {
- "name": "*.falcon.http.authentication.kerberos.keytab",
- "templateName": ["falcon_http_keytab"],
- "foreignKey": null,
- "value": "<templateName[0]>",
- "filename": "falcon-startup.properties.xml",
- "serviceName": "FALCON"
- },
- {
- "name": "*.dfs.namenode.kerberos.principal",
- "templateName": ["namenode_principal_name_falcon", "kerberos_domain"],
- "foreignKey": null,
- "value": "<templateName[0]>@<templateName[1]>",
- "filename": "falcon-startup.properties.xml",
- "serviceName": "FALCON"
- },
- /******************************************************************************************/
- {
- "name": "hadoop.proxyuser.<foreignKey[0]>.groups",
- "templateName": ["proxyuser_group"],
- "foreignKey": ["hive_metastore_primary_name"],
- "value": "<templateName[0]>",
- "filename": "core-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hadoop.proxyuser.<foreignKey[0]>.hosts",
- "templateName": ["hivemetastore_host"],
- "foreignKey": ["hive_metastore_primary_name"],
- "value": "<templateName[0]>",
- "filename": "core-site.xml",
- "serviceName": "HIVE"
- },
- {
- "name": "hadoop.proxyuser.<foreignKey[0]>.groups",
- "templateName": ["proxyuser_group"],
- "foreignKey": ["oozie_primary_name"],
- "value": "<templateName[0]>",
- "filename": "core-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "hadoop.proxyuser.<foreignKey[0]>.hosts",
- "templateName": ["oozieserver_host"],
- "foreignKey": ["oozie_primary_name"],
- "value": "<templateName[0]>",
- "filename": "core-site.xml",
- "serviceName": "OOZIE"
- },
- {
- "name": "hadoop.proxyuser.<foreignKey[0]>.groups",
- "templateName": ["proxyuser_group"],
- "foreignKey": ["webHCat_http_primary_name"],
- "value": "<templateName[0]>",
- "filename": "core-site.xml",
- "serviceName": "WEBHCAT"
- },
- {
- "name": "hadoop.proxyuser.<foreignKey[0]>.hosts",
- "templateName": ["webhcat_server"],
- "foreignKey": ["webHCat_http_primary_name"],
- "value": "<templateName[0]>",
- "filename": "core-site.xml",
- "serviceName": "WEBHCAT"
- }
- ];
|