User Tools

Site Tools


tutorials:cb1:customization:deploying_hadoop_cluster_on_cubieboard_guide

Differences

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

Link to this comparison view

tutorials:cb1:customization:deploying_hadoop_cluster_on_cubieboard_guide [2013/10/17 13:47]
admin [Hadoop configuration]
tutorials:cb1:customization:deploying_hadoop_cluster_on_cubieboard_guide [2013/12/23 14:50] (current)
Line 202: Line 202:
 </​code>​ </​code>​
  
-===7.How to run===+====How to run====
 ''​hadoop@master:​~$ cd /​usr/​local/​hadoop/''​ ''​hadoop@master:​~$ cd /​usr/​local/​hadoop/''​
  
Line 209: Line 209:
 ''​bin/​hadoop namenode -format '' ​ ''​bin/​hadoop namenode -format '' ​
 <​code>​ <​code>​
-bin/hadoop namenode -format ​+hadoop@master:/​usr/​local/​hadoop$ ​bin/hadoop namenode -format 
 +13/10/17 05:49:16 INFO namenode.NameNode:​ STARTUP_MSG:​  
 +/​************************************************************ 
 +STARTUP_MSG:​ Starting NameNode 
 +STARTUP_MSG: ​  host = master/​192.168.1.40 
 +STARTUP_MSG: ​  args = [-format] 
 +STARTUP_MSG: ​  ​version = 0.20.203.0 
 +STARTUP_MSG: ​  build = http://​svn.apache.org/​repos/​asf/​hadoop/​common/​branches/​branch-0.20-security-203 -r 1099333; compiled by '​oom'​ on Wed May  4 07:57:50 PDT 2011 
 +************************************************************/​ 
 +Re-format filesystem in /​usr/​local/​hadoop/​datalog1 ? (Y or N) Y 
 +Re-format filesystem in /​usr/​local/​hadoop/​datalog2 ? (Y or N) Y 
 +13/10/17 05:49:22 INFO util.GSet: VM type       = 32-bit 
 +13/10/17 05:49:22 INFO util.GSet: 2% max memory = 19.335 MB 
 +13/10/17 05:49:22 INFO util.GSet: capacity ​     = 2^22 = 4194304 entries 
 +13/10/17 05:49:22 INFO util.GSet: recommended=4194304,​ actual=4194304 
 +13/10/17 05:49:24 INFO namenode.FSNamesystem:​ fsOwner=hadoop 
 +13/10/17 05:49:24 INFO namenode.FSNamesystem:​ supergroup=supergroup 
 +13/10/17 05:49:24 INFO namenode.FSNamesystem:​ isPermissionEnabled=true 
 +13/10/17 05:49:24 INFO namenode.FSNamesystem:​ dfs.block.invalidate.limit=100 
 +13/10/17 05:49:24 INFO namenode.FSNamesystem:​ isAccessTokenEnabled=false accessKeyUpdateInterval=0 min(s), accessTokenLifetime=0 min(s) 
 +13/10/17 05:49:24 INFO namenode.NameNode:​ Caching file names occuring more than 10 times  
 +13/10/17 05:49:26 INFO common.Storage:​ Image file of size 112 saved in 0 seconds. 
 +13/10/17 05:49:26 INFO common.Storage:​ Storage directory /​usr/​local/​hadoop/​datalog1 has been successfully formatted. 
 +13/10/17 05:49:26 INFO common.Storage:​ Image file of size 112 saved in 0 seconds. 
 +13/10/17 05:49:27 INFO common.Storage:​ Storage directory /​usr/​local/​hadoop/​datalog2 has been successfully formatted. 
 +13/10/17 05:49:27 INFO namenode.NameNode:​ SHUTDOWN_MSG:​  
 +/​************************************************************ 
 +SHUTDOWN_MSG:​ Shutting down NameNode at master/​192.168.1.40 
 +************************************************************/​ 
 +</​code>​
  
 +<​code>​
 bin/hadoop dfsadmin -report ​ bin/hadoop dfsadmin -report ​
  
Line 217: Line 247:
 bin/​stop-all.sh // stop bin/​stop-all.sh // stop
  
-./​bin/​hadoop jar hadoop-examples-0.20.203.0.jar pi 100 100 //​Calculates PI 
 </​code>​ </​code>​
-====Troubleshooting==== + 
-===== You can also read this tutorial ​=====+''​./​bin/​hadoop jar hadoop-examples-0.20.203.0.jar pi 100 100 ''​ 
 + 
 + 
 +{{:​tutorials:​cb1:​installation:​screenshot_from_2013-07-31_18_18_35.png|800}} 
 + 
 +You can also see filesys on web 
 + 
 + 
 +http:​192.168.1.2:​50030 
 + 
 +http:​192.168.1.2:​50070 
 + 
 + 
 +{{:​tutorials:​cb1:​installation:​screenshot_from_2013-07-31_18_18_14.png|800}} 
 + 
 + 
 +You can also read this tutorial ​ 
 http://​www.cnblogs.com/​xia520pi/​archive/​2012/​05/​16/​2503949.html http://​www.cnblogs.com/​xia520pi/​archive/​2012/​05/​16/​2503949.html
 <WRAP noprint> <WRAP noprint>
 {{tag>​Cubieboard Cubietruck}} {{tag>​Cubieboard Cubietruck}}
 </​WRAP>​ </​WRAP>​
tutorials/cb1/customization/deploying_hadoop_cluster_on_cubieboard_guide.1381988821.txt.gz · Last modified: 2013/12/23 14:50 (external edit)