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

Add SparkR tab #51

Closed
wants to merge 2 commits into from
Closed

Add SparkR tab #51

wants to merge 2 commits into from

Conversation

shivaram
Copy link
Contributor

@shivaram shivaram commented Apr 9, 2015

I've kept the regex to be 'SparkR' for now as 'R' might be too verbose. BTW does it ignore case by default ? (i.e. SparkR vs. SPARKR)

@JoshRosen
Copy link
Contributor

@shivaram
Copy link
Contributor Author

shivaram commented Apr 9, 2015

Cool ! A way to test this would be to see if this PR apache/spark#5436 shows up

@@ -87,6 +87,7 @@ class Issue(ndb.Model):
("MLlib", "mllib", "mllib"),
("GraphX", "graphx|pregel", "graphx"),
("Streaming", "stream|flume|kafka|twitter|zeromq", "streaming"),
("R", "SparkR", "r"),
Copy link
Contributor

Choose a reason for hiding this comment

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

For the filename regex, we might want to only match files in the top-level R folder or in the Java half of the SparkR, so how about (^r/)|src/main/r/|api/r/, which I think should cover all R-related sources?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense. Done

@JoshRosen
Copy link
Contributor

Looks like it worked! https://spark-prs.appspot.com/#r

@JoshRosen JoshRosen closed this in 6ed78ae Apr 9, 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

Successfully merging this pull request may close these issues.

2 participants