Skip to content

Commit

Permalink
Update python version requirements to 3.7 for Dataproc launcher (#1251)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <[email protected]>
  • Loading branch information
pyalex authored Jan 5, 2021
1 parent 15ecdd5 commit 0ef41eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/feast/pyspark/launchers/gcloud/dataproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def dataproc_submit(
"spark.executor.instances": self.executor_instances,
"spark.executor.cores": self.executor_cores,
"spark.executor.memory": self.executor_memory,
"spark.pyspark.driver.python": "python3.6",
"spark.pyspark.python": "python3.6",
"spark.pyspark.driver.python": "python3.7",
"spark.pyspark.python": "python3.7",
}

properties.update(extra_properties)
Expand Down

0 comments on commit 0ef41eb

Please sign in to comment.