I want to pass hive conf variable to hive UDF.
below is a code snippet.
hive -f ../hive/testHive.sql -hivevar testArg=${testArg}
Below is hive UDF call.
select setUserDefinedValueForColumn(columnName,'${testArg}') from testTable;
In udf I am getting value of testArg as null.
Please advice me how to use hive conf variable in udf and how to access Hive configuration in hive UDF?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…