[GitHub] [incubator-druid] sixtus commented on issue #8840: hadoop_index tasks fail on wrong file format when run inside indexer

2019-11-12 Thread GitBox
sixtus commented on issue #8840: hadoop_index tasks fail on wrong file format 
when run inside indexer
URL: 
https://github.com/apache/incubator-druid/issues/8840#issuecomment-552935676
 
 
   Yes, this is druid 0.16.0. I just fixed the config bug and reverted and the 
bug is back. I am not sure if it's running on peons (didn't validate that), but 
it sure isn't working when running on indexer.
   
   My PR has 2 commits. I was expecting it to work after the first and it 
didn't. But I think this was just a jar caching issue. I am about to test it 
again.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org



[GitHub] [incubator-druid] sixtus commented on issue #8840: hadoop_index tasks fail on wrong file format when run inside indexer

2019-11-09 Thread GitBox
sixtus commented on issue #8840: hadoop_index tasks fail on wrong file format 
when run inside indexer
URL: 
https://github.com/apache/incubator-druid/issues/8840#issuecomment-552152870
 
 
   ok, I think I found something:
   
   `druid.storage.storageDirectory=/druid/indexer` works for `index_kafka` and 
`compact`, but it doesn't for `index_hadoop`. for that it has to be `hdfs://` 
prefixed, or the segments end up in hdfs, but as local file in the database. 
Maybe that triggered the above too?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org