This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1414
1515import os
1616import uuid
17- import pytest
1817
1918from google .cloud import dataproc_v1 as dataproc
19+ import pytest
2020
2121import create_cluster
2222
Original file line number Diff line number Diff line change 1414
1515import os
1616import uuid
17- import pytest
1817
1918from google .cloud import dataproc_v1 as dataproc
2019from google .cloud import storage
20+ import pytest
2121
2222import quickstart
2323
Original file line number Diff line number Diff line change 2828import os
2929
3030from google .cloud import dataproc_v1
31+ from google .cloud import storage
3132from google .cloud .dataproc_v1 .gapic .transports import (
3233 workflow_template_service_grpc_transport )
33- from google . cloud import storage
34+
3435
3536DEFAULT_FILENAME = "pyspark_sort.py"
3637waiting_callback = False
Original file line number Diff line number Diff line change 3333import os
3434
3535from google .cloud import dataproc_v1
36+ from google .cloud import storage
3637from google .cloud .dataproc_v1 .gapic .transports import (
3738 cluster_controller_grpc_transport )
3839from google .cloud .dataproc_v1 .gapic .transports import (
3940 job_controller_grpc_transport )
40- from google . cloud import storage
41+
4142
4243DEFAULT_FILENAME = 'pyspark_sort.py'
4344waiting_callback = False
You can’t perform that action at this time.
0 commit comments