Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Mar 5, 2024
1 parent 55d2bfc commit a42a8a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ trait ProcBuilder {
*
* Take Spark as an example, we first lookup the SPARK_HOME from user specified environments.
* If not found, we assume that it is a dev environment and lookup the kyuubi-download's output
* directly. If not found again, a `KyuubiSQLException` will be raised.
* directory. If not found again, a `KyuubiSQLException` will be raised.
* In summarize, we walk through
* `kyuubi.engineEnv.SPARK_HOME` ->
* System.env("SPARK_HOME") ->
Expand Down

0 comments on commit a42a8a6

Please sign in to comment.