Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
hadoop [2016/04/20 09:19]
steve
hadoop [2016/04/21 08:43]
steve
Line 12: Line 12:
   * [[sqoop]]   * [[sqoop]]
  
 +  * [[http://​hadoop.apache.org/​releases.html|Apache Hadoop Releases]]
 +  * [[https://​pravinchavan.wordpress.com/​2013/​06/​03/​removing-node-from-hadoop-cluster/​|Removing Node from Hadoop Cluster]]
   * [[https://​developer.yahoo.com/​hadoop/​tutorial/​|Yahoo! Hadoop Tutorial]]   * [[https://​developer.yahoo.com/​hadoop/​tutorial/​|Yahoo! Hadoop Tutorial]]
   * [[http://​svn.apache.org/​viewvc/​hadoop/​common/​trunk/​|Subversion repo]]   * [[http://​svn.apache.org/​viewvc/​hadoop/​common/​trunk/​|Subversion repo]]
  
-==== Hadoop Filesystem Commands ​====+==== Documentation ​====
  
-** Backup a tablenamed ''​table_name''​ in this example: **+The Hadoop download will include its own web documentation. From the unpacked tarballit's located in ''​share/​doc/​hadoop'', and you can view it in your browser.
  
 <​code>​ <​code>​
-hadoop ​fs -copyToLocal ​/apps/hbase/data/table_name/* /tmp/table_name+firefox file:///​home/​beandog/​Downloads/​hadoop-2.7.2/share/doc/hadoop/hadoop-project-dist/hadoop-common/index.html
 </​code>​ </​code>​