Skip to content

Commit

Permalink
lowering cores
Browse files Browse the repository at this point in the history
  • Loading branch information
ecurtin committed Feb 13, 2018
1 parent 76194ef commit 5f4a291
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions datasets/generate-kmeans-dataset.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ spark-bench = {
spark-home = "/opt/spark-dists/spark-2.2.0-bin-without-hadoop"
spark-args = {
master = "spark://devnexus-master:7077"
executor-memory = "15g"
total-executor-cores = "70"
executor-memory = "14g"
total-executor-cores = "40"
}
workload-suites = [
{
Expand All @@ -28,8 +28,8 @@ spark-bench = {
spark-home = "/opt/spark-dists/spark-2.2.0-bin-without-hadoop"
spark-args = {
master = "spark://devnexus-master:7077"
executor-memory = "15g"
total-executor-cores = "70"
executor-memory = "14g"
total-executor-cores = "40"
}
conf = {
"spark.sql.parquet.compression.codec" = "uncompressed"
Expand All @@ -55,8 +55,8 @@ spark-bench = {
spark-home = "/opt/spark-dists/spark-2.2.0-bin-without-hadoop"
spark-args = {
master = "spark://devnexus-master:7077"
executor-memory = "15g"
total-executor-cores = "70"
executor-memory = "14g"
total-executor-cores = "40"
}
conf = {
"spark.sql.parquet.compression.codec" = "gzip"
Expand All @@ -82,8 +82,8 @@ spark-bench = {
spark-home = "/opt/spark-dists/spark-2.2.0-bin-without-hadoop"
spark-args = {
master = "spark://devnexus-master:7077"
executor-memory = "15g"
total-executor-cores = "70"
executor-memory = "14g"
total-executor-cores = "40"
}
conf = {
"spark.sql.parquet.compression.codec" = "snappy"
Expand All @@ -109,8 +109,8 @@ spark-bench = {
spark-home = "/opt/spark-dists/spark-2.2.0-bin-without-hadoop"
spark-args = {
master = "spark://devnexus-master:7077"
executor-memory = "15g"
total-executor-cores = "70"
executor-memory = "14g"
total-executor-cores = "40"
}
workload-suites = [
{
Expand Down

0 comments on commit 5f4a291

Please sign in to comment.