Hi I am using Hive with Microsoft PowerPivot as the visualization tool.
When I am running a query involving UDF like this from PowerPivot: add jar /usr/local/hadoop/src/retweetlink1.jar; create temporary function link as 'retweetlink'; Followed by a select statement, the query executes fine for the 1st and 2nd round of map-reduce jobs, but when the session changes then throws an error like retweetlink class is not found. How do I make an UDF support across multiple sessions. Thanks Sreenath Mullassery