pseudo-distributed.ini.tmpl 802 B

123456789101112131415161718192021222324252627282930313233
  1. [desktop]
  2. send_dbug_messages=1
  3. database_logging=0
  4. [[auth]]
  5. # Uncomment the next line in order to use PAM for authentication.
  6. # This will check usernames and passwords against your linux system.
  7. #
  8. # WARNING: this may be a security concern if Hue does not
  9. # run beneath SSL.
  10. # backend=desktop.auth.backend.PamBackend
  11. [hadoop]
  12. # Point this variable at the path to your Hadoop wrapper script
  13. hadoop_home=$HADOOP_HOME
  14. [[hdfs_clusters]]
  15. [[[default]]]
  16. security_enabled=false
  17. namenode_host=localhost
  18. hdfs_port=8020
  19. http_port=50070
  20. [[mapred_clusters]]
  21. [[[default]]]
  22. jobtracker_host=localhost
  23. [beeswax]
  24. # Point this variable to your Hive installation config dir (if applicable)
  25. # hive_conf_dir=
  26. beeswax_server_heapsize=128