Skip to content

Commit

Permalink
one at a time now
Browse files Browse the repository at this point in the history
  • Loading branch information
ecurtin committed Feb 22, 2018
1 parent 1d88ce8 commit 2ffc39c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions benchmarks/kmeans-benchmarks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ spark-bench = {
{
name = "kmeans"
input = [
"hdfs:///devnexus/kmeans-data-gzip.parquet",
"hdfs:///devnexus/kmeans-data-orc.orc",
"hdfs:///devnexus/kmeans-data-snappy.parquet",
"hdfs:///devnexus/kmeans-data-uncompressed.parquet",
"hdfs:///devnexus/kmeans-data.csv",
"hdfs:///devnexus/kmeans-data-csv-gzip.csv",
"hdfs:///devnexus/kmeans-data-avro.avro"
"hdfs:///devnexus/kmeans-data-gzip.parquet"
// ,
// "hdfs:///devnexus/kmeans-data-orc.orc",
// "hdfs:///devnexus/kmeans-data-snappy.parquet",
// "hdfs:///devnexus/kmeans-data-uncompressed.parquet",
// "hdfs:///devnexus/kmeans-data.csv",
// "hdfs:///devnexus/kmeans-data-csv-gzip.csv",
// "hdfs:///devnexus/kmeans-data-avro.avro"
]
k = 100
}
Expand Down

0 comments on commit 2ffc39c

Please sign in to comment.