hue-beeswax.ini 779 B

12345678910111213141516171819202122232425262728293031
  1. # Configuration options for the Hive UI (Beeswax).
  2. [beeswax]
  3. #
  4. # Configure the port the internal metastore daemon runs on. Used only if
  5. # hive.metastore.local is true.
  6. ## beeswax_meta_server_port=8003
  7. #
  8. # Configure the port the beeswax thrift server runs on
  9. ## beeswax_server_port=8002
  10. #
  11. # Hive configuration directory, where hive-site.xml is located
  12. ## hive_conf_dir=/etc/hive/conf
  13. #
  14. # Timeout in seconds for thrift calls to beeswax service
  15. ## beeswax_server_conn_timeout=120
  16. #
  17. # Timeout in seconds for thrift calls to the hive metastore
  18. ## metastore_conn_timeout=10
  19. #
  20. # Maximum Java heapsize (in megabytes) used by Beeswax Server.
  21. # Note that the setting of HADOOP_HEAPSIZE in $HADOOP_CONF_DIR/hadoop-env.sh
  22. # may override this setting.
  23. ## beeswax_server_heapsize=1000