Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get errors on run -benchmark DatasetPerformance #88

Open
BellCui opened this issue Sep 22, 2016 · 0 comments
Open

Get errors on run -benchmark DatasetPerformance #88

BellCui opened this issue Sep 22, 2016 · 0 comments

Comments

@BellCui
Copy link

BellCui commented Sep 22, 2016

Hi experts,
I am using:
spark 1.6.1
scala 2.10.5

I get many errors when run following command:
./bin/run -benchmark DatasetPerformance

The error is:
[info] Compiling 40 Scala sources to /data/tpc-ds/spark-sql-perf-master/target/scala-2.10/classes...
[error] /data/tpc-ds/spark-sql-perf-master/src/main/scala/com/databricks/spark/sql/perf/AggregationPerformance.scala:17: type mismatch;
[error] found : org.apache.spark.sql.DataFrame
[error] required: org.apache.spark.sql.Dataset[_]
[error] }.toDF("a", "b"))
[error] ^

Can you help me?
Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant