You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occured while Iwas trying to comapact all snappy.parquet files which were generated in Spark2.1 with DataFrames.
Is there any work around? Maybe to try with RDDs but how eficient it is
Can we expect improvement in near future? :)
17/08/16 10:56:33 ERROR ApplicationMaster: User class threw exception: java.lang.NoSuchMethodError: org.apache.spark.sql.DataFrameReader.parquet([Ljava/lang/String;)Lorg/apache/spark/sql/DataFrame;
java.lang.NoSuchMethodError: org.apache.spark.sql.DataFrameReader.parquet([Ljava/lang/String;)Lorg/apache/spark/sql/DataFrame;
at com.github.KeithSSmith.spark_compaction.Compact.compact(Compact.java:210)
at com.github.KeithSSmith.spark_compaction.Compact.main(Compact.java:227)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.spark.deploy.yarn.ApplicationMaster$$anon$2.run(ApplicationMaster.scala:637)
This error occured while Iwas trying to comapact all snappy.parquet files which were generated in Spark2.1 with DataFrames.
Is there any work around? Maybe to try with RDDs but how eficient it is
Can we expect improvement in near future? :)
Sent from my Lge LG-H850 using FastHub
The text was updated successfully, but these errors were encountered: