I don't think currently it is possible. For cp files Drill uses ClassPathFileSystem where listStatus method is unsupported [1].
[1] https://github.com/arina-ielchiieva/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/ClassPathFileSystem.java#L103 Kind regards Arina On Tue, Jul 18, 2017 at 6:39 PM, Muhammad Gelbana <[email protected]> wrote: > One can *SHOW FILES* or *SHOW TABLES* in a specific schema\workspace-based > storage plugin. > > But how can I show files reachable through the classpath storage plugin > (i.e. cp) ? > > Thanks, > Gelbana >
