Kevin
fdcde7595c
Update README ( #107 )
...
Little update for the README
2017-07-13 10:45:24 +02:00
Michael Armbrust
663ca7560e
Main Class for running Benchmarks from the command line
...
This PR adds the ability to run performance test locally as a stand alone program that reports the results to the console:
```
$ bin/run --help
spark-sql-perf 0.2.0
Usage: spark-sql-perf [options]
-b <value> | --benchmark <value>
the name of the benchmark to run
-f <value> | --filter <value>
a filter on the name of the queries to run
-i <value> | --iterations <value>
the number of iterations to run
--help
prints this usage text
$ bin/run --benchmark DatasetPerformance
```
Author: Michael Armbrust <michael@databricks.com>
Closes #47 from marmbrus/MainClass.
2016-01-19 12:37:51 -08:00
Davies Liu
cec648ac0f
try to run all TPCDS queries in benchmark (even can't be parsed)
2016-01-08 15:03:44 -08:00
Nong Li
1aa5bfc838
Add remaining tpcds tables.
...
Author: Nong Li <nongli@gmail.com>
Closes #34 from nongli/tpcds.
2015-11-19 13:50:00 -08:00
Cheng Lian
50808c436b
Fixes typos in README.md
...
Author: Cheng Lian <lian@databricks.com>
Closes #25 from liancheng/readme-fix.
2015-11-11 12:05:44 -08:00
Michael Armbrust
ddeead18ce
Add compilation testing with travis
...
There are no tests yet... but this at least tests compilation.
Author: Michael Armbrust <michael@databricks.com>
Closes #15 from marmbrus/travis.
2015-09-09 21:36:26 -07:00
Yin Huai
34f66a0a10
Add a option of filter rows with null partition column values.
2015-08-26 11:14:19 -07:00
Yin Huai
06eb11f326
Fix the seed to 100 and use distribute by instead of order by.
2015-08-25 20:44:14 -07:00
Yin Huai
9936d49239
Add a option to orderBy partition columns.
2015-08-25 20:44:14 -07:00
Yin Huai
58188c6711
Allow users to use double instead of decimal for generated tables.
2015-08-25 20:44:14 -07:00
Yin Huai
88aadb45a4
Update README.
2015-08-25 20:44:14 -07:00
Yin Huai
97093a45cd
Update readme and register temp tables.
2015-08-25 20:44:13 -07:00
Michael Armbrust
a239da90a2
more cleanup, update readme
2015-08-11 15:51:34 -07:00
Yin Huai
fb9939b136
includeBreakdown is a parameter of runExperiment.
2015-04-20 10:03:41 -07:00
Yin Huai
6c5657b609
Refactoring and doc.
2015-04-16 18:10:57 -07:00
Yin Huai
930751810e
Initial port.
2015-04-15 20:03:14 -07:00
Yin Huai
e81669ab3b
Initial commit.
2015-04-15 20:02:32 -07:00