Reputation: 31
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
Reputation: 8390
There is only Java and Scala API available for IgniteRDD
.
Upvotes: 2