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
1. Error at data = movielens.load_spark_df(spark, size=MOVIELENS_DATA_SIZE, schema=schema)
This occurs when I use pyspark==2.3.1.
I used pyspark==2.3.1 because tutorial was based on this version,
but it fails.
But when I use pyspark==3.2.0, it works.
Description
Hello :)
I found two bugs on ALS Tutorial.
1. Error at
data = movielens.load_spark_df(spark, size=MOVIELENS_DATA_SIZE, schema=schema)
This occurs when I use pyspark==2.3.1.
I used pyspark==2.3.1 because tutorial was based on this version,
but it fails.
But when I use pyspark==3.2.0, it works.
2. Join operation fail at
As version 2.3.1 fails, I tried this with pyspark==3.2.0.
However,
AnalysisException
occurs.I think this is also a version issue.
In which platform does it happen?
How do we replicate the issue?
Run https://github.com/microsoft/recommenders/blob/main/examples/00_quick_start/als_movielens.ipynb on Colab
Expected behavior (i.e. solution)
Version issues should be resolved.
Join operations should be done without error.
Other Comments
Thank you in advance! :)
The text was updated successfully, but these errors were encountered: