|
@@ -94,6 +94,7 @@
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
"kerberos_keytab": "{{hdfs-site/dfs.web.authentication.kerberos.keytab}}",
|
|
|
"kerberos_principal": "{{hdfs-site/dfs.web.authentication.kerberos.principal}}",
|
|
|
+ "connection_timeout": 5.0,
|
|
|
"high_availability": {
|
|
|
"nameservice": "{{hdfs-site/dfs.nameservices}}",
|
|
|
"alias_key" : "{{hdfs-site/dfs.ha.namenodes.{{ha-nameservice}}}}",
|
|
@@ -128,6 +129,7 @@
|
|
|
"https": "{{hdfs-site/dfs.namenode.https-address}}",
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
+ "connection_timeout": 5.0,
|
|
|
"high_availability": {
|
|
|
"nameservice": "{{hdfs-site/dfs.nameservices}}",
|
|
|
"alias_key" : "{{hdfs-site/dfs.ha.namenodes.{{ha-nameservice}}}}",
|
|
@@ -172,6 +174,7 @@
|
|
|
"https": "{{hdfs-site/dfs.namenode.https-address}}",
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
+ "connection_timeout": 5.0,
|
|
|
"high_availability": {
|
|
|
"nameservice": "{{hdfs-site/dfs.nameservices}}",
|
|
|
"alias_key" : "{{hdfs-site/dfs.ha.namenodes.{{ha-nameservice}}}}",
|
|
@@ -216,6 +219,7 @@
|
|
|
"https": "{{hdfs-site/dfs.namenode.https-address}}",
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
+ "connection_timeout": 5.0,
|
|
|
"high_availability": {
|
|
|
"nameservice": "{{hdfs-site/dfs.nameservices}}",
|
|
|
"alias_key" : "{{hdfs-site/dfs.ha.namenodes.{{ha-nameservice}}}}",
|
|
@@ -260,6 +264,7 @@
|
|
|
"https": "{{hdfs-site/dfs.namenode.https-address}}",
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
+ "connection_timeout": 5.0,
|
|
|
"high_availability": {
|
|
|
"nameservice": "{{hdfs-site/dfs.nameservices}}",
|
|
|
"alias_key" : "{{hdfs-site/dfs.ha.namenodes.{{ha-nameservice}}}}",
|
|
@@ -304,6 +309,7 @@
|
|
|
"https": "{{hdfs-site/dfs.namenode.https-address}}",
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
+ "connection_timeout": 5.0,
|
|
|
"high_availability": {
|
|
|
"nameservice": "{{hdfs-site/dfs.nameservices}}",
|
|
|
"alias_key" : "{{hdfs-site/dfs.ha.namenodes.{{ha-nameservice}}}}",
|
|
@@ -347,6 +353,7 @@
|
|
|
"https": "{{hdfs-site/dfs.namenode.https-address}}",
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
+ "connection_timeout": 5.0,
|
|
|
"high_availability": {
|
|
|
"nameservice": "{{hdfs-site/dfs.nameservices}}",
|
|
|
"alias_key" : "{{hdfs-site/dfs.ha.namenodes.{{ha-nameservice}}}}",
|
|
@@ -570,7 +577,8 @@
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
"https_property_value": "HTTPS_ONLY",
|
|
|
"kerberos_keytab": "{{hdfs-site/dfs.web.authentication.kerberos.keytab}}",
|
|
|
- "kerberos_principal": "{{hdfs-site/dfs.web.authentication.kerberos.principal}}"
|
|
|
+ "kerberos_principal": "{{hdfs-site/dfs.web.authentication.kerberos.principal}}",
|
|
|
+ "connection_timeout": 5.0
|
|
|
},
|
|
|
"reporting": {
|
|
|
"ok": {
|
|
@@ -598,7 +606,8 @@
|
|
|
"http": "{{hdfs-site/dfs.datanode.http.address}}",
|
|
|
"https": "{{hdfs-site/dfs.datanode.https.address}}",
|
|
|
"https_property": "{{hdfs-site/dfs.http.policy}}",
|
|
|
- "https_property_value": "HTTPS_ONLY"
|
|
|
+ "https_property_value": "HTTPS_ONLY",
|
|
|
+ "connection_timeout": 5.0
|
|
|
},
|
|
|
"reporting": {
|
|
|
"ok": {
|