Hello All,

I have executed the following udf sql in my spark hivecontext,

hiveContext.hql(select count(t1.col1) from t1 join t2 where myUDF(t1.id , 
t2.id) = true)
Where do i find the count output?
 
Thanks and Regards,
Sankar S.  

Reply via email to