Hadoop icon indicating copy to clipboard operation
Hadoop copied to clipboard

how to connect to hadoop and make hadoop commands fs -xxxxx

Open mbiombani opened this issue 2 years ago • 1 comments

Hi,

how to connect to hadoop and make hadoop commands fs -xxxxx

mbiombani avatar Mar 18 '22 20:03 mbiombani

  1. sudo docker exec -it hive-server bash
  2. hdfs dfs -ls /
  3. http://localhost:50070

juliopez avatar Mar 22 '22 19:03 juliopez