-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Movie Recommender solved (Bryan) #32
base: main
Are you sure you want to change the base?
Conversation
Please use your global Edit: Also include the |
src/test/java/nearsoft/academy/bigdata/recommendation/MovieRecommenderTest.java
Outdated
Show resolved
Hide resolved
@@ -24,7 +33,5 @@ public void testDataInfo() throws IOException, TasteException { | |||
assertThat(recommendations, hasItem("B0002O7Y8U")); | |||
assertThat(recommendations, hasItem("B00004CQTF")); | |||
assertThat(recommendations, hasItem("B000063W82")); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is usually a good idea to have just the necessary changes on the PR's, we should try not to include format changes unless is required. Avoiding them makes easier to review the PR's.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the advice! I'll restore the original file with only the necessary changes.
@@ -12,6 +12,8 @@ | |||
|
|||
<properties> | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<maven.compiler.source>1.8</maven.compiler.source> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are this changes required? Are they part of the requirements?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah! I've used maven, which allowed me to create a java project. In order to run, I had to add those dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix issues mentioned above before continuing
You should add a movie.txt.gz file to the
src/data
folder, I tested my code using a provisional filesrc/data/movies_rapid_test.txt.gz