You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Swagatika Tripathy <sw...@gmail.com> on 2013/11/24 07:21:51 UTC

SET PROPERTY FOR UDF

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.