I have just installed Google Cloud platform
for a free trial. In order to run MapReduce
tasks with DataStore
, the docs says to run
./bdutil --upload_files "samples/*" run_command ./test-mr-datastore.sh
But I couldn't get this file on my local and there's a good reason for that, this way to run MapReduce
jobs seem to be deprecated see this on github. Is that true, is there an alternative way to create MapReduce tasks from local command lines without requiring BigQuery
?