Re: MIMA Compatiblity Checks

2014-07-10 Thread Reynold Xin
You can take a look at https://github.com/apache/spark/blob/master/dev/run-tests dev/mima On Thu, Jul 10, 2014 at 12:21 AM, Liu, Raymond wrote: > so how to run the check locally? > > On master tree, sbt mimaReportBinaryIssues Seems to lead to a lot of > errors reported. Do we need to modify S

RE: MIMA Compatiblity Checks

2014-07-10 Thread Liu, Raymond
so how to run the check locally? On master tree, sbt mimaReportBinaryIssues Seems to lead to a lot of errors reported. Do we need to modify SparkBuilder.scala etc to run it locally? Could not figure out how Jekins run the check on its console outputs. Best Regards, Raymond Liu -Original M