Is it possible in Apache Drill to see the DFS files in the Information_Schema?
according to the Website ("Starting in Drill 1.15, Drill returns files available for querying in file-based data sources. You no longer have to use the SHOW FILES command to explore these data sources. You can query the FILES table for directory and file information.") i should be able to see the files. but i only see views which i created.
Is there anything i have to do, in order to see the files?
AFAIK file metadata (columns) cannot be seen in the Information_schema, or is there a possibility to make them visible? e.g. specifing a Schema?
thx