Loading data from one swift container into external table pointing to another container fails

2018-02-02 Thread anup ahire
Hello, Loading data from one swift container into external table pointing to another container is failing for me. hive> load data inpath 'swift://mycontainer.default/source_test' into table my_test; Loading data to table default.my_test Failed with exception copyFiles: error while moving files!

insert on condition

2016-12-27 Thread anup ahire
Hello All, Is it possible to achieve " Insert overwrite into a partition only if it does not exist " ? Partition is a string date. Thanks, Anup

issue with hive jdbc

2016-09-23 Thread anup ahire
Hello, I am getting this exception when my query finishes which results in job failure. java.sql.SQLException: org.apache.http.NoHttpResponseException: The target server failed to respond at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:296) Any help is appreciated !! THanks !!

Fwd: need help with hive session getting killed

2016-09-20 Thread anup ahire
Hello, I am using hive-jdbc-1.2.1 to run a query. Query runs around an hour and eventually completes. But my hive session terminats before I can get results from completed query and job fails. *java.sql.SQLException: org.apache.http.NoHttpResponseException: The target server failed to respond* *