[jira] [Created] (KYLIN-1880) Can

2016-07-12 Thread Rahul Choubey (JIRA)
Rahul Choubey created KYLIN-1880: Summary: Can Key: KYLIN-1880 URL: https://issues.apache.org/jira/browse/KYLIN-1880 Project: Kylin Issue Type: Test Reporter: Rahul Choubey

?????? my confusion with kylin detail query

2016-07-12 Thread Hong Wei
Hello Yiming Liu, Thanks, I get it. -- -- ??: "Yiming Liu";; : 2016??7??12??(??) 6:33 ??: "dev"; : Re: my confusion with kylin detail query Hello Hong Wei, Kylin is designed to support OLAP query. If you need query

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" wrote:

Re: some questions about kylin route rule

2016-07-12 Thread 杨海乐
thx, I get it -- View this message in context: http://apache-kylin.74782.x6.nabble.com/some-questions-about-kylin-route-rule-tp5277p5307.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: some questions about kylin route rule

2016-07-12 Thread 杨海乐
Yes,you agree with you. But sometime designers are't skilled,So we want to develop a rule to avoid this situation. You know this(你懂滴), -- View this message in context: http://apache-kylin.74782.x6.nabble.com/some-questions-about-kylin-route-rule-tp5277p5306.html Sent from the Apache Kylin maili

Re: my confusion with kylin detail query

2016-07-12 Thread Yiming Liu
Hello Hong Wei, Kylin is designed to support OLAP query. If you need query the detail data, please enable the RAW measure when cube building. More detail: http://kylin.apache.org/blog/2016/05/29/raw-measure-in-kylin/ 2016-07-12 17:42 GMT+08:00 Hong Wei : > Dear Kylin: > kylin 1.5.2 > h

[jira] [Created] (KYLIN-1879) RestAPI /api/jobs always returns 0 for exec_start_time and exec_end_time fields

2016-07-12 Thread Dong Li (JIRA)
Dong Li created KYLIN-1879: -- Summary: RestAPI /api/jobs always returns 0 for exec_start_time and exec_end_time fields Key: KYLIN-1879 URL: https://issues.apache.org/jira/browse/KYLIN-1879 Project: Kylin

my confusion with kylin detail query

2016-07-12 Thread Hong Wei
Dear Kylin: kylin 1.5.2 hbase 0.98 I am very confused in a little experiment for testing detail query with kylin. First, I import a table 'COFFEE' contains about 4258 records, and then build a simplest cube (only one dimension named 'MARKET', and one measure 'COUNT'). (1) Whe

Re: Kylin job failed

2016-07-12 Thread Yiming Liu
Hi Shaofeng, Recently, many reserved keywords issues are found. Could Kylin support escape these words? Or should Calcite do this? 2016-07-12 16:13 GMT+08:00 ShaoFeng Shi : > Cool, thanks for the update. > > Regards, > > Shaofeng Shi > > shaofeng...@gmail.com > > From Outlook Mobile > > > > > On

[jira] [Created] (KYLIN-1878) When Kylin can have a secured version of http?

2016-07-12 Thread Rahul Choubey (JIRA)
Rahul Choubey created KYLIN-1878: Summary: When Kylin can have a secured version of http? Key: KYLIN-1878 URL: https://issues.apache.org/jira/browse/KYLIN-1878 Project: Kylin Issue Type: Impr

[jira] [Created] (KYLIN-1877) How many parallel users can have access to Apache Kylin UI?

2016-07-12 Thread Rahul Choubey (JIRA)
Rahul Choubey created KYLIN-1877: Summary: How many parallel users can have access to Apache Kylin UI? Key: KYLIN-1877 URL: https://issues.apache.org/jira/browse/KYLIN-1877 Project: Kylin Is

[jira] [Created] (KYLIN-1876) Star Schema also supports more than one fact table

2016-07-12 Thread Rahul Choubey (JIRA)
Rahul Choubey created KYLIN-1876: Summary: Star Schema also supports more than one fact table Key: KYLIN-1876 URL: https://issues.apache.org/jira/browse/KYLIN-1876 Project: Kylin Issue Type:

[jira] [Created] (KYLIN-1875) When do Kylin support SnowFlake schema?

2016-07-12 Thread Rahul Choubey (JIRA)
Rahul Choubey created KYLIN-1875: Summary: When do Kylin support SnowFlake schema? Key: KYLIN-1875 URL: https://issues.apache.org/jira/browse/KYLIN-1875 Project: Kylin Issue Type: Improvement

Re: Kylin job failed

2016-07-12 Thread ShaoFeng Shi
Cool, thanks for the update. Regards, Shaofeng Shi shaofeng...@gmail.com >From Outlook Mobile On Tue, Jul 12, 2016 at 1:55 PM +0800, "Karthigeyan K" wrote: Thanks ShaoFeng Shi. Its working after I renamed the hive table. Yes TRANSACTIONS is a non-reserved keyword in hive. On Mo