# Configuration for HDFS NameNode # ------------------------------------------------------------------------ [[hdfs_clusters]] # HA support by using HttpFs
[[[default]]] # Enter the filesystem uri fs_defaultfs=hdfs://172.16.100.63:8020
[[[default]]] # Enter the host on which you are running the ResourceManager ## resourcemanager_host=localhost
# The port where the ResourceManager IPC listens on ## resourcemanager_port=8032
# Whether to submit jobs to this cluster submit_to=True
# Resource Manager logical name (required for HA) ## logical_name=
# Change this if your YARN cluster is Kerberos-secured ## security_enabled=false
# URL of the ResourceManager API ## resourcemanager_api_url=http://localhost:8088
# URL of the ProxyServer API ## proxy_api_url=http://localhost:8088
# URL of the HistoryServer API history_server_api_url=http://172.16.100.71:10020
# URL of the Spark History Server ## spark_history_server_url=http://localhost:18088
# Change this if your Spark History Server is Kerberos-secured ## spark_history_server_security_enabled=false
# In secure mode (HTTPS), if SSL certificates from YARN Rest APIs # have to be verified against certificate authority ## ssl_cert_ca_verify=True
# 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://172.16.100.63:8088
# ...
########################################################################### # Settings to configure Beeswax with Hive ###########################################################################