How to Build and Install Hadoop on Windows
Affiliate Courses on Discount from SimpliLearn and Edureka:
-------------------------------------------------------------------------------------------------
▶ SIMPLILEARN 30% Offer Coupon on all courses (Between 8-Jan-2019 to 31-Dec-2019) -- http://www.tkqlhce.com/click-9017085-11917480
▶ SIMPLILEARN 20% Offer Coupon on Live-Online Classrooms (Between 8-Jan-2019 to 31-Dec-2019) --http://www.anrdoezrs.net/click-9017085-12416997
▶ EDUREKA, Flat 30% Off on all courses (Between 30-Apr-2019 to 31-May-2019) -- http://www.jdoqocy.com/click-9017085-13701301
Amazon:
▶ For Best USB MicroPhone I use Yeti, check it out https://amzn.to/2GTjz6K
▶ Check out my list of recommended books on Hadoop/Spark/Storm/DataScience/Kafka/Cassandra/Mongodb -- http://bit.ly/2FaP1MF
▶ Check out my selection of books on Python/DeepLearning/MachineLearning/TensorFlow http://bit.ly/2LvtxhX *****
▶About this Video:
This video discusses all the required software list(7zip, .Net Framework4, Windows SDK 7, Maven 3.x, ProtocolBufferr 2.5.0, Cmake 3.5.0, Cygwin) to build and install hadoop 2.9.2 natively on Windows 7. You can build any version of Hadoop on windows with these steps.
The video covers all the modifications required for System variables for Java and all the listed software. Next we build hadoop project with maven which will create a tar file with required windows dlls and exe's.
As a third step we start by modifying the hadoop configuration files such as hadoop-env.cmd, core-site.xml, hdfs-site.xml, slaves, mapred-site.xml and yarn-site.xml
fourth step is to execute hadoop-env.cmd and execute the hdfs format command and then start the dfs daemons. Once the hdfs daemons are started, we will push a sample file to hdfs using the hdfs command and verify it.
fifth step is to start the YARN daemons which will start resourcemanager and nodemanager daemons. Once all the daemons are started, we will use the "WordCount" program provided with hadoop (hadoop-mapreduce-examples-2.9.2.jar) and execute wordcount mapreduce program on the sample file we pushed to hdfs. Once the mapreduce program is done , we will validate the data that is written into the hdfs location.
If you like this video, make sure to subscribe to my channel and also share videos to your friends.