Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Azure Hortonworks Sandbox cannot find hdfs

avatar
New Member

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

.