Install Hadoop On Windows: Part 2

Before reading this article, I highly recommend reading my previous article,

Step 1:

After successful installation of Oracle VM Virtualbox click on Settings, Storage, Host Drive - Choose Virtual Option Disk File.

file

And choose the ubuntu disc file. If you don’t have that file then download that file first and select it.

file

Click OK.

Step 2: Click on 'Start' button.

button

You will find the following screen:

screen

Press enter.

enter

Press enter.

enter

Press enter.

enter

Select NO and press enter.

enter

Press enter.

enter

Press enter.

enter

enter

Set your host name. I am having ubuntu and say 'Continue'.

host name

Set your user name. I am having hadoop and say continue.

user

Say yes and press enter.

setup

Select first option and press enter.

option

Press enter.

partition

Press enter.

configure

Say Continue.

configure

Select 'No automatic updates' and press enter.

updates

Say Continue.

install

Say Yes and after that you will find this cmd prompt screen.

screen

Write the following command:

  1. sudo apt-get update  
  2. and press enter  
Enter your hadoop password which you had set while installing ubuntu.

Ubuntu installation is complete.

In next article, we will learn installation of hadoop.

Hope this article is helpful.

 


Similar Articles