Spark testing base https://github.com/holdenk/spark-testing-base offers some Base classes to use when writing tests with Spark which make it simpler to write unit tests for functions in spark i.e. you do not manually need to instantiate a spark context / flink execution environment for each test case.
You've written an awesome program in Spark and now its time to write some tests. Only you find yourself writing the code to setup and tear down local mode Spark in between each suite and you say to your self: This is not my beautiful code. <https://github.com/holdenk/spark-testing-base#how> Ted Yu <yuzhih...@gmail.com> schrieb am So., 23. Apr. 2017 um 10:46 Uhr: > Please give more context by describing what spark-test-base does :-) > > > On Apr 22, 2017, at 10:57 PM, Georg Heiler <georg.kf.hei...@gmail.com> > wrote: > > > > Hi, > > > > is there something like spark-testing-base for flink as well? > > > > Cheers, > > Georg >