why kylin job failed when use beeline with zookeeper

2019-04-17 Thread lk_hadoop
hi,all: I'm using kylin-2.6.1-bin-cdh57 , when I connect to hive with beelin : kylin.source.hive.beeline-params=-n hive -p hiveadmin --hiveconf hive.security.authorization.sqlstd.confwhitelist.append='mapreduce.job.*|dfs.*' -u

[jira] [Created] (KYLIN-3909) kylin job failed for MappeableRunContainer is not registered

2019-03-25 Thread Liu Shaohui (JIRA)
Liu Shaohui created KYLIN-3909: -- Summary: kylin job failed for MappeableRunContainer is not registered Key: KYLIN-3909 URL: https://issues.apache.org/jira/browse/KYLIN-3909 Project: Kylin

Re: Kylin job failed due to memory

2017-04-13 Thread Li Yang
r > killed on request. Exit code is 143 Container exited with a non-zero exit > code 143 > > -- > View this message in context: http://apache-kylin.74782.x6. > nabble.com/Kylin-job-failed-due-to-memory-tp7628.html > Sent from the Apache Kylin mailing list archive at Nabble.com. >

Re: Kylin job failed

2016-07-12 Thread ShaoFeng Shi
hi yiming, kylin relies on calcite to parse the SQL so we may not able to give warning before calcite throws error; but we can add that to some doc or faq;  Regards, Shaofeng Shi shaofeng...@gmail.com >From Outlook Mobile On Tue, Jul 12, 2016 at 5:31 PM +0800, "Yiming Liu"

Re: Kylin job failed

2016-07-11 Thread Karthigeyan K
Thanks ShaoFeng Shi. Its working after I renamed the hive table. Yes TRANSACTIONS is a non-reserved keyword in hive. On Mon, Jul 11, 2016 at 8:28 PM, ShaoFeng Shi wrote: > (Continued. ) did you try to rename the fact table? > > Regards, > > Shaofeng Shi > >

Re: Kylin job failed

2016-07-11 Thread ShaoFeng Shi
FAILED: ParseException line 10:29 mismatched input 'TRANSACTIONS' expecting Identifier near 'as' in table source  Interesting, is "transactions" a keyword in hive? We used to use "fact_table", "lookup_1", "lookup_2" as the alias, but changed to use table name for better readability; could you

Kylin job failed

2016-07-11 Thread Karthigeyan K
Hi , I was able to build the cube while using only fact table without lookup tables. But Its failing when adding lookup tables. I have one fact table and 2 lookup tables. The problem is AS keyword used with JOIN conditions. Because The same query ran successfully when I run it manually in hive