AlbericByte commented on PR #15984: URL: https://github.com/apache/druid/pull/15984#issuecomment-1998470117
@abhishekagarwal87 and @cryptoe Sorry for late, this is my first time to setup druid-hdfs-storage, i have launch a HADOOP docker environment, and test it work as expected, for example: the index log can be write to the HDFS as following: ``` druid_indexer_logs_type=hdfs druid_indexer_logs_directory=hdfs://namenode:8020/drui/indexing-logs ``` <img width="1176" alt="Screenshot 2024-03-14 at 1 55 49 PM" src="https://github.com/apache/druid/assets/132106917/374c069e-d3bc-4c84-bd94-1bbc53729bd8"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
