You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Thiago Hernandes de souza <th...@cedrotech.com> on 2018/01/25 18:58:51 UTC

[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





RE: [Drill] Connect on newtwork file

Posted by Kunal Khatua <kk...@mapr.com>.
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:thiago.souza@cedrotech.com] 
Sent: Thursday, January 25, 2018 10:59 AM
To: user@drill.apache.org
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