Ted Yu created SPARK-2772:
-----------------------------
Summary: Spark Project SQL fails compilation
Key: SPARK-2772
URL: https://issues.apache.org/jira/browse/SPARK-2772
Project: Spark
Issue Type: Bug
Reporter: Ted Yu
I used the following command:
{code}
mvn clean -Pyarn -Phive -Phadoop-2.4 -DskipTests package
{code}
I got:
{code}
[ERROR]
/homes/hortonzy/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/Exchange.scala:52:
wrong number of type arguments for org.apache.spark.rdd.ShuffledRDD, should be
4
[ERROR] val shuffled = new ShuffledRDD[Row, Row, Row](rdd, part)
[ERROR] ^
[ERROR]
/homes/hortonzy/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/Exchange.scala:65:
wrong number of type arguments for org.apache.spark.rdd.ShuffledRDD, should be
4
[ERROR] val shuffled = new ShuffledRDD[Row, Null, Null](rdd, part)
[ERROR] ^
[ERROR]
/homes/hortonzy/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/Exchange.scala:76:
wrong number of type arguments for org.apache.spark.rdd.ShuffledRDD, should be
4
[ERROR] val shuffled = new ShuffledRDD[Null, Row, Row](rdd, partitioner)
[ERROR] ^
[ERROR]
/homes/hortonzy/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/basicOperators.scala:151:
wrong number of type arguments for org.apache.spark.rdd.ShuffledRDD, should be
4
[ERROR] val shuffled = new ShuffledRDD[Boolean, Row, Row](rdd, part)
[ERROR] ^
[ERROR] four errors found
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)