Reputation: 11
I have used google-cloud-storage-connector for Hadoop and able to run mapreduce job that takes input from my local HDFS (Hadoop running in my local machine) and places the result in Google Cloud Storage bucket.
Now I want to run a mapreduce job using google-datastore-connector for Hadoop that takes input from local HDFS (Hadoop running in my local machine) and places the result in a Cloud Datastore kind (kind is synonymous to database table).
Please help me what are all the configurations that I need to give and what steps I have to follow.
Upvotes: 1
Views: 83