[jira] [Commented] (SPARK-16273) NoSuchMethodError on SparkContext.rddToPairRDDFunctions

2016-06-29 Thread Fu Zhouwang (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-16273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354769#comment-15354769
 ] 

Fu Zhouwang commented on SPARK-16273:
-

Thank you, it works!

> NoSuchMethodError on SparkContext.rddToPairRDDFunctions
> ---
>
> Key: SPARK-16273
> URL: https://issues.apache.org/jira/browse/SPARK-16273
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core
>Affects Versions: 2.0.0
> Environment: Ubuntu Server 14.04.3 LTS
>Reporter: Fu Zhouwang
>
> The exception occurs when I tried to run TeraSort 
> https://github.com/ehiggs/spark-terasort on Preview release of Spark 2.0, 
> when _saveAsNewAPIHadoopFile_ or _sc.newAPIHadoopFile_ is called.
> The exception is  
> bq. java.lang.NoSuchMethodError: 
> org.apache.spark.SparkContext$.rddToPairRDDFunctions(Lorg/apache/spark/rdd/RDD;Lscala/reflect/ClassTag;Lscala/reflect/ClassTag;Lscala/math/Ordering;)Lorg/apache/spark/rdd/PairRDDFunctions;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-16273) NoSuchMethodError on SparkContext.rddToPairRDDFunctions

2016-06-28 Thread Shixiong Zhu (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-16273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354486#comment-15354486
 ] 

Shixiong Zhu commented on SPARK-16273:
--

This method has been moved into RDD object. You need to recompile that with 
Spark 2.0.

> NoSuchMethodError on SparkContext.rddToPairRDDFunctions
> ---
>
> Key: SPARK-16273
> URL: https://issues.apache.org/jira/browse/SPARK-16273
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core
>Affects Versions: 2.0.0
> Environment: Ubuntu Server 14.04.3 LTS
>Reporter: Fu Zhouwang
>
> The exception occurs when I tried to run TeraSort 
> https://github.com/ehiggs/spark-terasort on Preview release of Spark 2.0, 
> when _saveAsNewAPIHadoopFile_ or _sc.newAPIHadoopFile_ is called.
> The exception is  
> bq. java.lang.NoSuchMethodError: 
> org.apache.spark.SparkContext$.rddToPairRDDFunctions(Lorg/apache/spark/rdd/RDD;Lscala/reflect/ClassTag;Lscala/reflect/ClassTag;Lscala/math/Ordering;)Lorg/apache/spark/rdd/PairRDDFunctions;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org