How to read csv files stored on adls path without downloading it locally

181 views Asked by At

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

command to read listed file

1

There are 1 answers

0
yaprak On

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

  hdfs dfs -cat <path>