qiangchow
Results
1
issues of
qiangchow
Hi, when use hive.connect, could config timeout? `cursor = hive.connect(host='xxx', port=xxx, database=xxx, auth='KERBEROS', kerberos_service_name=xxx).cursor() cursor.execute('SELECT * FROM xxx')` I didn't see the timeout parameter,thanks `class Connection(object): """Wraps a Thrift session"""...