Skip to content

Commit

Permalink
issues reported by joozz
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmanok committed Jul 5, 2018
1 parent f1f4c9a commit 336e591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 03_sqlstudio/create_instance.sh
@@ -1,5 +1,5 @@
#!/bin/bash
gcloud sql instances create flights \
--tier=db-n1-standard-1 --activation-policy=ALWAYS
--tier=db-n1-standard-1 --activation-policy=ALWAYS --gce-zone=us-central1-a

echo "Please go to the GCP console and change the root password of the instance"
2 changes: 1 addition & 1 deletion 04_streaming/simulate/df06.py
Expand Up @@ -117,7 +117,7 @@ def run(project, bucket, dataset):
'--staging_location=gs://{0}/flights/staging/'.format(bucket),
'--temp_location=gs://{0}/flights/temp/'.format(bucket),
'--setup_file=./setup.py',
'--max_num_workers=10',
'--max_num_workers=8',
'--autoscaling_algorithm=THROUGHPUT_BASED',
'--runner=DataflowRunner'
]
Expand Down

0 comments on commit 336e591

Please sign in to comment.