-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
@@ -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} |
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.
CC @sryza -- this disambiguates the Spark class vs one in the code
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.
@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> |
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.
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.
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.
@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.
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.
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.
No description provided.