Hortonworks sandbox Install on LinuxVM?

2019-08-20 09:02发布

问题:

How to install hortonworks sandbox on LinuxVM? Any video tutorials will be highly appreciated.

回答1:

Hortonworks Sandbox Installation on Oracle Virtual Machine:

Download HDP sandbox from here and extract it.

Download Virtual Box from here AND Install Virtual Box on Windows.

Now Open Oracle Virtual Box and go to File "Menu" and click on "Import Appliance".

Set Name, CPU, RAM etc. as per your configuration and Click on "Import" button. (It will take time. Please wait for it.)

After installation, following Window will appear.

Press Alt+F5. Login as root as a username and hadoop as a password.(Both are Default.)

And at next step, it will ask for change the password.

(Current) UNIX password: <old_password> //hadoop    
New password: <New_Password>    
Retype Password:<New_Password>

Now, you have to reset "Ambari" password as well.

So, on root user execute the following command.

[root@abc]# ambari-admin-password-reset

Please set the password for admin : <New_Password_for_Ambari>
Please retype the password for admin : <New_Password_for_Ambari>

And Ambari will restart again.

Now Goto the Ambari at http://localhost:8080 enter your Username and Password. Your Hortonworks sandbox has been Installed on VM.

NOTE: If you have any concerns ask anytime.