spark-sql-perf/src
Josh Rosen 42a415e8d4 Extract Query class from Benchmark into its own top-level class and make SparkContext field transient
This patch extracts `Query` into its own top-level class and makes its `sparkContext` field transient in order to fix `NotSerializableException`s.

Author: Josh Rosen <rosenville@gmail.com>

Closes #53 from JoshRosen/make-query-into-top-level-class.
2016-02-22 18:23:06 -08:00
..
main Extract Query class from Benchmark into its own top-level class and make SparkContext field transient 2016-02-22 18:23:06 -08:00
test/scala Main Class for running Benchmarks from the command line 2016-01-19 12:37:51 -08:00