Re: Using two ignite contexts with spark streaming

2017-11-01 Thread Denis Mekhanikov
Hi! I don't really see what you are trying to achieve. In the example, that you provided, the second IgniteContext, called ignitec2, is not used. Do you mean that when you start the second IgniteContext, then both of them stop working? When ignitec.fromCache("Data2") is executed, then cache is

Using two ignite contexts with spark streaming

2017-10-28 Thread manuelmourato
Hello there, My use case is relatively simple: I want to be able to save an RDD in Spark to two different caches in Ignite, inside the same Spark Context. When I try to save an RDD to a single IgniteCache, everything works well: case class Sensor_Att( @(QuerySqlField