
- Steps to install mongodb on windows 10 64 bit full#
- Steps to install mongodb on windows 10 64 bit zip#
Remember to change it to your own path accordingly.Īlternatively, you can run the following commands in the previous PowerShell window to download: $client.DownloadFile("",$dest_dir+"\hadoop-3.2.1\bin\"+"hadoop.dll")
Steps to install mongodb on windows 10 64 bit full#
For my environment, the full path is: F:\big-data\hadoop-3.2.1\bin.

We use if purely for test&learn purpose.ĭownload all the files in the following location and save them to the bin folder under Hadoop folder. Warning These libraries are not signed and there is no guarantee that it is 100% safe. For me, I am choosing the following mirror link:

The page lists the mirrors closest to you based on your location. Go to download page of the official website:Īnd then choose one of the mirror link. Step 1 - Download Hadoop binary package Select download mirror link Now we will start the installation process. In my system, my JDK version is jdk1.8.0_161.Ĭheck out the supported JDK version on the following page. JDK is required to run Hadoop as the framework is built using Java. We will use it to start Hadoop daemons and run some commands as part of the installation process. You can choose to install either tool or any other tool as long as it can unzip *.tar.gz files on Windows.
Steps to install mongodb on windows 10 64 bit zip#
We will use Git Bash or 7 Zip to unzip Hadoop binary package.

In my system, PowerShell version table is listed below: $PSversionTable We will use this tool to download package.
