-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS #1319
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
Conversation
|
Can one of the admins verify this patch? |
|
Jenkins, add to whitelist. |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
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.
Shall we import scala.collection.mutable here and use mutable.BitSet in the Kryo registrator?
|
@mengxr just realized that chill 0.4.0 was just released, will bump version instead of this fix. |
|
Bumping the version requires more tasks to do, e.g., dependency/license check, regression check, etc. I would rather register mutable.BitSet for this PR. |
|
Fair enough :) |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
Author: Neville Li <[email protected]> Closes #1319 from nevillelyh/gh/SPARK-1977 and squashes the following commits: 1f0a355 [Neville Li] [SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS (cherry picked from commit f7ce1b3) Signed-off-by: Xiangrui Meng <[email protected]>
|
Merged. Thanks! |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
Author: Neville Li <[email protected]> Closes apache#1319 from nevillelyh/gh/SPARK-1977 and squashes the following commits: 1f0a355 [Neville Li] [SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS
No description provided.