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 <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Tuesday, August 25, 2015 at 9:17 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Using transform Whats the use and purpose of transform in hive Any help is appreciated thanks rakesh
