I've filed https://issues.apache.org/jira/browse/SPARK-8903 to fix the DataFrameStatSuite test failure. The problem turned out to be caused by a mistake made while resolving a merge-conflict when backporting that patch to branch-1.4.
I've submitted https://github.com/apache/spark/pull/7295 to fix this issue. On Wed, Jul 8, 2015 at 11:30 AM, Sean Owen <[email protected]> wrote: > I see, but shouldn't this test not be run when Hive isn't in the build? > > On Wed, Jul 8, 2015 at 7:13 PM, Andrew Or <[email protected]> wrote: > > @Sean You actually need to run HiveSparkSubmitSuite with `-Phive` and > > `-Phive-thriftserver`. The MissingRequirementsError is just complaining > that > > it can't find the right classes. The other one (DataFrameStatSuite) is a > > little more concerning. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
