Hi,

I am wondering if there are any guarantees about when “extra” jars (from 
HIVE_AUX_JARS_PATH or `add jar`) are loaded relative to the standard jars in 
Hive?  I am trying to override a Hive class with a patch jar containing a 
single org.apache.hadoop.hive class, so I’d like it to always be the very last 
class that loads.  TEZ appears to load it after the regular jars, so I see the 
patched behavior, but MR appears to load it before the regular jars so I don’t 
see any behavior changes.

Is there any way to guarantee it loads last? I am running Hive 0.14 on HDP 2.2.4

Thanks in advance for any pointers!  -Aaron

Reply via email to