Pārlūkot izejas kodu

[hadoop] Make YARN HA config easier to configure

Romain Rigaux 10 gadi atpakaļ
vecāks
revīzija
63390d9
2 mainītis faili ar 20 papildinājumiem un 2 dzēšanām
  1. 10 1
      desktop/conf.dist/hue.ini
  2. 10 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 10 - 1
desktop/conf.dist/hue.ini

@@ -684,13 +684,22 @@
       # have to be verified against certificate authority
       ## ssl_cert_ca_verify=True
 
-    # HA support by specifying multiple clusters
+    # HA support by specifying multiple clusters.
+    # Redefine different properties there.
     # e.g.
 
     # [[[ha]]]
       # Resource Manager logical name (required for HA)
       ## logical_name=my-rm-name
 
+      # Un-comment to enable
+      ## submit_to=True
+
+      # URL of the ResourceManager API
+      ## resourcemanager_api_url=http://localhost:8088
+
+      # ...
+
   # Configuration for MapReduce (MR1)
   # ------------------------------------------------------------------------
   [[mapred_clusters]]

+ 10 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -686,13 +686,22 @@
       # have to be verified against certificate authority
       ## ssl_cert_ca_verify=True
 
-    # HA support by specifying multiple clusters
+    # HA support by specifying multiple clusters.
+    # Redefine different properties there.
     # e.g.
 
     # [[[ha]]]
       # Resource Manager logical name (required for HA)
       ## logical_name=my-rm-name
 
+      # Un-comment to enable
+      ## submit_to=True
+
+      # URL of the ResourceManager API
+      ## resourcemanager_api_url=http://localhost:8088
+
+      # ...
+
   # Configuration for MapReduce (MR1)
   # ------------------------------------------------------------------------
   [[mapred_clusters]]