From ysrikanths9 at gmail.com Thu Jun 8 09:27:55 2017 From: ysrikanths9 at gmail.com (Yarlagadda Srikanth) Date: Thu, 8 Jun 2017 18:57:55 +0530 Subject: [DB-SIG] Hive from python Message-ID: Hi , Please help me how to connect to Hive from python in linux machine by default python . Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.a.sloan at gmail.com Thu Jun 29 18:24:56 2017 From: mark.a.sloan at gmail.com (..: Mark Sloan :..) Date: Thu, 29 Jun 2017 16:24:56 -0600 Subject: [DB-SIG] .rowcount issues with large affected row counts. Message-ID: Hi all, Kind of new to a lot things here so if I am way off please correct me. using psycopg2 with postgres / greenplum / redshift it's now pretty easy to have a single query have a affected row count higher than it seems .rowcount allows for. I am pretty sure libpq returns the affected row as a string ("for historical reasons" according to the pg mailing threads) however when I have a large update statement (e.g. several billion) I seem to get a .rowcount back that isn't correct. using the psql client I can't reproduce the affected row count being incorrect there. any ideas or suggestions? thanks -Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: