在pyspark中设置点燃上下文

时间:2017-02-02 04:42:31

标签: apache-spark pyspark ignite

如何使用python在spark中设置点燃上下文。

igniteContext = IgniteContext(sparkContext,"c:/desktop/config.xml")
  

导入错误:无法导入IgniteContext

1 个答案:

答案 0 :(得分:2)

IgniteRDD只提供Java和Scala API。

相关问题