Skip to content

Commit

Permalink
local ( client ) execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Jun 4, 2019
1 parent bdf234c commit ff5b8f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,10 @@ spark.driver.extraClassPath pathOfJarsWithCommaSeprated
scala> :require /path/to/file.jar

# spark shell, spark-shell, spark2-shell
## local execution
```
spark-shell --deploy-mode client --master yarn
```
## inline execution, execute file from command line
```
spark-shell -i /path/to/file.scala
Expand Down

0 comments on commit ff5b8f8

Please sign in to comment.