joohnnie commented on issue #543: fix tests failure URL: https://github.com/apache/griffin/pull/543#issuecomment-544735786 Hi @guoyuepeng, For the spark memory issue, another one might relate to this ticket https://github.com/apache/griffin/pull/531 Before the ticket, some spark related test cases use "SharedSparkContext" which means they share the same SparkContext. If the maven Surefire plugin for Measure module is running the spark testing parallelly, it might hit the memory issue due to multiple SparkContext objects are created. Thanks Johnnie
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
