# Configuration options for the Hive UI (Beeswax). [beeswax] # # Configure the port the internal metastore daemon runs on. Used only if # hive.metastore.local is true. ## beeswax_meta_server_port=8003 # # Configure the port the beeswax thrift server runs on ## beeswax_server_port=8002 # # Hive home directory ## hive_home_dir=/usr/lib/hive # # Hive configuration directory, where hive-site.xml is located ## hive_conf_dir=/etc/hive/conf # # Timeout in seconds for thrift calls to beeswax service ## beeswax_server_conn_timeout=120 # # Timeout in seconds for thrift calls to the hive metastore ## metastore_conn_timeout=10 # # Maximum Java heapsize (in megabytes) used by Beeswax Server. # Note that the setting of HADOOP_HEAPSIZE in $HADOOP_CONF_DIR/hadoop-env.sh # may override this setting. ## beeswax_server_heapsize=1000