pseudo-distributed.ini.tmpl 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [desktop]
  2. [[auth]]
  3. # Uncomment the next line in order to use PAM for authentication.
  4. # This will check usernames and passwords against your linux system.
  5. #
  6. # WARNING: this may be a security concern if Hue does not
  7. # run beneath SSL.
  8. # backend=desktop.auth.backend.PamBackend
  9. [[local_filesystems]]
  10. # Work in progress: specify local paths that should also be browsable
  11. [[[tmpfs]]]
  12. path=/tmp
  13. [hadoop]
  14. # Point this variable at the path to your Hadoop wrapper script
  15. hadoop_home=$HADOOP_HOME
  16. [[hdfs_clusters]]
  17. [[[default]]]
  18. namenode_host=localhost
  19. [[mapred_clusters]]
  20. [[[default]]]
  21. jobtracker_host=localhost
  22. [health]
  23. [[ganglia_clusters]]
  24. [[[default]]]
  25. # If you are not running Ganglia, you can delete this whole
  26. # section or just leave it be.
  27. gmetad_host=localhost
  28. gmetad_port=8649
  29. ganglia_url=http://%(gmetad_host)s:80/ganglia/
  30. [[lint_checks]]
  31. # Users can define new thresholds for lint checks. This is an advanced feature
  32. # but useful for testing.
  33. #[[[dfs_free_space]]]
  34. #critical_level=100000000000
  35. #warn_level =1000000000000
  36. [beeswax]
  37. # Point this variable to your Hive installation config dir (if applicable)
  38. # hive_conf_dir=