|
@@ -34,9 +34,10 @@ api_token=YWRtaW46YWRtaW4=
|
|
|
[HIVE]
|
|
|
host = 10.116.1.75
|
|
|
port = 10000
|
|
|
-username = aiuser
|
|
|
+username = infa
|
|
|
password = aiuser
|
|
|
-database_name = dataming
|
|
|
+database_name = default
|
|
|
+;database_name = dataming
|
|
|
kerberos = 0
|
|
|
keytab = assets/test/user.keytab
|
|
|
krb5config = assets/test/krb5.conf
|
|
@@ -56,17 +57,31 @@ sparks=registry.cn-hangzhou.aliyuncs.com/sxtest/idctest:spark
|
|
|
|
|
|
|
|
|
[HADOOP_INNER]
|
|
|
-datasource = -100
|
|
|
-default_fs = hdfs://HDFS8000912
|
|
|
+datasource = 1,2,3
|
|
|
+default_fs = hdfs://nameservice1
|
|
|
hadoop_config={
|
|
|
- "dfs.nameservices": "HDFS8000912",
|
|
|
- "dfs.ha.namenodes.HDFS8000912": "nn1,nn2",
|
|
|
- "dfs.namenode.rpc-address.HDFS8000912.nn1": "10.254.20.18:4007",
|
|
|
- "dfs.namenode.rpc-address.HDFS8000912.nn2": "10.254.20.22:4007",
|
|
|
- "dfs.client.failover.proxy.provider.HDFS8000912": "org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider"
|
|
|
+ "dfs.nameservices": "nameservice1",
|
|
|
+ "dfs.ha.namenodes.nameservice1": "nn1,nn2",
|
|
|
+ "dfs.namenode.rpc-address.nameservice1.nn1": "10.119.14.67:8020",
|
|
|
+ "dfs.namenode.rpc-address.nameservice1.nn2": "10.119.14.68:8020",
|
|
|
+ "dfs.client.failover.proxy.provider.nameservice1": "org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider"
|
|
|
}
|
|
|
kerberos_config = {
|
|
|
- "haveKerberos": "true",
|
|
|
+ "haveKerberos": "false",
|
|
|
"kerberosKeytabFilePath": "/workspace/confs/test/user.keytab",
|
|
|
"kerberosPrincipal": "ailab@EMR-5XJSY31F"
|
|
|
}
|
|
|
+[HOST_ALIAS]
|
|
|
+enable = true
|
|
|
+host_alias = {
|
|
|
+ "10.116.1.78": "cdhtestdn08.yili.com",
|
|
|
+ "10.116.1.77": "cdhtestdn07.yili.com",
|
|
|
+ "10.116.1.76": "cdhtestdn06.yili.com",
|
|
|
+ "10.116.1.75": "cdhtestdn05.yili.com",
|
|
|
+ "10.116.1.74": "cdhtestdn04.yili.com",
|
|
|
+ "10.116.1.73": "cdhtestdn03.yili.com",
|
|
|
+ "10.116.1.72": "cdhtestdn02.yili.com",
|
|
|
+ "10.116.1.71": "cdhtestdn01.yili.com",
|
|
|
+ "10.119.14.67": "cdhtestnm01.yili.com",
|
|
|
+ "10.119.14.68": "cdhtestnm02.yili.com"
|
|
|
+ }
|