0
votes

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

1
Please make sure you read this and try to improve your question: stackoverflow.com/help/mcveThiago Sá
are you able to add hdfs plugin as mentioned in the drill user guide?Dev

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/