Hi, I want to customize the hive-site.xml to add some extra properties to be used for a UDF.
The UDF is a part of the view to be created.
So , i tried setting the path through hivecli as below:
set hive.property.path="/Users/path of hive-testing.xml";
but it does not seem to take the path and gives me a Null pointer Exception.
Can u please suggest any alternative. This particular property was set
inside the UDF as below:
System.getProperty("hive.site.xml",hive-site.xml);
Regards,
Swagatika.
