hue-beeswax.ini 835 B

1234567891011121314151617181920212223242526272829303132333435
  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 home directory
  12. ## hive_home_dir=/usr/lib/hive
  13. #
  14. # Hive configuration directory, where hive-site.xml is located
  15. ## hive_conf_dir=/etc/hive/conf
  16. #
  17. # Timeout in seconds for thrift calls to beeswax service
  18. ## beeswax_server_conn_timeout=120
  19. #
  20. # Timeout in seconds for thrift calls to the hive metastore
  21. ## metastore_conn_timeout=10
  22. #
  23. # Maximum Java heapsize (in megabytes) used by Beeswax Server.
  24. # Note that the setting of HADOOP_HEAPSIZE in $HADOOP_CONF_DIR/hadoop-env.sh
  25. # may override this setting.
  26. ## beeswax_server_heapsize=1000