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

No matching method found for join #53

Closed
snunez1 opened this issue Apr 8, 2015 · 3 comments
Closed

No matching method found for join #53

snunez1 opened this issue Apr 8, 2015 · 3 comments

Comments

@snunez1
Copy link
Contributor

snunez1 commented Apr 8, 2015

Walking through the tutorial, I get:

user=> (def tfidf-by-term (-> (f/join tf-by-doc idf-by-term)
#=> (f/map (f/fn [[term [[doc-id tf] idf]]]
#
=> [doc-id term (* tf idf)]))
#_=> f/cache))

CompilerException java.lang.IllegalArgumentException: No matching method found: join for class org.apache.spark.api.java.JavaRDD, compiling:(form-init8987457259874014740.clj:1:24)

at the join step, the one with the heading TF-IDF.

I would love to see a version of the tutorial that users could walk through step by step. If it is any help, I've started modification of the existing tutorial (https://github.com/senor-hadoop/flambo/blob/develop/Tutorial.md) to pass along to others on my team.

@sorenmacbeth
Copy link
Owner

The tutorial is out of date for the changes in 0.5.0. I forgot to update it. We will do that. Thanks for catching this. I'll close this issue once it's been updated.

@snunez1
Copy link
Contributor Author

snunez1 commented Apr 9, 2015

FYI, I’ve started rewriting the tutorial here. If you are open to pull-requests, you will probably have one tomorrow.

From: Soren Macbeth
Reply-To: yieldbot/flambo
Date: Wednesday, April 8, 2015 at 19:14
To: yieldbot/flambo
Cc: Steve Nunez
Subject: Re: [flambo] No matching method found for join (#53)

The tutorial is out of date for the changes in 0.5.0. I forgot to update it. We will do that. Thanks for catching this. I'll close this issue once it's been updated.


Reply to this email directly or view it on GitHubhttps://github.com//issues/53#issuecomment-91092788.

@sorenmacbeth
Copy link
Owner

Absolutely, that would be great. I'll wait for a PR from you.

@snunez1 snunez1 closed this as completed Apr 10, 2015
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

No branches or pull requests

2 participants