This is not the recommended way to load large data volumes into Hive. Check the 
external table feature, scoop, and the Orc/parquet formats

> On 08 Jun 2016, at 14:03, raj hive <raj.hiv...@gmail.com> wrote:
> 
> Hi Friends,
> 
> I have to insert the data into hive table from Java program.  Insert query 
> will work in Hive directly? like below sql command
> 
> insert into tablename values(value1,value2)
> 
> Thanks
> Raj

Reply via email to