We support TRANSFORM. Are you having a problem using it? On Tue, Oct 20, 2015 at 8:21 AM, wuyangjack <[email protected]> wrote:
> How to reuse hive custom transform scripts written in python or c++? > > These scripts process data from stdin and print to stdout in spark. > They use the Transform Syntax in Hive: > https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Transform > > Example in Hive: > SELECT TRANSFORM(stuff) > USING 'script.exe' > AS thing1, thing2 > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Hive-custom-transform-scripts-in-Spark-tp25142.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
