Re: Amazon DynamoDB & Spark

2015-08-07 Thread Yasemin Kaya
Thanx Jay. 2015-08-07 19:25 GMT+03:00 Jay Vyas : > In general the simplest way is that you can use the Dynamo Java API as is > and call it inside a map(), and use the asynchronous put() Dynamo api call > . > > > > On Aug 7, 2015, at 9:08 AM, Yasemin Kaya wrote: > > > > Hi, > > > > Is there a wa

Re: Amazon DynamoDB & Spark

2015-08-07 Thread Jay Vyas
In general the simplest way is that you can use the Dynamo Java API as is and call it inside a map(), and use the asynchronous put() Dynamo api call . > On Aug 7, 2015, at 9:08 AM, Yasemin Kaya wrote: > > Hi, > > Is there a way using DynamoDB in spark application? I have to persist my > res