Re: Hey good looking toPandas () error stack

2020-06-21 Thread Anwar AliKhan
The only change I am making is spark directory name. It keeps failing in this same cell. df.toPandas() findspark.init('/home/spark-2.4.6-bin-hadoop2.7') FAIL findspark.init('/home/spark-3.0.0-bin-hadoop2.7'). PASS On Sun, 21 Jun 2020, 19:51 randy clinton, wrote: > You can see from the

Re: Hey good looking toPandas () error stack

2020-06-21 Thread Sean Owen
That part isn't related to Spark. It means you have some code compiled for Java 11, but are running Java 8. On Sun, Jun 21, 2020 at 1:51 PM randy clinton wrote: > You can see from the GitHub history for "toPandas()" that the function has > been in the code for 5 years. > >

Re: Hey good looking toPandas () error stack

2020-06-21 Thread randy clinton
You can see from the GitHub history for "toPandas()" that the function has been in the code for 5 years. https://github.com/apache/spark/blame/a075cd5b700f88ef447b559c6411518136558d78/python/pyspark/sql/dataframe.py#L923 When I google IllegalArgumentException: 'Unsupported class file major

Re: Hey good looking toPandas () error stack

2020-06-20 Thread Anwar AliKhan
Two versions of Spark running against same code https://towardsdatascience.com/your-first-apache-spark-ml-model-d2bb82b599dd version spark-2.4.6-bin-hadoop2.7 is producing error for toPandas(). See error stack below Jupyter Notebook import findspark