Is it possible to access Apache Ignite RDD from di

2019-03-06 01:35发布

问题:

I want to write Apache Spark ML pipeline in different languages, java, spark and python.

While referring to this question, I realized that Apache Ignite can be the solution.

I will be creating sessions in different applications written in different languages (java, scala and python) and using same IgniteRDD in all those applications. The docs and website of Apache ignite gives examples of only Java and scala but not python. So the question is does Apache ignite support python?

Will I be able to do this? If not is there any other solution? If not python, will Apache ignite be the solution to my problem, if I restrict to scala and java only and forget python altogether?