Hi!
I'm trying to use druid and hive together. The problem is that all columns must be lowercase, because hive will not query column if any letter in column name will be uppercase.
I read it here:
And now I can't undertend how to rename columns in existing datasource.
But my spec doesn't parse floats. Also i have 400gb of data and 1600 intervals. Index task is very slow.
(I don't use hadoop index, i use index task (also i can't use index_parallel because of json firehorse input)).
So very slow spec that renames columns and didn't parse floats:
Can anybody help me?
Thanks!