Vikkurthi Manikanta
Vikkurthi Manikanta

Reputation: 31

Setting up ignite context in pyspark

How to set up ignite context in spark using python .

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

Import Error : cannot import IgniteContext

Upvotes: 0

Views: 670

Answers (1)

Valentin Kulichenko
Valentin Kulichenko

Reputation: 8390

There is only Java and Scala API available for IgniteRDD.

Upvotes: 2

Related Questions