If we want to pass the JDBC and ODBC server with custom hive conf which are normally set via set commands in the script.
The syntax s
jdbc:hive2://<host>:<port>/dbName;sess_var_list?hive_conf_list#hive_var_list
Example can be
jdbc:hive2://foobar:10000/database;auth=noSasl?mapreduce.map.memory.mb=8000;mapreduce.map.java.opts=-Xmx6277m;#foo=bar
The syntax s
jdbc:hive2://<host>:<port>/dbName;sess_var_list?hive_conf_list#hive_var_list
Example can be
jdbc:hive2://foobar:10000/database;auth=noSasl?mapreduce.map.memory.mb=8000;mapreduce.map.java.opts=-Xmx6277m;#foo=bar
No comments:
Post a Comment
Please share your views and comments below.
Thank You.