druid/indexing-hadoop
Erik Dubbelboer c0c34f82ad Fix reindexing of segments in Google Cloud Storage (#3788)
Google Cloud Storage allows `:` in paths. For this reason `google` was
not added to da007ca3c2/indexing-hadoop/src/main/java/io/druid/indexer/JobHelper.java (L585)
Normally this is not an issue but when reindexing segments the Hadoop
code for `getSplits` trips up on the `:` and returns:
`Relative path in absolute URI`
This patch URL encodes the `:` character making it work in Hadoop as
well.
2016-12-20 17:16:33 -08:00
..
src Fix reindexing of segments in Google Cloud Storage (#3788) 2016-12-20 17:16:33 -08:00
pom.xml Migrating java-util from Metamarkets. (#3585) 2016-10-21 14:57:07 -07:00