Re: kylin Remote JDBC Driver problem

2016-06-23 Thread lidong
This might be a bug, I created a JIRA for tracking: https://issues.apache.org/jira/browse/KYLIN-1817 Thanks, Dong Li Original Message Sender:仇同心qiutong...@jd.com Recipient:dev@kylin.apache.org...@kylin.apache.org; user@kylin.apache.orgu...@kylin.apache.org Date:Thursday, Jun 23, 2016 14:30

kylin Remote JDBC Driver problem

2016-06-23 Thread 仇同心
大家好: 用kylin的JDBC查询,查询条件是date类型的,但是查询不出数据,以下是代码: driver = (Driver) Class.forName("org.apache.kylin.jdbc.Driver").newInstance(); Properties info = new Properties(); info.put("user", "ADMIN"); info.put("password", "KYLIN"); conn =

kylin Remote JDBC Driver problem

2016-06-23 Thread 仇同心
大家好: 用kylin的JDBC查询,查询条件是date类型的,但是查询不出数据,以下是代码: driver = (Driver) Class.forName("org.apache.kylin.jdbc.Driver").newInstance(); Properties info = new Properties(); info.put("user", "ADMIN"); info.put("password", "KYLIN"); conn =