Hello, I am trying to add a JAR file which is located on HDFS to be later used as a SerDe. This is completely possible using "ADD JAR" command but I prefer to use *hive.aux.jars.path* setting in "*hive-site.xml*" or " *HIVE_AUX_JARS_PATH*" environment variable (Because then I don't need to update all of my scripts with ADD JAR command).
Unfortunately, none of these methods seem to work. I tried different addressing methods (hdfs://, hdfs:///, hdfs://cluster_name/path/file.jar, hdfs://localhost:90000/path/file.jar, ...) but they don't work. So how can I do this? Thanks, Mahdi