README 935 B

12345678910111213141516171819202122232425262728293031323334
  1. Instructions to install the tarball release of Hue are available
  2. in the manual from the website where you downloaded Hue.
  3. If you're impatient, these are the key steps. Please check the full manual
  4. for more details.
  5. ## Install
  6. $ PREFIX=/usr/share make install
  7. $ sudo chmod 4750 $PREFIX/hue/apps/shell/src/shell/build/setui
  8. $ sudo chown root:$USER $PREFIX/hue/apps/shell/src/shell/build/setui
  9. ## Install plug-ins
  10. $ cd /usr/lib/hadoop-0.20-mapreduce/lib
  11. $ ln -s /usr/share/hue/desktop/libs/hadoop/java-lib/hue*jar
  12. ## Configure Hadoop
  13. Edit hdfs-site.xml:
  14. <property>
  15. <name>dfs.webhdfs.enable</name>
  16. <value>true</value>
  17. </property>
  18. Edit mapred-site.xml:
  19. <property>
  20. <name>mapred.jobtracker.plugins</name>
  21. <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>
  22. <description>Comma-separated list of jobtracker plug-ins to be activated.
  23. </description>
  24. </property>
  25. ## Run!
  26. $ /usr/share/hue/build/env/bin/supervisor