Hallo,
my fact table is in another database rather than "default". I use hive
1.2 and it can not handle commands like hive -e 'select * from
another_database.table'. My cube build failed at the first step with error:
FAILED: SemanticException 1:567 AS clause has an invalid number of aliases.
I guess the reason is that command "hive" cannot do this (I tried it using hive
CLI and the same error).
If I first do "use another_database", there was no error, but kylin uses database
"default".
Some workaround approach?
Cheers,
Jie