README 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. $ HADOOP_HOME=/usr/lib/hadoop-0.20 PREFIX=/usr/local make install
  7. ## Install plug-ins
  8. $ cd /usr/lib/hadoop/lib
  9. $ ln -s /usr/local/hue/desktop/libs/hadoop/java-lib/hue*jar
  10. ## Configure Hadoop
  11. Edit hdfs-site.xml:
  12. <property>
  13. <name>dfs.namenode.plugins</name>
  14. <value>org.apache.hadoop.thriftfs.NamenodePlugin</value>
  15. <description>Comma-separated list of namenode plug-ins to be activated.
  16. </description>
  17. </property>
  18. <property>
  19. <name>dfs.datanode.plugins</name>
  20. <value>org.apache.hadoop.thriftfs.DatanodePlugin</value>
  21. <description>Comma-separated list of datanode plug-ins to be activated.
  22. </description>
  23. </property>
  24. Edit mapred-site.xml:
  25. <property>
  26. <name>mapred.jobtracker.plugins</name>
  27. <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>
  28. <description>Comma-separated list of jobtracker plug-ins to be activated.
  29. </description>
  30. </property>
  31. ## Run!
  32. $ /usr/local/hue/build/env/bin/supervisor