You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by rakesh sharma <ra...@hotmail.com> on 2015/08/25 16:17:30 UTC

Using transform

Whats the use and purpose of transform in hiveAny help is appreciated
thanksrakesh 		 	   		  

Re: Using transform

Posted by "Manjee, Sunile" <Su...@Teradata.com>.
You can use transform when you use a python udf.


select transform (column here)
using 'python myPythonScript.py' as (column outupt name here) from YourhiveTable
where ….


Sunile Manjee

From: rakesh sharma <ra...@hotmail.com>>
Reply-To: "user@hive.apache.org<ma...@hive.apache.org>" <us...@hive.apache.org>>
Date: Tuesday, August 25, 2015 at 9:17 AM
To: "user@hive.apache.org<ma...@hive.apache.org>" <us...@hive.apache.org>>
Subject: Using transform

Whats the use and purpose of transform in hive
Any help is appreciated

thanks
rakesh