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