Re: when i deploy a cluster mode by the elb of aws, i can not query in python sqlalchemy

2016-12-14 Thread Jian Zhong
hen i deploy a cluster mode by the elb of aws, i can not query in python > > sqlalchemy, but i can query in jdbc.Where is the question? And how can i > do > > in python sqlalchemy. > > > > > > When deploy only one node, sqlalchemy in python and jdbc in java can do > > well. >

Re: when i deploy a cluster mode by the elb of aws, i can not query in python sqlalchemy

2016-12-12 Thread Chuanlei Ni
Maybe you need a kylin sql driver in python that is not provied in official distribution. 2016-12-12 14:19 GMT+08:00 张磊 <121762...@qq.com>: > when i deploy a cluster mode by the elb of aws, i can not query in python > sqlalchemy, but i can query in jdbc.Where is the question? And

when i deploy a cluster mode by the elb of aws, i can not query in python sqlalchemy

2016-12-11 Thread ????
when i deploy a cluster mode by the elb of aws, i can not query in python sqlalchemy, but i can query in jdbc.Where is the question? And how can i do in python sqlalchemy. When deploy only one node, sqlalchemy in python and jdbc in java can do well.