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

173 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 best solutions below

0
On

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

  hdfs dfs -cat <path>