Re: Can't create UDF through thriftserver, no error reported

2015-12-16 Thread Antonio Piccolboni
Mmmmh, I may have been stuck with some stale lib. A complete reset of the client (when by complete I mean beyond what reason would require) solved the problem. I think we can consider this solved unless new evidence appears. Thanks! On Wed, Dec 16, 2015 at 9:16 AM Antonio Piccolboni

Re: Can't create UDF through thriftserver, no error reported

2015-12-16 Thread Antonio Piccolboni
Hi Jeff, the ticket is certainly relevant, thanks for digging it out, but as I said I can repro in 1.6.0-rc2. Will try again just to make sure. On Tue, Dec 15, 2015 at 5:17 PM Jeff Zhang wrote: > It should be resolved by this ticket >

Can't create UDF through thriftserver, no error reported

2015-12-15 Thread Antonio Piccolboni
Hi, I am trying to create a UDF using the thiftserver. I followed this example , which is originally for hive. My understanding is that the thriftserver creates a hivecontext and Hive UDFs should be supported. I then sent this query to the thriftserver (I

Re: Can't create UDF through thriftserver, no error reported

2015-12-15 Thread Jeff Zhang
It should be resolved by this ticket https://issues.apache.org/jira/browse/SPARK-11191 On Wed, Dec 16, 2015 at 3:14 AM, Antonio Piccolboni wrote: > Hi, > I am trying to create a UDF using the thiftserver. I followed this example >