Re: [Draft][REPORT] Apache Kylin - May 2017

2017-05-03 Thread ShaoFeng Shi
+1 Looks good to me; 2017-05-04 13:25 GMT+08:00 Luke Han : > Dear community, > I have drafted below board report for review, please help to check and > let me know if there's any issue. > Feel free to reply here if there are more activities, conference, > meetup and

Re: How do I deploy kylin when I have a Hadoop environment!

2017-05-03 Thread Li Feng
Hi John, Pls refer to this install guide: http://kylin.apache.org/cn/docs20/install/index.html BR, Lee. 在 17/5/4 12:48,“john-126” 写入: Dear Dev: How do I deploy kylin when I have a Hadoop environment!Please give me a plan and suggestion。

[Draft][REPORT] Apache Kylin - May 2017

2017-05-03 Thread Luke Han
Dear community, I have drafted below board report for review, please help to check and let me know if there's any issue. Feel free to reply here if there are more activities, conference, meetup and other events, also community development and others which should be included in this

[jira] [Created] (KYLIN-2584) Always use embeded spark for spark-cubing

2017-05-03 Thread Dong Li (JIRA)
Dong Li created KYLIN-2584: -- Summary: Always use embeded spark for spark-cubing Key: KYLIN-2584 URL: https://issues.apache.org/jira/browse/KYLIN-2584 Project: Kylin Issue Type: Improvement

Re: Adding support for JDBC

2017-05-03 Thread Luke Han
Hi Luis, Why not landing data into Hive first from other RDBMs? There are some options will come soon to support other data source, please check our JIRA for detail. Thanks. Luke Best Regards! - Luke Han On Tue, May 2, 2017 at 12:08 PM, Luis Dominguez

kylin sso配置

2017-05-03 Thread zptang
我想问一下,如何配置 kylin基于cas实现sso

Adding support for JDBC

2017-05-03 Thread Luis Dominguez
Any plans to add support for JDBC to expand source options? Currently, it only supports Hive. However, if I want to use a different data source, having a JDBC option would open up options. -Regards, *Luis Dominguez* Data Warehouse Manager/Architect - Business Intelligence XO Group Inc.

kylin sso

2017-05-03 Thread zptang
Hello Boy! I want to know How to configure kylin based on cas implementation sso? Could you help me?

How do I deploy kylin when I have a Hadoop environment!

2017-05-03 Thread john-126
Dear Dev: How do I deploy kylin when I have a Hadoop environment!Please give me a plan and suggestion。 My Hadoop environment: hadoop version:2.6.4 Linux OS:centos 6.8 JDK:1.8.131 -- Best regards!

where is the source code kylin-2.0.0-hbase1x

2017-05-03 Thread xl l
hi,all: In http://kylin.apache.org/download/ apache-kylin-2.0.0-bin-hbase098.tar.gz source code in: https://github.com/apache/kylin/ tag:* kylin-2.0.0-hbase0.98* 。 But I can't find tag : *apache-kylin-2.0.0-bin-hbase1x * in github so where is the source code* apache-kylin-2.0.0-hbase1x*?

Re: 回复: Error while executing SQL "select count(*) as nums,courseid from optionaction group by courseid LIMIT 50000": null

2017-05-03 Thread ShaoFeng Shi
Cool! thanks for the update. 2017-05-02 16:19 GMT+08:00 35925...@qq.com <35925...@qq.com>: > 问题已经找到 > 原因是我的hive中的javax.jdo.option.ConnectionURL 的连接默认字符集为latin1 > mysql中character_set_database 的值为latin1 >而其他值,例如character_set_client、character_set_connection、 >

Re: Cube build error on Step 7 Build Base Cuboid Data

2017-05-03 Thread ShaoFeng Shi
Lufeng, Thanks for the update. I also received reporting about this error recently, but no finding. Is it because the intermediate table be empty (no data in the selected time range)? As Kylin allows empty segment, this should not block the build, please feel free to open a JIRA to us.

[jira] [Created] (KYLIN-2583) Code refactor, move data source statement to query module

2017-05-03 Thread Yifan Zhang (JIRA)
Yifan Zhang created KYLIN-2583: -- Summary: Code refactor, move data source statement to query module Key: KYLIN-2583 URL: https://issues.apache.org/jira/browse/KYLIN-2583 Project: Kylin Issue

Re: Why 'is null' is not evaluable?

2017-05-03 Thread magang
Yang wrote > Looks like a bug to me. > > On Thu, Apr 27, 2017 at 3:52 PM, magang > mg4work@ > wrote: > >> Hi, >> >> When sql contains filter: 'is null'/'is not null', the filter will not be >> push down to coprocessor, because the CompareTupleFilter.isEvaluable() >> method return false, is