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!
Thanks Melissa…!!!
Awesome content and its too helpful for me. This guide structured properly and very fine manner.
Warmly Thanks again…fantastic.
Hi Melissa,
Excellent job. Everything worked perfectly as you described.
Dean
Hi… Mellissa … Can you please update tutorial for multi-node hadoop installation on ubuntu-16.04. Thanks in advance…
Hi Melissa Thanks for the great job. Working perfectly. I’m new to hadoop. I came across hadoop about 4 weeks ago as i’m doing a Master Degree in Data Science so the second semester we have hadoop module. My question is after following the instruction I have got to the final result but the problem is I don’t know how to go back to it after closed it. Maybe because I always use microsoft windows client and this my first time to challenge myself on the ubuntu client.
Regards,
Ola
hi
iam getting below error after giving command to run the mapreduced files
JAR does not exist or is not a normal file: /usr/local/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.7.3.jar
thanks in advance
Hi Melissa, Ich Liebe Dich… :P. I am doing my Master program, this module is going me to the hell but you saved me. I became your die hard fan. Tell me, do you have more session about Big Data? I want to read and follow. Please provide me some more lecture-like Multi node, MapReduce in Ubuntu, etc.
BW Riyad
If you run hadoop command directly, you will get 'Command not found" error. To fix this, you need to do the following and restart your terminal.
Edit ~/.bashrc file and add the following line:
export PATH=$PATH:/usr/local/hadoop/bin/
To edit ~/.bashrc file, you can use:
sudo nano ~/.bashrc
*Remember to restart the terminal.
Hi I am getting below error while formating namenode
java.lang.ExceptionInInitializerError at javax.crypto.KeyGenerator.nextSpi(java.base@9-Ubuntu/KeyGenerator.java:348) at javax.crypto.KeyGenerator.<init>(java.base@9-Ubuntu/KeyGenerator.java:168) at javax.crypto.KeyGenerator.getInstance(java.base@9-Ubuntu/KeyGenerator.java:231) at org.apache.hadoop.security.token.SecretManager.<init>(SecretManager.java:143) at org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.<init>(AbstractDelegationTokenSecretManager.java:119) at org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager.<init>(DelegationTokenSecretManager.java:96) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.createDelegationTokenSecretManager(FSNamesystem.java:5780) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.<init>(FSNamesystem.java:850) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.<init>(FSNamesystem.java:708) at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:1095) at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1544) at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1671) Caused by: java.lang.SecurityException: Can not initialize cryptographic mechanism at javax.crypto.JceSecurity.<clinit>(java.base@9-Ubuntu/JceSecurity.java:91) … 12 more Caused by: java.lang.NullPointerException at sun.nio.fs.UnixPath.normalizeAndCheck(java.base@9-Ubuntu/UnixPath.java:75) at sun.nio.fs.UnixPath.<init>(java.base@9-Ubuntu/UnixPath.java:69) at sun.nio.fs.UnixFileSystem.getPath(java.base@9-Ubuntu/UnixFileSystem.java:280) at java.nio.file.Paths.get(java.base@9-Ubuntu/Paths.java:84) at javax.crypto.JceSecurity.setupJurisdictionPolicies(java.base@9-Ubuntu/JceSecurity.java:254) at javax.crypto.JceSecurity.access$000(java.base@9-Ubuntu/JceSecurity.java:49) at javax.crypto.JceSecurity$1.run(java.base@9-Ubuntu/JceSecurity.java:82) at javax.crypto.JceSecurity$1.run(java.base@9-Ubuntu/JceSecurity.java:79) at java.security.AccessController.doPrivileged(java.base@9-Ubuntu/Native Method) at javax.crypto.JceSecurity.<clinit>(java.base@9-Ubuntu/JceSecurity.java:78) … 12 more 17/05/09 10:59:16 INFO util.ExitUtil: Exiting with status 1 17/05/09 10:59:16 INFO namenode.NameNode: SHUTDOWN_MSG: /************************************************************ SHUTDOWN_MSG: Shutting down NameNode at root/127.0.1.1 ************************************************************/