Is there any way to connect pyspark (Sparks API using python) to dynamodb. For mongodb and cassandra there are connectors to interface with pyspark. It would seem possible to do if dynamo could act as a Hadoop Input/Output.
https://github.com/mongodb/mongo-hadoop/blob/master/spark/src/main/python/README.rst
Any leads would be greatly appreciated.