Thanks. For myself and my colleagues Kylin is very exciting. While unix and python odbc support would be nice, we can just use the web api for querying kylin sql for now.
By the way, the documentation on http://kylin.incubator.apache.org/docs/howto/howto_use_restapi.html does not provide working examples. Perhaps adding this would be helpful to newcomers: Example GET request: curl -u USERNAME:PASSWORD -X GET -H 'Content-Type: application/json' "http://KYLINSERVER:PORT/kylin/api/cubes?limit=10&offset=0" Example POST request with json data: curl -u USERNAME:PASSWORD -X POST -H 'Content-Type: application/json' -d '{"project":"PROJECTNAME", "sql":"select X from Y group by Z"}' "http://KYLINSERVER:PORT/kylin/api/query" On Wed, Sep 9, 2015 at 8:24 PM, Luke Han <[email protected]> wrote: > There's JIRA for Unix ODBC: > https://issues.apache.org/jira/browse/KYLIN-191 > > But we will see how many requirements from community about this component, > and then prioritize it into future release plan. > > Please feel free to leave your comments here and continue discuss for that. > > Thanks. > > > Best Regards! > --------------------- > > Luke Han > > On Thu, Sep 10, 2015 at 5:58 AM, Patrick McAnneny < > [email protected]> wrote: > > > Any plans for a Linux compatible driver? > > > > On Sat, Sep 5, 2015 at 10:58 AM, Luke Han <[email protected]> wrote: > > > > > We do not test Kylin ODBC driver with Python yet, you can try and > report > > > any bug to JIRA or this mailing list. > > > > > > BTW, the driver only works on Windows platform so far. > > > > > > Thanks. > > > > > > > > > Best Regards! > > > --------------------- > > > > > > Luke Han > > > > > > On Sat, Sep 5, 2015 at 1:28 AM, Patrick McAnneny < > > > [email protected]> wrote: > > > > > > > Is the kylin ODBC driver compatible with python (pyodbc) > > > > > > > > > >
