python libraries to execute or call hive queries

2015-08-28 Thread Giri P
Hi All, Can anyone suggest any python libraries to call hive queries from python scripts ? what is the best practice to execute queries from python like using hive cli , beeline, jdbc etc.., Thanks Giri

Hive schema on read

2015-05-15 Thread Giri P
Hi All, Since hive is schema on read when we try to write data that is different data type into a column it doesn't throw any error. When we try to read it , it actually shoe NULl if its a different data type. Are there any options to throw error if data is of different data type when we try to i