-
Notifications
You must be signed in to change notification settings - Fork 37
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
t-SNE package does not seem to work with Spark 2.1 #7
Comments
I've looked into this, and am currently working on a patch. |
Thanks for replying Erwin. Regards, |
I've created a new PR, which has a green build. You can check it out for
yourself:
https://github.com/erwinvaneijk/spark-tsne.git branch upgrade_to_2.1
If/when it gets merged to the main repos, I have no idea.
Kind regards,
EJ
…On Fri, Jun 2, 2017 at 11:26 PM Rajesh Kartha ***@***.***> wrote:
Thanks for replying Erwin.
That is great! please let me know how it goes, glad to test it out.
Regards,
Rajesh
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOY20oD82MuJzX1TDxCwRLfiC35aSWDks5sAH4KgaJpZM4NsAwb>
.
|
Thanks EJ, will try your patch out and let you know. -Rajesh |
Wonder by the X2Helper.scala resides in the org/apache/spark/mllib package, is that really the need - any thoughts? |
Hi Rajesh - no idea, but it shouldn't give you the message. Your exact code is in the new test, so there's probably something else wrong in your code or build. I'll take a look if you want? |
Thanks Erwin. I was trying to run it in the cloud env and gave up. Now I am trying it on a regular Hadoop+Spark 2.0 cluster with spark-shell and I while running the MNIST example, I am getting:
The breeze jars that I have in my Spark2.0 instance are: Wonder if there is any specific jar that I need to pick up for this. |
Hi,
Looks like the t-SNE package does not work with Spark 2.1. After importing the com.github.saurfang.* package, a simple method to compute mean etc fails:
and that fails with:
Any thoughts on resolving this?
Thanks,
Rajesh
The text was updated successfully, but these errors were encountered: