Description
To automatically test Hive functionality over Spark execution engine, we need to create a test framework that can execute Hive queries with Spark as the backend. For that, we should create a MiniSparkCluser for this, similar to other execution engines.
Spark has a way to create a local cluster with a few processes in the local machine, each process is a work node. It's fairly close to a real Spark cluster. Our mini cluster can be based on that.
For more info, please refer to the design doc on wiki.
Attachments
Issue Links
- is blocked by
-
SPARK-3691 Provide a mini cluster for testing system built on Spark
- Closed