I want to access one/many hive variables, set with set var=XXX
in my hive UDF evaluate() function/class.
As per this answer, I can pass these using ${hiveconf:var}
, but can I access these without passing as arguments to the UDF.
I am open to any other means by which I can access a specific set of properties within the UDF that can be passed externally, if above is not possible.