Skip to content

[SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDs#1979

Closed
mengxr wants to merge 1 commit intoapache:masterfrom
mengxr:randomrdds
Closed

[SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDs#1979
mengxr wants to merge 1 commit intoapache:masterfrom
mengxr:randomrdds

Conversation

@mengxr
Copy link
Contributor

@mengxr mengxr commented Aug 16, 2014

RandomRDDGenerators means factory for RandomRDDGenerator. However, its methods return RDDs but not RDDGenerators. So a more proper (and shorter) name would be RandomRDDs.

@dorx @brkyvz

@SparkQA
Copy link

SparkQA commented Aug 16, 2014

QA tests have started for PR 1979 at commit b161a2d.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Aug 16, 2014

QA tests have finished for PR 1979 at commit b161a2d.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@brkyvz
Copy link
Contributor

brkyvz commented Aug 16, 2014

It's a shorter name, and I understand the concern about the confusion. Looks good to me!

@mengxr
Copy link
Contributor Author

mengxr commented Aug 16, 2014

@brkyvz Thanks for reviewing! I've merged this into master and branch-1.1.

@asfgit asfgit closed this in ac6411c Aug 16, 2014
asfgit pushed a commit that referenced this pull request Aug 16, 2014
`RandomRDDGenerators` means factory for `RandomRDDGenerator`. However, its methods return RDDs but not RDDGenerators. So a more proper (and shorter) name would be `RandomRDDs`.

dorx brkyvz

Author: Xiangrui Meng <meng@databricks.com>

Closes #1979 from mengxr/randomrdds and squashes the following commits:

b161a2d [Xiangrui Meng] rename RandomRDDGenerators to RandomRDDs

(cherry picked from commit ac6411c)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
`RandomRDDGenerators` means factory for `RandomRDDGenerator`. However, its methods return RDDs but not RDDGenerators. So a more proper (and shorter) name would be `RandomRDDs`.

dorx brkyvz

Author: Xiangrui Meng <meng@databricks.com>

Closes apache#1979 from mengxr/randomrdds and squashes the following commits:

b161a2d [Xiangrui Meng] rename RandomRDDGenerators to RandomRDDs
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.

3 participants