hoesler commented on issue #5221: Support Hadoop batch ingestion for 
druid-azure-extensions
URL: https://github.com/apache/incubator-druid/pull/5221#issuecomment-405311212
 
 
   After adding it manually to druid-hdfs-storage, the class can be found. 
Indexing fails, however, with the following exception:
   
   ```
   2018-07-16T16:35:11,102 ERROR [pool-33-thread-1] io.druid.indexer.JobHelper 
- Exception in retry loop
   java.io.IOException: Cannot create file 
wasbs://*****@*****.blob.core.windows.net/wikiticker/2015-09-12T00:00:00.000Z_2015-09-13T00:00:00.000Z/2018-07-16T16:33:38.634Z/0/index.zip.0
 through WASB that has colons in the name
   ```
   
   Seems like hadoop-azure cannot deal with colons in the path: 
https://github.com/apache/hadoop/blob/b3fe56402d908019d99af1f1f4fc65cb1d1436a2/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeAzureFileSystem.java#L1512

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to