[
https://issues.apache.org/jira/browse/IGNITE-7337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354839#comment-16354839
]
Valentin Kulichenko commented on IGNITE-7337:
---------------------------------------------
[~NIzhikov], please rename option values accordingly as well (e.g.
{{createTableOptions}} should be {{createTableParameters}}. Other than that,
configuration looks OK.
The only concern regarding implementation I have is that you're doing single
inserts one by one when saving the data, this will not perform well. Is there a
way to use {{IgniteDataStreamer}} instead?
> Spark Data Frames: support saving a data frame in Ignite
> --------------------------------------------------------
>
> Key: IGNITE-7337
> URL: https://issues.apache.org/jira/browse/IGNITE-7337
> Project: Ignite
> Issue Type: New Feature
> Components: spark
> Affects Versions: 2.3
> Reporter: Valentin Kulichenko
> Assignee: Nikolay Izhikov
> Priority: Major
> Fix For: 2.5
>
>
> Once Ignite data source for Spark is implemented, we need to add an ability
> to store a data frame in Ignite. Most likely if should be enough to provide
> implementation for the following traits:
> * {{InsertableRelation}}
> * {{CreatableRelationProvider}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)