Skip to content

druid-hdfs-storage errors when loaded via maven coordinates #1714

@kevinludwig

Description

@kevinludwig

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:

  1. put the druid-hdfs-storage jar and all dependency jars in the class path for the realtime server
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions