Skip to content
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

Update deps, plugins #91

Merged
merged 2 commits into from
Dec 27, 2016
Merged

Update deps, plugins #91

merged 2 commits into from
Dec 27, 2016

Conversation

srowen
Copy link
Collaborator

@srowen srowen commented Dec 13, 2016

No description provided.

@@ -11,7 +11,7 @@ import java.time.LocalDate
import java.time.format.DateTimeFormatter

import scala.collection.mutable.ArrayBuffer
import org.apache.spark.mllib.stat.KernelDensity
import org.apache.spark.mllib.stat.{KernelDensity => SparkKernelDensity}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CC @sryza -- this disambiguates the Spark class vs one in the code

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srowen the one in the code should actually be deleted entirely. I have this in my todo list.

</dependency>
<!-- This is only here for edu.umd:cloud9 which depends on non-existent 3.0.16 -->
<dependency>
<groupId>info.bliki.wiki</groupId>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also CC @sryza -- worth trying updating several of these dependencies? I don't see a reason to suspect it'll break, and it compiles, but haven't tried it.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srowen I don't have strong feelings either way, but what's the advantage? Given that the code is working with the existing versions, it could only break things.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just potential bug fixes and tidiness. It seemed worth trying out while we're re-running this code frequently anyway. It is not essential as far as I can tell. The breeze update is worthwhile to match Spark; the plugin updates should be no problem. The rest can be easily backed out.

@srowen srowen changed the title Update deps, plugins; disambiguate KernelDensity Update deps, plugins Dec 24, 2016
@srowen srowen merged commit 07f7166 into master Dec 27, 2016
@srowen srowen deleted the DepUpdates branch December 27, 2016 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants