Skip to content

Commit

Permalink
spark command line description
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Nov 11, 2021
1 parent c697830 commit 38e76f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ http://<driver>:4040
( history server )

* spark properties
```
```sh
new SparkConf().set("spark.executor.memory","1g")
```
```
[spark cli spark command line](https://dwgeek.com/running-sql-using-spark-sql-command-line-interface-cli.html/)
```sh
bin/spark-submit
--class <main class>
--master <local[n] | spark:<masterurl> | yarn-client/yarn-master | mesos:<mesosurl> >
Expand Down

0 comments on commit 38e76f7

Please sign in to comment.