You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vijayendra Bhati (JIRA)" <ji...@apache.org> on 2016/04/21 10:44:25 UTC

[jira] [Created] (IGNITE-3039) Not able to save RDD data to Data Grid cache using JavaIgniteContext

Vijayendra  Bhati created IGNITE-3039:
-----------------------------------------

             Summary: Not able to save RDD data to Data Grid cache using JavaIgniteContext
                 Key: IGNITE-3039
                 URL: https://issues.apache.org/jira/browse/IGNITE-3039
             Project: Ignite
          Issue Type: Bug
          Components: Ignite RDD
    Affects Versions: 1.5.0.final
            Reporter: Vijayendra  Bhati



Try to save data in Ignite datagrid using JavaIgniteRDD by calling method savePairs().
Job will finish properly , without any exception.But there will be no data in cache.

But if IgniteContext is used instead of JavaIgniteContext.
and if invoked igniteConext.fromCache(cacheConfiguration) rather than javaigniteConext.fromCache(cacheName),program will save the data to data grid.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)