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

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