Explorar o código

No ticket. Adding namenode http port configuration

vinithra %!s(int64=15) %!d(string=hai) anos
pai
achega
fbfd83e580
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      desktop/libs/hadoop/src/hadoop/conf.py

+ 2 - 0
desktop/libs/hadoop/src/hadoop/conf.py

@@ -122,6 +122,8 @@ HDFS_CLUSTERS = UnspecifiedConfigSection(
                             type=int),
       NN_HDFS_PORT=Config("hdfs_port", help="Hadoop IPC port for the name node", default=8020,
                             type=int),
+      NN_HTTP_PORT=Config("http_port", help="Hadoop HTTP port for the name node", default=50070,
+                            type=int),
       NN_KERBEROS_PRINCIPAL=Config("nn_kerberos_principal", help="Kerberos principal for NameNode",
                                    default="hdfs", type=str),
       DN_KERBEROS_PRINCIPAL=Config("dn_kerberos_principal", help="Kerberos principal for DataNode",