Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1912d4

Browse filesBrowse files
authored
Merge pull request GoogleCloudPlatform#410 from ekampf/patch-1
Wrong arg description
2 parents 5c82ceb + 26c79bb commit d1912d4
Copy full SHA for d1912d4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎dataproc/create_cluster_and_submit_job.py

Copy file name to clipboardExpand all lines: dataproc/create_cluster_and_submit_job.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def main(project_id, zone, cluster_name, bucket_name, pyspark_file=None):
224224
parser.add_argument(
225225
'--zone', help='Region to create clusters in', required=True)
226226
parser.add_argument(
227-
'--cluster_name', help='Region to create clusters in', required=True)
227+
'--cluster_name', help='Name of the cluster to create', required=True)
228228
parser.add_argument(
229229
'--gcs_bucket', help='Bucket to upload Pyspark file to', required=True)
230230
parser.add_argument(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.