Thanks Val. We are not using the RDD of ignite instead we are building the
ignite cluster with in spark with custom code and use the key value store.
We are using the static ip discovery while doing so.

What we do is we read the data in avro from hadoop. Start the ignite node
first in driver, and use the driver ip along with few executors ip to use
for node discovery. Once the clister topology is built load the data to
cache and use sql interface to look up.

Do you think we will be impacted with the 2.4 deprecation dcsn ?

Thanks,
Ranjit
On Wed, 17 Jan 2018 at 11:29 PM, vkulichenko <valentin.kuliche...@gmail.com>
wrote:

> Ranjit,
>
> Embedded mode in Spark RDD will be deprecated in 2.4 which is about to be
> released. My recommendation would be to use standalone mode instead.
>
> -Val
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to