Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This was the best tutorial of hadoop installation i’ve ever saw, you teach very well!! thanks!
I had some trouble when running ‘start-dfs.sh’. All the other steps I made exactly as they appear in the tutorial.
xxx@ubuntu:/usr/local/hadoop/sbin$ start-dfs.sh /usr/local/hadoop/sbin/start-dfs.sh: line 55: /home/xxx/hadoop/bin/hdfs: No such file or directory Starting namenodes on [] /usr/local/hadoop/sbin/start-dfs.sh: line 60: /home/xxx/hadoop/sbin/hadoop-daemons.sh: No such file or directory /usr/local/hadoop/sbin/start-dfs.sh: line 73: /home/xxx/hadoop/sbin/hadoop-daemons.sh: No such file or directory /usr/local/hadoop/sbin/start-dfs.sh: line 108: /home/xxx/hadoop/bin/hdfs: No such file or directory
Any ideas?
Your HADOOP_INSTALL environmental variable seems to be pointing to you home directory not /usr/local/
Double check the variables that you added to your ~/.basrc file in step 4. Also make sure that you ran “source ~/.bashrc” after adding them.
@cream_craker, @ed.rabelo: glad that you liked this tutorial :)
@joaoluizgg: @a.starr.b is spot on about where the problem might be.
Hi, Thanks for the tutorials. Small typo here: One of the most important features of Hadoop is that it allows you to use save enormous amounts of money by substituting cheap commodity servers for expensive ones.
You guys have the best tutorials on the net! Tried 3 others and got annoying erros - and no errors at all using this one! Perfect! Keep going!
Thank you very much for this very useful tutorial. I have followed your instructions and installed hadoop in a debian 7.5 in virtualbox setup. with Java sdk 1.7. When I startup hadoop i get the following warning. 14/04/30 08:36:50 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform… using builtin-java classes where applicable
Also I get the following warning for the secondary namenode
The authenticity of host ‘0.0.0.0 (0.0.0.0)’ can’t be established. 0.0.0.0: Warning: Permanently added ‘0.0.0.0’ (ECDSA) to the list of known hosts. 0.0.0.0: starting secondarynamenode, logging to /usr/local/hadoop/logs/hadoop-xxxxx-secondarynamenode-debian7.out