How to start hadoop in cloud X lab web console

hello I just started learning hadoop . In cloud X lab web console how to start hadoop environment .When i type the command start-all.sh it was showing command not found .

Hi @ramanji_eamani,

Since CloudxLab is not a virtual machine, you do not have to start Hadoop after login to console.Hadoop is already running on web console.

You can quickly test it by running hadoop fs -ls command.

Hope this helps.