Hi, We are connecting ODBC/JDBC tools to hiveserver2 using <ipaddr:10000> and ldap authentication and wanted to pass hiveconf variables explicitly through it. Can anybody help me how to pass the hiveconf variables explicitly when the connection is made to hiveserver2. It works perfectly fine from cli as hive takes hiveconf variables explicitly.
Example hiveconf variables: hive -hiveconf fs.s3.awsAccessKeyId=xxxxxxx -hiveconf fs.s3.awsSecretAccesskey=xxxxxx This works fine in hive cli but is there anyway that we can pass to hiveserver2 through ODBC/JDBC tools. Thanks in Advance!! --Sai
