?????? how to add a new database dialect

2018-07-02 Thread Alone
I see??thank you so much! -- -- ??: "ShaoFeng Shi"; : 2018??7??3??(??) 8:12 ??: "dev"; : Re: how to add a new database dialect Hi Alone, I think that is easy to add a new type of JDBC data source. You can follow such

Re: how to add a new database dialect

2018-07-02 Thread ShaoFeng Shi
Hi Alone, I think that is easy to add a new type of JDBC data source. You can follow such steps: 1) add the dialect in source-hive/src/main/java/org/apache/kylin/source/jdbc/JdbcDialect.java 2) implement a new IJdbcMetadata if GBase's metadata fetching is different with others and then register

how to add a new database dialect

2018-07-02 Thread Alone
the kylin I used is V2.4,but it does not support the use of the GBase database as a data source.I think it's because of the lack of GBase database dialects??so how to add this dialect?

Apache Kylin Chinese documents updated / Kylin 中文文档已更新

2018-07-02 Thread ShaoFeng Shi
Hi Kylin users, The documents of Chinese version are updated for Kylin v2.4 and v2.3. More will be translated in the future. Latest version: https://kylin.apache.org/cn/docs/ v2.3: https://kylin.apache.org/cn/docs23/ Chrome is the recommended browser; You may need to clean the browser cache to

[GitHub] codecov-io commented on issue #160: KYLIN-3434 Support prepare statement in Kylin server side

2018-07-02 Thread GitBox
codecov-io commented on issue #160: KYLIN-3434 Support prepare statement in Kylin server side URL: https://github.com/apache/kylin/pull/160#issuecomment-401767780 # [Codecov](https://codecov.io/gh/apache/kylin/pull/160?src=pr=h1) Report > Merging

[GitHub] coveralls commented on issue #160: KYLIN-3434 Support prepare statement in Kylin server side

2018-07-02 Thread GitBox
coveralls commented on issue #160: KYLIN-3434 Support prepare statement in Kylin server side URL: https://github.com/apache/kylin/pull/160#issuecomment-401765161 ## Pull Request Test Coverage Report for [Build 3287](https://coveralls.io/builds/17788389) * **1** of **133**

[GitHub] asfgit commented on issue #160: KYLIN-3434 Support prepare statement in Kylin server side

2018-07-02 Thread GitBox
asfgit commented on issue #160: KYLIN-3434 Support prepare statement in Kylin server side URL: https://github.com/apache/kylin/pull/160#issuecomment-401759058 Can one of the admins verify this patch? This is an automated

[GitHub] allenma opened a new pull request #160: KYLIN-3434 Support prepare statement in Kylin server side

2018-07-02 Thread GitBox
allenma opened a new pull request #160: KYLIN-3434 Support prepare statement in Kylin server side URL: https://github.com/apache/kylin/pull/160 support cache preparedStatement in kylin sever, to save sql parse/optimize/implement time. Detail information can see in:

[jira] [Created] (KYLIN-3436) refactor code related to loading hive/stream table

2018-07-02 Thread Xinbei Fu (JIRA)
Xinbei Fu created KYLIN-3436: Summary: refactor code related to loading hive/stream table Key: KYLIN-3436 URL: https://issues.apache.org/jira/browse/KYLIN-3436 Project: Kylin Issue Type: