Ahir Reddy created SPARK-1494: --------------------------------- Summary: 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)