If someone can explain the limitation of Jython in the context of UDF in Pig, that would be great. Here are key questions:
- Can it run in both Hadoop 1.x and YARN?
- Does it support Python 3.4? From python UDF version with Jython/Pig, I guess it is unlikely but the post is one year plus old.
- Is there any limitation in terms of modules supported?
Essentially I am trying to see if it makes sense to use Jython (preferably in Python 3)
Thanks!