Hi,
i have some questions when using kylin,
q1:
when building cube, run mapred task, how can i specify a user, and assign
cluster resources? What I need to modify the configuration files?
q2:
Query support fuzzy queries just like this "where col like 'ABC%'"
q3:
I have a string column,value like this "2016-02-01 21:56:08", how to get date
value '2016-02-01', I've tried substr(requestdate,1,10) is not supported,or I
need to modify the column type to date?
q4:
All fields can query, except Partition field,Whether does not support partition
field queries?