Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

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 fbe4587 + 88f8066 commit d2b5706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/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 d2b5706

Please sign in to comment.