I want to get hdfs filename through drill to show, the apache drill user guide(https://drill.apache.org/docs/file-system-storage-plugin/) not written how to get it, I need help
0
votes
1 Answers
0
votes
You can use this command
SHOW FILES [ FROM filesystem.directory_name | IN filesystem.directory_name ];
And for more detailed info visit this link :- http://drill.apache.org/docs/show-files-command/