Skip to content

Commit

Permalink
Merge pull request #410 from ekampf/patch-1
Browse files Browse the repository at this point in the history
Wrong arg description
  • Loading branch information
waprin authored Jul 9, 2016
2 parents 5c82ceb + 26c79bb commit d1912d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproc/create_cluster_and_submit_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def main(project_id, zone, cluster_name, bucket_name, pyspark_file=None):
parser.add_argument(
'--zone', help='Region to create clusters in', required=True)
parser.add_argument(
'--cluster_name', help='Region to create clusters in', required=True)
'--cluster_name', help='Name of the cluster to create', required=True)
parser.add_argument(
'--gcs_bucket', help='Bucket to upload Pyspark file to', required=True)
parser.add_argument(
Expand Down

0 comments on commit d1912d4

Please sign in to comment.