Thats great! I am able to retrieve Hive tables via Tajo using HCatalog. BTW, How to use Hive UDF/UDAF in Tajo ?
From: [email protected] Date: Thu, 16 Jul 2015 06:40:25 +0000 Subject: Re: Hive tables To: [email protected] Hi Siva again, You can access Hive tables by configuring Tajo's catalog. If you are using 0.10.1 version of tajo, please see http://tajo.apache.org/docs/current/hcatalog_integration.html. It should be noted that you need to build Tajo to access hive tables in this version. If you are using 0.11-SNAPSHOT of tajo, please see http://tajo.apache.org/docs/devel/hive_integration.html. Best regards, Jihoon 2015년 7월 16일 (목) 오후 3:10, Siva B <[email protected]>님이 작성: Hi Team, How to access Hive tables from Tajo. Is it Tajo has UDF support. Can we use Hive UDF/UDAF in tajo ? Thanks
