Re: DML in HIVE using the Java API

2016-02-24 Thread Mich Talebzadeh
Hi, How about using sql in beeline? On 24/02/2016 12:41, Daniel Klinger wrote: > I'm writing an JAVA-Application whitch does DDL and DML in Hive tables. For > DDL is use the Hive-Class org.apache.hadoop.hive.ql.metadata.Hive which is > puplic since Version 1.0. It's perfect for DDL and i

DML in HIVE using the Java API

2016-02-24 Thread Daniel Klinger
I'm writing an JAVA-Application whitch does DDL and DML in Hive tables. For DDL is use the Hive-Class org.apache.hadoop.hive.ql.metadata.Hive which is puplic since Version 1.0. It's perfect for DDL and i think faster than JDBC and other options. But i couldn't find out how to do DML in JAVA (parti