-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Hi Committers,
I am trying to run Druid in Windows 10 enabled Ubuntu Bash environment, all the nodes are starting up fine and I am able to connect to kafka -> tranquility -> Druid but when creating index , java.io.File is not able to create real-time task directory and throws below error.
io.druid.java.util.common.IOE: Could not create directories: var/druid/task/index_realtime_kafka09090_2018-08-02T08:00:00.000Z_0_0/020e7278-ec01-41e9-958a-7e4d90726233
I think Windows folders are not allowed to have ":" special characters thats why File fails to create directory. I am now moving my trail to proper Ubuntu server. If there is any plan to support such hybrid linux operating system then task folder naming conversion should be considered.
Thanks,
Rathish