Created on 10-04-2018 10:11 AM - edited 09-16-2022 06:46 AM
Hi,
I noticed that SET queries generated by a third party app on the Impala cluster are constantly failing.
One example:
SET AllowSelfSignedCert=1
Is this something related to the Impala JDBC driver or are these coming from the application using this JDBC?
Can I somehow turn off this annoying SET command?
Thanks
Version: CDH5.15, Impala using TLS
Created 10-04-2018 10:19 AM
Created 10-04-2018 10:19 AM
Created 10-04-2018 11:14 PM
@Tomas79 Does your 3rd party support running 2 commands or SQL in the same file/document?
Created 10-04-2018 11:26 PM
I have figured out that this is coming from the third party tool, so it has nothing to do with the Simba driver.
Thanks