[ https://issues.apache.org/jira/browse/SPARK-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13969113#comment-13969113 ]
Michael Armbrust commented on SPARK-1494: ----------------------------------------- We could change the object to contain a lazy val instead of being a TestHiveContext itself. That should fix the issues. > Hive Dependencies being checked by MIMA > --------------------------------------- > > Key: SPARK-1494 > URL: https://issues.apache.org/jira/browse/SPARK-1494 > Project: Spark > Issue Type: Bug > Components: Project Infra, SQL > Affects Versions: 1.0.0 > Reporter: Ahir Reddy > Assignee: Michael Armbrust > Priority: Minor > > It looks like code in companion objects is being invoked by the MIMA checker, > as it uses Scala reflection to check all of the interfaces. As a result it's > starting a Spark context and eventually out of memory errors. As a temporary > fix all classes that contain "hive" or "Hive" are excluded from the check. -- This message was sent by Atlassian JIRA (v6.2#6252)