spark-sql-perf icon indicating copy to clipboard operation
spark-sql-perf copied to clipboard

Results 54 spark-sql-perf issues
Sort by recently updated
recently updated
newest added

I use ./bin/run --benchmark DatasetPerformance I can see the spark web page at 8080. But error shows in terminal like this. Besides, do I need to start spark first? [error]...

Hello, I am using: 1) the last version of spark-sql-perf, compiled for Spark 1.4.0. 2) last dsdgen taken from TPC-DS website 3) Spark 1.4.0 When using genData() and generating data...

Throughout the code I get the feeling that a pre-installed Hive installation is needed. Is this correct? Because when writing to ([external table](https://github.com/databricks/spark-sql-perf/blob/master/src/main/scala/com/databricks/spark/sql/perf/tpcds/Tables.scala#L162)) I can see the spark driver assumes...

When trying to download `sbt-launcher` we use obsolete URL which returns 404. What worked for me is ``` wget https://github.com/sbt/sbt/releases/download/v0.13.18/sbt-0.13.18.zip unzip sbt-0.13.18.zip -d ~ ~/sbt/bin/sbt 'set test in assembly :=...