pseudo-distributed.ini.tmpl 880 B

123456789101112131415161718192021222324252627282930313233343536
  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. # Point this to the Oozie service
  15. oozie_url=http://localhost:11000/oozie
  16. [[hdfs_clusters]]
  17. [[[default]]]
  18. security_enabled=false
  19. namenode_host=localhost
  20. hdfs_port=8020
  21. http_port=50070
  22. [[mapred_clusters]]
  23. [[[default]]]
  24. jobtracker_host=localhost
  25. [beeswax]
  26. # Point this variable to your Hive installation config dir (if applicable)
  27. # hive_conf_dir=
  28. beeswax_server_heapsize=128