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: an error occurred when build a sample cube at step 5:create HTable

2016-07-11 Thread freeman
您好,这个问题我也遇到了。请问您解决了么,期待您的回复,谢谢。 -- View this message in context: http://apache-kylin.74782.x6.nabble.com/an-error-occurred-when-build-a-sample-cube-at-step-5-create-HTable-tp4102p5293.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: an error occurred when build a sample cube at step 5:create HTable

2016-07-11 Thread freeman
您好,请问这个问题您解决了么?我也遇到了同样的问题,期待您的回复,谢谢 -- View this message in context: http://apache-kylin.74782.x6.nabble.com/an-error-occurred-when-build-a-sample-cube-at-step-5-create-HTable-tp4102p5292.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: Data source management(Hive and Kafka)

2016-07-11 Thread Yiming Liu
Thanks Luke. https://issues.apache.org/jira/browse/KYLIN-1873 is filed for this. 2016-07-12 0:02 GMT+08:00 Luke Han : > Data Source is one feature should bring into current design as traditional > BI applications. > > Would you mind to open JIRA for this? > > Thanks. > > > >

[jira] [Created] (KYLIN-1873) Data Source Management

2016-07-11 Thread Yiming Liu (JIRA)
Yiming Liu created KYLIN-1873: - Summary: Data Source Management Key: KYLIN-1873 URL: https://issues.apache.org/jira/browse/KYLIN-1873 Project: Kylin Issue Type: Wish Components:

Re: About Using Different Cube Build Engines for A Cube

2016-07-11 Thread Li Yang
Need to revise my last answer -- by design there's no guarantee that two cube engines are compatible. They are compatible in terms of the cube output, but there is more like intermediate data that may be required for later merge or refresh. Mixing engines in one cube is not recommended. On Tue,

Re: Data source management(Hive and Kafka)

2016-07-11 Thread Luke Han
Data Source is one feature should bring into current design as traditional BI applications. Would you mind to open JIRA for this? Thanks. Best Regards! - Luke Han On Mon, Jul 11, 2016 at 3:01 AM, Li Yang wrote: > Setting classpath for individual

Re: About Using Different Cube Build Engines for A Cube

2016-07-11 Thread Luke Han
The system know better than "user" in current case, I don't think this is a good idea to open this to users which will bring chaos...hard to debug and troubleshooting issues. Best Regards! - Luke Han On Sat, Jul 9, 2016 at 4:21 PM, Li Yang wrote: > The

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

Re: 答复: cube查询问题

2016-07-11 Thread ShaoFeng Shi
hi,we have kick off the 1.5.3 release process in last week, will invite the community to do testing soon. The plan is to finish it in this month. For this "union" bug, since it wasn't marked as "resolved" when kick off the release, it may have to defer to next version.  Regards, Shaofeng Shi

Re: How long does one session of kylin api keep

2016-07-11 Thread Jian Zhong
Hi yinwei, you can give a try to set session-config in web.xml 30 On Mon, Jul 11, 2016 at 11:23 AM, 李寅威 <251469...@qq.com> wrote: > Hi all: > > > I use httpclient (v4.3.6) to visit kylin restful api and the java code > is as follows: > > > private static CloseableHttpClient

some questions about kylin route rule

2016-07-11 Thread 杨海乐
Hi all, We are going to popularize kylin1.1.1 in our department and encounter some problems: In my opinion, kylin1.1.1 has some route rules .When I set up two cubes Acube(including dimension A,B,C),Bcube(including dimension A,B,D) in an same project and query dimension A,B ,Kylin will

RE: Few Questions about Kylin Ability

2016-07-11 Thread Santoshakhilesh
Hi Yang , For my case I think stability of KYLIN-1726 is important. I will study the code to see if I can do something about it. Regards, Santosh Akhilesh From: Li Yang [mailto:liy...@apache.org] Sent: 08 July 2016 12:24 To: dev@kylin.apache.org Cc: Santoshakhilesh Subject: Re: Few Questions

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