Open imewish opened 7 years ago
Same here with Tranquility Kafka.
[KafkaConsumer-0] ERROR c.m.tranquility.kafka.KafkaConsumer - Exception:
java.util.ServiceConfigurationError: io.druid.initialization.DruidModule: Provider io.druid.storage.hdfs.HdfsStorageDruidModule could not be instantiated
I have no idea why tranquility depends on Hadoop/HDFS or how it internally works... I just want to use it to proxy a stream from Kafka to Druid.
Possible workaround
tranquility kafka -configFile /path/to/tranquility/kafka.json -Ddruid.extensions.loadList='[]'
It seems to bypass the issue by explicitly telling tranquility not to use that extension. I'm now getting other issues but don't think they are related. Still testing! ☀️
Hello,
Im trying to start the Tranquility server process, with sample config provided in druid, using the following command ,
bin/tranquility server -configFile <path_to_druid_distro>/conf-quickstart/tranquility/server.json
When I run this, I'm getting an error as follows,
How to resolve this?
hepls would be appreciated