pseudo-distributed.ini.tmpl 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [desktop]
  2. send_dbug_messages=1
  3. database_logging=1
  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. [[local_filesystems]]
  12. # Work in progress: specify local paths that should also be browsable
  13. [[[tmpfs]]]
  14. path=/tmp
  15. [hadoop]
  16. # Point this variable at the path to your Hadoop wrapper script
  17. hadoop_home=$HADOOP_HOME
  18. [[hdfs_clusters]]
  19. [[[default]]]
  20. namenode_host=localhost
  21. [[mapred_clusters]]
  22. [[[default]]]
  23. jobtracker_host=localhost
  24. [health]
  25. [[ganglia_clusters]]
  26. [[[default]]]
  27. # If you are not running Ganglia, you can delete this whole
  28. # section or just leave it be.
  29. gmetad_host=localhost
  30. gmetad_port=8649
  31. ganglia_url=http://%(gmetad_host)s:80/ganglia/
  32. [[lint_checks]]
  33. # Users can define new thresholds for lint checks. This is an advanced feature
  34. # but useful for testing.
  35. #[[[dfs_free_space]]]
  36. #critical_level=100000000000
  37. #warn_level =1000000000000
  38. [beeswax]
  39. # Point this variable to your Hive installation config dir (if applicable)
  40. # hive_conf_dir=
  41. beeswax_server_heapsize=128