-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-17567][Docs] Use valid url to Spark RDD paper #15121
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
Conversation
|
Just to be consistent with the url at http://spark.apache.org/research.html
change it to be http://people.csail.mit.edu/matei/papers/2012/nsdi_spark.pdf |
|
I just noticed, that at http://spark.apache.org/research.html
In above sentence, |
|
Test build #65511 has finished for PR 15121 at commit
|
|
Test build #65513 has finished for PR 15121 at commit
|
|
Merged to master/2.0 |
https://issues.apache.org/jira/browse/SPARK-17567 ## What changes were proposed in this pull request? Documentation (http://spark.apache.org/docs/latest/api/scala/#org.apache.spark.rdd.RDD) contains broken link to Spark paper (http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf). I found it elsewhere (https://www.usenix.org/system/files/conference/nsdi12/nsdi12-final138.pdf) and I hope it is the same one. It should be uploaded to and linked from some Apache controlled storage, so it won't break again. ## How was this patch tested? Tested manually on local laptop. Author: Xin Ren <[email protected]> Closes #15121 from keypointt/SPARK-17567. (cherry picked from commit f15d41b) Signed-off-by: Sean Owen <[email protected]>
https://issues.apache.org/jira/browse/SPARK-17567 ## What changes were proposed in this pull request? Documentation (http://spark.apache.org/docs/latest/api/scala/#org.apache.spark.rdd.RDD) contains broken link to Spark paper (http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf). I found it elsewhere (https://www.usenix.org/system/files/conference/nsdi12/nsdi12-final138.pdf) and I hope it is the same one. It should be uploaded to and linked from some Apache controlled storage, so it won't break again. ## How was this patch tested? Tested manually on local laptop. Author: Xin Ren <[email protected]> Closes apache#15121 from keypointt/SPARK-17567.
https://issues.apache.org/jira/browse/SPARK-17567
What changes were proposed in this pull request?
Documentation (http://spark.apache.org/docs/latest/api/scala/#org.apache.spark.rdd.RDD) contains broken link to Spark paper (http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf).
I found it elsewhere (https://www.usenix.org/system/files/conference/nsdi12/nsdi12-final138.pdf) and I hope it is the same one. It should be uploaded to and linked from some Apache controlled storage, so it won't break again.
How was this patch tested?
Tested manually on local laptop.