Write to Ignite using the Ignite-Spark integration:

input = spark.read.parquet(HDFS_ACCOUNT)
input.write.format("ignite")
           .option("table","sfdc_account_parquet")
           .option("primaryKeyFields”,”key1,key2")
           .option("config",configFile)
           .save()

At that point, it’s in Ignite and you can access it how you want, using SQL, 
Python API, Spark, whatever.

Regards,
Stephen

> On 22 Jan 2019, at 10:46, Balakumar <[email protected]> 
> wrote:
> 
> Thanks Stephan.
> 
> You mean to say, use Ignite SQL apis to handle interactive requests ?
> 
> Read parquet file and save it to Ignite sql table, and then serve it back
> from Ignite table.. am I correct?
> 
> 
> 
> 
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Reply via email to