databricks / spark-sql-perf

Apache License 2.0
582 stars 406 forks source link

Update for Spark 3.0.0 compatibility #191

Closed npoggi closed 3 years ago

npoggi commented 4 years ago
npoggi commented 4 years ago

@yashkv1 test it out when you can

yashkv1 commented 4 years ago

@yashkv1 test it out when you can

@npoggi - It compiles with few warnings. [warn] Multiple main classes detected. Run 'show discoveredMainClasses' to see the list

I will test the jar and post here in a couple of days. Thank you 👍

npoggi commented 4 years ago

@yashkv1 were you able to test the jar?

yashkv1 commented 4 years ago

@yashkv1 were you able to test the jar?

@npoggi - yes. changes you made works. Tested with Spark 3.0.0.

v33ran00l commented 3 years ago

@yashkv1 were you able to test the jar?

@npoggi - yes. changes you made works. Tested with Spark 3.0.0.

HI Yashkv1 : i'm trying to test this and failed, please can you help on this, how to create with spark3, please share if you have any document how to test create and test this.

npoggi commented 3 years ago

@v33ran00l what is the output of spark-sql-perf/build/sbt assembly?

v33ran00l commented 3 years ago

Hi thanks able to run after changing scala n spark version in build.sbt

On Tue, 29 Sep 2020, 20:08 Nico Poggi, notifications@github.com wrote:

@yashkv1 https://github.com/yashkv1 what is the output of spark-sql-perf/build/sbt assembly?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/databricks/spark-sql-perf/pull/191#issuecomment-700750707, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAQI23G372VWA6TXW6RWXDSIHWP3ANCNFSM4QCGBFEA .

npoggi commented 3 years ago

Thanks for the review @Loquats