Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use python with giraph?

Is python supported on Giraph and if it is, is it as well-supported as python is on Hadoop or well it lead to considerably worse performance than using raw Java?

like image 697
nsimplex Avatar asked Apr 25 '12 23:04

nsimplex


2 Answers

Giraph does now support python scripting through jython, in the trunk version.

This is the related issue: https://issues.apache.org/jira/browse/GIRAPH-683

like image 165
marcorossi Avatar answered Oct 21 '22 07:10

marcorossi


Streaming out to a scripting language is not yet supported but certainly would be a good addition. Patches welcome.

like image 30
Jakob Homan Avatar answered Oct 21 '22 06:10

Jakob Homan