Briefly:
If I set druid-hdfs-storage via maven coordinates it gets an exception (running standalone realtime server):
java.io.IOException: No FileSystem for scheme: hdfs
The basic issue is that the configuration property fs.hdfs.impl is not set.
I can get things working in either of two ways:
- put the druid-hdfs-storage jar and all dependency jars in the class path for the realtime server
- put an hdfs-site.xml into one of the jars that get loaded via maven coordinates (e.g. create a local repository for maven dependencies and then jar uf to update one of the jars in place to include the hdfs-site.xml file)
Details here:
https://groups.google.com/forum/#!topic/druid-user/PEj3WlQlG0M
Briefly:
If I set druid-hdfs-storage via maven coordinates it gets an exception (running standalone realtime server):
java.io.IOException: No FileSystem for scheme: hdfs
The basic issue is that the configuration property fs.hdfs.impl is not set.
I can get things working in either of two ways:
Details here:
https://groups.google.com/forum/#!topic/druid-user/PEj3WlQlG0M