Re: Postgres JDBC + dboutput UDF to export from Hive to remote Postgres

2012-04-09 Thread Abhishek Parolkar
. In some cases the return is normal. For example hive maps use speculative execution and the same insert happens twice violating a primary key. The second insert fails and produces non 0 but in reality all that means is already inserted/ On Thu, Mar 29, 2012 at 6:23 AM, Abhishek Parolkar abhis

Hive CLI (v0.8.1) -e option trowing parse error all the time

2012-02-19 Thread Abhishek Parolkar
Hi All: I am trying to get -e option in hive CLI work for me. Looks like it isn't straight forward. hadoopnode1:~ hadoop$ hive hive desc temp_logs; OK log_time string namespace string json string ds string hour string Time taken: 2.832 seconds hive exit; hadoopnode1:~ hadoop$ hive -e desc

Re: Hive CLI (v0.8.1) -f option returns if even if just single query fails

2012-02-19 Thread Abhishek Parolkar
Hi, I have a big list of data to be loaded into hive and I create a .hql file with all load statements. Problem number 1.) This fails with exception in copy files Failed with exception copyFiles: error while checking/creating destination directory!!! FAILED: Execution Error, return code 1

Hive Web Interface boots-up fine but doest show the webapp (Hive 0.8.1)

2012-02-16 Thread Abhishek Parolkar
Hi there, I just want to have a simple hive interface with HWI. when I start it with hive --service hwi' it boots up but when I visit the index.jsp it always complain 404. This is what I am doing http://screencast.com/t/c5Qm8vnNAaI any pointers? -v_abhi_v