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: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org