Reading parquet file from hdfs cluster using Apache Nifi

How to read parquet file from hdfs cluster using Apache Nifi. In the cluster, there are multiple files present under single directory, want to read all in one flow.
can Nifi provide an inbuilt component to read the files in HDFS directory (parquet in this case)?

example- 3 files present in directory-

hdfs://app/data/student/file1.parquet

hdfs://app/data/student/file2.parquet

hdfs://app/data/student/file3.parquet

Tagged:
Sign In or Register to comment.