Search code examples
hadoophivekylin

Apache kylin cube fails "no counters for job"


using kylin 1.5.4, when i build the cube it fails at step 3 , log says "no counter for job". It's not fetching cardinality of hive table as well. When i create a model or cube it throws failed to take action error, but when i close the json page, they are created. It isn't fetching the date partition column, throwing column not found in logs.

Any help or insights are greatly appreciated.


Solution

  • A little late to this, but I also had this issue on my current project where I got the "no counters for job" error. The problem was that we were using ORC tables in Hive. We just moved the data from the ORC tables into new TEXTFILE tables and set everything up in the Kylin cube with the new tables and everything worked.