-2

Command to find file is as below : hdfs dfs -ls {adls file location path}

command to read listed file

1 Answers1

0

you can read a file from hdfs like below. here is a good tutorial.

  hdfs dfs -cat <path>
yaprak
  • 487
  • 1
  • 3
  • 8