Member since
12-19-2013
16
Posts
1
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3597 | 03-22-2017 11:11 AM | |
5080 | 06-30-2016 07:05 PM | |
2449 | 04-23-2015 07:37 PM |
03-12-2019
02:55 PM
As upsert is not SQL-92 syntax, the Impala JDBC driver does not currently support it. However, we are currently testing a newer version of JDBC driver and hope to support upsert in the near future. For the time being, please break these statements into a combination of insert and update statements.
... View more
04-13-2017
06:36 AM
Hi Matt, It seems we are going down this path for now. It is close enough to what we have in Vertica, which does grow new partitions automatically though. Thanks, Brian
... View more
07-25-2016
07:18 AM
Thanks MJ, will definitely try that and let you know.
... View more
06-30-2016
07:05 PM
1 Kudo
We're working on it and it should be in the next release, but unfortunately we're not aware of a good way to simulate the same results.
... View more
07-01-2015
01:25 AM
Thanks for the response. I have been meaning to come back and add a comment here. I found the root of the problem as well as the solution here: http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/kerberos-authentication-failure-GSSAPI-Failure-gss-accept-sec/td-p/23333
... View more
04-23-2015
07:37 PM
mapreduce.jobhistory.webapp.address in CM needs to be set to the port the service should listen on. If you'd like the port to be open on multiple interfaces, you can use the 'Bind JobHistory Server to Wildcard Address' setting.
... View more