Create new table in Hive via Cloudera CDH4 doesn't work (no errors!?)
Hello,
I want to create a new Hive table in a Cloudera CDH4 cluster (5 nodes) with Talend, so I created a new tHiveConnection and a new tHiveRow in Talend (see screenshots). On the server side I started also the Hive Thrift Server. When I'm starting the Talend job, it prints out just a "connected" message, but no table will be created. The connection seems to be ok, as the Thrift server logs the message "hive history file=/tmp/ubuntu/hive_job_log_580897eb-6a44-4393-8d14-9f2976212abc_322391370.txt" with content "SessionStart SESSION_ID="..." TIME="1381746116829"".
*My tHiveConnection setup:*
Distribution: Cloudera; Clodera CDH4
Mode: Standalone; Hive 2
Host: "***.***.156.130" // node1
Port: "10000"
Database: "default"
Username: ""
Passwort: ""
Jobtracker URI: "http://***.***.154.175:8021" // node2
Namenode URI: "hdfs://***.***.154.175:8020" // node2
What's wrong with my setup?
Cheers,
qawmuc