How to install hadoop in just 10 minute ultra fast way.

how to install hadoop

Hello guys this is cloudyrathor and this time i come up with a new ultra fast way to install hadoop you see never before. You can install hadoop just within 10 minutes and the entire process is totally automated. You just need to download a per-configured hadoop setup(I just tried to reduce the manual work pre configured mean i copy all the changes inside the files which we need to change while installation) i respect the open source community. where you just need to do some small changes and run three shell script files and done...The entire setup required only 10 minutes if you done it as per the instruction given.

Take a fresh copy of Ubuntu 16.04 setup and install on you machine and then follow these steps.....

[embedyt] https://www.youtube.com/watch?v=EpcKp0IvFqs[/embedyt]

  1. Click on the link below to download the Pre-configured version of hadoop setup.

Pre-configured hadoop setup

  1. Install nautilus.
  2. For installation press Ctrl+Alt+T or open terminal.
  3. Type “sudo apt-get install nautilus” and hit enter.
  4. Type “sudo nautilus” and using it go to the /usr/local it will be located at “computer” drive.
  5. Extract the pre-configured file.
  6. Now download the hadoop1.sh hadoop2.sh and hadoop3.sh

You can get these script for just $10 only..send your request on myedu360@gmail.com

 

  1. Paste these three files into your Home folder using nautilus.
  2. Now open the terminal Alt+Ctrl+T and run the hadoop1.sh by “sh hadoop1.sh”.
  3. It will ask for the password and press “Y” if asked
  4. while installation it will asked for “Enter the new value, or press ENTER for the default.
  5. Just press enter. Give blank for the Name ,Number and phone and press “y”.
  6. After completion of the hadoop1.sh
  7. switch to the hadoop1 user by typing “su hadoop1” and enter your password.
  8. Now run hadoop2.sh
  9. Enter blank while ssh key passphrase
  10. After completing the process type “exit
  11. Now run the third file hadoop3.sh by typing “sh hadoop3.sh” and done.....
  12. Only one thing we need to do manually.
  13. Type “sudo nano ~/.bashrc" and at the end of the file paste the below content and save the file by Ctrl+o and Hit Enter and again Hit Enter

export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export HADOOP_HOME=/usr/local/hadoop
export PATH=$PATH:$HADOOP_HOME/bin
export PATH=$PATH:$HADOOP_HOME/sbin
export HADOOP_MAPRED_HOME=$HADOOP_HOME
export HADOOP_COMMON_HOME=$HADOOP_HOME
export HADOOP_HDFS_HOME=$HADOOP_HOME
export YARN_HOME=$HADOOP_HOME
export HADOOP_COMMON_LIB_NATIVE_DIR=$HADOOP_HOME/native
export HADOOP_OPTS="-Djava.library.path=$HADOOP_HOME/native"

  • Last step is type "source ~/.bashrc" and hit enter
  • hurray!!!!!!!!!!!!!!!!!!!Hadoop is Installed............
  • Now run the hadoop. type “hdfs namenode -format” and hit Enter
  • and the magical command and all done. type “start-all.sh
  • type “jps” for checking.
  • Now go to the browser and type localhost:50070 and you will see the hadoop screen.Enjoy the hadoop.....
  • Dont forget to give your comment and try to subscribe my channel and like the video it boost the tech community after all it the matter of caring and sharing....