Re: Kylin JDBC Driver for Java 6

2016-07-30 Thread Julian Hyde
FYI, 1.0 (incubating) was Calcite’s last release that supported 1.6. It was a long time ago (January 2015) [1] but 1.6 had reached end-of-life way before then (February 2013). Avatica is now separate from Calcite, so you could attempt a back port of Avatica, removing JDK 1.7-specific features.

Re: Kylin JDBC Driver for Java 6

2016-07-30 Thread Sandeep Khurana
Luke This is for an existing installation of the cube client and they can't move to 7 for time being. I was able to compile kylin-jdbc with Java 6 successfully with few changes. But it depends upon calcite which was also developed in Java 7. Changing calcite to 6 seems lots of work as at many pl

Re: Kylin JDBC Driver for Java 6

2016-07-30 Thread Luke Han
I think we have moved to JDK 1.7 a while. Maybe you could try to fix those error and contribute back to community for who will run with Java 6 in the future. BTW, why not upgrade your java to 1.7? Thanks. Best Regards! - Luke Han On Thu, Jul 28, 2016 at 4:35 PM, Sandeep K

Re: Kylin JDBC Driver for Java 6

2016-07-28 Thread Sandeep Khurana
I tried it. But there are changes which need to be made in 1.5 JDBC code (and maybe in other components too) for Java6. If any previous version of Kylin which supports Java 6 then I can use that directly. On Thu, Jul 28, 2016 at 2:01 PM, Yiming Liu wrote: > Hi sandeep, > > You could build the dr

Re: Kylin JDBC Driver for Java 6

2016-07-28 Thread Yiming Liu
Hi sandeep, You could build the driver by yourself. 2016-07-28 16:01 GMT+08:00 Sandeep Khurana : > Can Kylin JDBC Driver work with Java 6? I tried to run v1.5.1 with Java 6, > it gives minor version error 51 error. > > Any older version of Kylin jdbc jar will work with Java 6? > > -- > Architect

Kylin JDBC Driver for Java 6

2016-07-28 Thread Sandeep Khurana
Can Kylin JDBC Driver work with Java 6? I tried to run v1.5.1 with Java 6, it gives minor version error 51 error. Any older version of Kylin jdbc jar will work with Java 6? -- Architect Infoworks.io http://Infoworks.io