incubator-uniffle
incubator-uniffle copied to clipboard
[Improvement] Add a integration test case for Spark with MiniYarnCluster
We use Spark local mode to write integration test, but we can't cover some cases, such as https://github.com/Tencent/Firestorm/pull/187, so we should add a integration test case for Spark with MiniYarnCluster
Oh, the bug of https://github.com/Tencent/Firestorm/pull/187 is caused by me.
Maybe I can take this ticket, could u help assign this to me?
Thanks.
Hello, can I have a try on this issue?
Feel free to take it. Assign to you.
@selectbook You can imitate https://github.com/apache/incubator-uniffle/blob/master/integration-test/mr/src/test/java/org/apache/uniffle/test/MRIntegrationTestBase.java, it's enough to run a WordCount test.
thanks, I will try to finish it in these days