1
votes

Is it possible Apache Drill to load json which is returned from web request?

For example if the json is located at: http://myHost/data/today.json

1
you can load json from file system (e.g. local file system, HDFS, etc) not from web reqest. But this can be interesting feature. Ask drill developers and users at [email protected] Check MailingList for details - Dev
That would be a really helpful feature. - Frank

1 Answers

1
votes

Drill doesn't have an HTTP storage plugin, but if your web server happens to be backed by S3, you could query S3 directly.

http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html

http://drill.apache.org/docs/s3-storage-plugin/