You can't pass a file path String to IgniteConfiguration, it has either a
default constructor
IgniteConfiguration()
or a constructor that takes another IgniteConfiguration instance (i.e., a
it's a copy-constructor)
IgniteConfiguration(IgniteConfiguration config)
In Java I call the static method
Ignition.start("path-to-ignite-config.xml")
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-get-a-instance-of-IgniteContext-in-spark-shell-tp1180p1187.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.