hue-beeswax.ini 574 B

123456789101112131415161718192021222324
  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