I am following through the main HDP Sandbox tut and am on Lab 2 (http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#section_8). There is a note after Step 2.4: Define an ORC Table in Hive, that you should be able to SSH in via the following command sequence:
ssh root@127.0.0.1 -p 2222
** When prompted, Root pwd is hadoop
I replaced 127.0.0.1
with my Azure Virtual IP Address and entered hadoop
as the password but continue to receive Permission denied, please try again.
. Help?