All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config_examples.dataproc.json Maven / Gradle / Ivy

There is a newer version: 0.3.25
Show newest version
{
  "client_id": "client-unique-id-32b46a93-c36a-435b-ab94-73b6075dc338",
  "cluster_type": "dataproc",
  "log_bucket": "log-bucket",
  "cluster": {
    "options": {
      "project": "some-project",
      "zone": "europe-west1-d",
      "num-workers": "2",
      "worker-machine-type": "n1-standard-2",
      "master-machine-type": "n1-standard-4"
    }
  },
  "submit": {
    "job_args": [
      "pi",
      "2",
      "2"
    ],
    "options": {
      "jar": "hadoop-mapreduce-examples.jar"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy