Support Questions

Find answers, ask questions, and share your expertise

Azure Hortonworks Sandbox cannot find hdfs

avatar
New Contributor

Hi all,

I have created a Hortonworks Sandbox with HDP 2.5 on Azure. I am able to connect it with Putty. I cannot find hdfs or Hadoop under bin folder. When executing hdfs dfs -ls, it tells -bash: hdfs: command not found.

I am very new here, could you please help on this?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Tracy Cai

Please ssh to the sandbox using port 2222 as following then try the "hdfs" command.

# ssh root@127.0.0.1 -p 2222

.

View solution in original post

1 REPLY 1

avatar
Master Mentor

@Tracy Cai

Please ssh to the sandbox using port 2222 as following then try the "hdfs" command.

# ssh root@127.0.0.1 -p 2222

.