Hello everyone, I’m currently using SAS Viya and able to successfully connect to Hive using the following libname statement:
libname var hadoop user='user' pwd='{SAS002}xxxxxxxxxxxxxxxxxx' server='10.10.10.10' port=10000 schema=schema_name;
I would like to know if it’s possible to establish a similar connection between SAS Viya and ClickHouse.
Any guidance or shared experience would be appreciated!