Re: Problem with building other cube than Sample [Cloudera]

2017-04-06 Thread Li Yang
I'm setting the default algorithm to 'layer' in the next release. The current 'auto' didn't do a good job in all kinds of environments. Thanks for reporting. Yang On Thu, Apr 6, 2017 at 9:10 AM, ShaoFeng Shi wrote: > If the current cluster is tiny, yes it is true. > > 2017-04-06 4:31 GMT+08:00

[jira] [Created] (KYLIN-2536) Replace the use of org.codehaus.jackson

2017-04-06 Thread Ted Yu (JIRA)
Ted Yu created KYLIN-2536: - Summary: Replace the use of org.codehaus.jackson Key: KYLIN-2536 URL: https://issues.apache.org/jira/browse/KYLIN-2536 Project: Kylin Issue Type: Bug Reporter:

Re: 请教关于KYLIN JDBC中对于Date维度的PreparedStatement问题

2017-04-06 Thread Billy Liu
consider this thread first: http://apache-kylin.74782.x6.nabble.com/JDBC-query-result-Date-column-get-wrong-value-td5370.html 2017-04-05 22:24 GMT+08:00 zhongyuhai <199526...@qq.com>: > 你好: > > 代码如下 > > Driver driver = (Driver) > Class.forName("org.apache.kylin.jdbc.Driver").newInstance(); >

请教关于KYLIN JDBC中对于Date维度的PreparedStatement问题

2017-04-06 Thread zhongyuhai
你好: 代码如下 Driver driver = (Driver) Class.forName("org.apache.kylin.jdbc.Driver").newInstance(); Properties p = new Properties(); p.put("user" , "ADMIN"); p.put("password" , "KYLIN"); //控制查询结果的显示。 p.put("timeZone", "UTC"); Connection c = driver.

[jira] [Created] (KYLIN-2535) Use ResourceStore to manage ACL files

2017-04-06 Thread XIE FAN (JIRA)
XIE FAN created KYLIN-2535: -- Summary: Use ResourceStore to manage ACL files Key: KYLIN-2535 URL: https://issues.apache.org/jira/browse/KYLIN-2535 Project: Kylin Issue Type: Improvement R