Skip to content

Commit

Permalink
Support init_spark_on_k8s (intel-analytics#2813)
Browse files Browse the repository at this point in the history
* initial

* fix

* code refactor

* bug fix

* update docker

* style
  • Loading branch information
hkvision committed Sep 7, 2020
1 parent 86d4c49 commit 06a5114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/orca/src/bigdl/orca/ray/raycontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _prepare_env(self):
if self.env: # Add in env argument if any MKL setting is needed.
modified_env.update(self.env)
if self.verbose:
print("Executing with these environment setting:")
print("Executing with these environment settings:")
for pair in modified_env.items():
print(pair)
print("The $PATH is: {}".format(modified_env["PATH"]))
Expand Down

0 comments on commit 06a5114

Please sign in to comment.