GitHub user Vlad-Storona opened a pull request:
https://github.com/apache/drill/pull/989
DRILL-5790: PCAP format explicitly opens local file
See DRILL-5790 for details.
In the current implementation in master used the local FS and it is working
on MapR-FS but does not work on HDFS.
Now, for reading files used `org.apache.hadoop.fs.FileSystem`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mapr-demos/drill DRILL-5790
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/989.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #989
----
commit f968708c0a428ab91fdff8f5e52303b500089b88
Author: Vlad Storona <[email protected]>
Date: 2017-10-12T10:16:19Z
Fixed problem with explicit opening a local file
----
---