Hortonworks sandbox Install on LinuxVM?

只谈情不闲聊 提交于 2019-12-12 04:21:28

问题


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.



来源:https://stackoverflow.com/questions/44828242/hortonworks-sandbox-install-on-linuxvm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!