README 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. =========================================
  2. Hue - Hadoop UI
  3. =========================================
  4. Instructions to install the tarball release of Hue are available
  5. in the manual from http://gethue.com.
  6. If you're impatient, these are the key steps. Please check the full manual
  7. for more details.
  8. Install
  9. -------
  10. ## Install in any directory, e.g. /home/hue, /usr/share, /home/my_user
  11. PREFIX=/usr/share make install
  12. ## If you don't have the permissions, you will need to 'sudo' the command and
  13. ## make sure that the 'hue' user has write access to the 'logs' directory and 'desktop/desktop.db'.
  14. ## e.g. sudo chown -R hue:hue /usr/local/hue
  15. ## Run!
  16. ${PREFIX}/hue/build/env/bin/supervisor
  17. Configure Hadoop
  18. ----------------
  19. ## Configure HDFS
  20. Edit hdfs-site.xml:
  21. <property>
  22. <name>dfs.webhdfs.enable</name>
  23. <value>true</value>
  24. </property>
  25. Configure Hue
  26. -------------
  27. Point to other services: http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/
  28. Problems?
  29. ---------
  30. Search or ask questions on the forum and http://groups.google.com/a/cloudera.org/group/hue-user
  31. Some packages might be required during the 'make install': https://github.com/cloudera/hue#development-prerequisites)
  32. Download a pre-built packaged version (apt-get/yum install...) of Hue on http://gethue.com