forked from hrucinska/cwiczenia
8 lines
173 B
Bash
8 lines
173 B
Bash
#!/bin/bash
|
|
|
|
$HOME/spark/bin/spark-submit\
|
|
--master local[*]\
|
|
--name "$1"\
|
|
--conf "spark.sql.autoBroadcastJoinThreshold=-1"\
|
|
--conf "spark.sql.shuffle.partitions=50" $1
|