There is nothing more different from the code I show in the 6th comments in this topic, only the initialization of igniteContext, I also list the way I create it in the above comnents: ---------------------------------------------------------------------------------------------------------- val smallTableContext = new IgniteContext[BigInt, zb_test](ssc.sparkContext, () => new IgniteConfiguration()) ---------------------------------------------------------------------------------------------------------- It seems that each time the ignite load a IgniteContext from a spring XML file, it can not avoid to link to the internet to download the xsi file to check the config XML file, I do not want to let the nodes link to the internet in my circumstance. Then I use the above code to create a IgniteContext instance , there is no need for the node to link to the internet.
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-solve-the-22-parameters-limit-under-scala-2-10-in-the-case-class-tp3847p3946.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
