For a network file, you want to use something like an NFS mount point and query the file via that.
-----Original Message----- From: Thiago Hernandes de souza [mailto:[email protected]] Sent: Thursday, January 25, 2018 10:59 AM To: [email protected] Subject: [Drill] Connect on newtwork file Hi! How can i connect using standalone mode in a file in a newtork file. Example: Access ok! SELECT * FROM dfs.`/ThiagoHernandes/Dev/TempJSON/jsonfilebig.json` LIMIT 10 Problem SELECT * FROM dfs.`//host123/test/drill/jsonfilebig.json` LIMIT 10
