Skip to content

Commit 38139e5

Browse files
Konstantin Boudnikgkoberger
Konstantin Boudnik
authored andcommitted
Automatic commit from ReadMe
1 parent f52c402 commit 38139e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache-spark-integration/installation--deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Spark application deployment model allows dynamic jar distribution during applic
1616

1717
There is a way to alter default Spark classpath for each launched application (this should be done on each machine of the Spark cluster, including master, worker and driver nodes).
1818

19-
1. Locate the `$SPARK_HOME/conf/spark-env.sh` file. If this file does not exist, create it from template using `$SPARK_HOMR/conf/spark-env.sh.template`
19+
1. Locate the `$SPARK_HOME/conf/spark-env.sh` file. If this file does not exist, create it from template using `$SPARK_HOME/conf/spark-env.sh.template`
2020
2. Add the following lines to the end of the `spark-env.sh` file (uncomment the line setting `IGNITE_HOME` in case if you do not have it globally set):
2121
[block:code]
2222
{

0 commit comments

Comments
 (0)