I have an existing application that imports data from a web site api into a MongoDB. We have taken a sharp turn and now want to use Hadoop. I have Cloudera VM working and now would like to change the application from inserting data from MongoDB into Hadoop. Does anyone know of a driver like the MongoDB_CSharp driver that can be used for Hadoop/HDFS?
Thank you
What format do you want to write it in?
Files on HDFS? Look at the HDFS REST API.
HBase? Look at the HBase Thrift API.