Uh oh!
There was an error while loading. Please reload this page.
[SparkR][Doc] fix typo in vignettes - #17884
Conversation
actuaryzhang
commented
May 6, 2017
SparkQA
commented
May 6, 2017
Test build #76527 has finished for PR 17884 at commit
|
HyukjinKwon
commented
May 6, 2017
I know it is legitimate but It would be worth double checking other typos too. Usually, single typo PR is not encouraged up to my knowledge given reviwing, building and merging costs. |
actuaryzhang
commented
May 6, 2017
@HyukjinKwon Thanks for pointing this out. I will keep this in mind next time. |
felixcheung
commented
May 7, 2017
This test seems flaky on AppVeyor, not sure why |
felixcheung
commented
May 7, 2017
@actuaryzhang thanks - would you have a chance to run a quick QA check on the rest of the vignettes, if you haven't already? |
actuaryzhang
commented
May 7, 2017
@felixcheung I ran a quick QA on the vignettes and fixed some additional typos and styles. |
SparkQA
commented
May 7, 2017
Test build #76534 has finished for PR 17884 at commit
|
felixcheung
left a comment
There was a problem hiding this comment.
awesome, thanks! just one minor request
| ``` | ||
| Like gapply, `gapplyCollect` applies a function to each partition of a `SparkDataFrame` and collect the result back to R `data.frame`. The output of the function should be a `data.frame` but no schema is required in this case. Note that `gapplyCollect` can fail if the output of UDF run on all the partition cannot be pulled to the driver and fit in driver memory. | ||
| Like gapply, `gapplyCollect` applies a function to each partition of a `SparkDataFrame` and collect the result back to R `data.frame`. The output of the function should be a `data.frame` but no schema is required in this case. Note that `gapplyCollect` can fail if the output of the UDF on all partitions cannot be pulled into the driver's memory. |
There was a problem hiding this comment.
could you add backtick to gapply at the beginning
| + `env` saves the meta-information of the object such as `isCached`. | ||
| It can be created by data import methods or by transforming an existing `SparkDataFrame`. We can manipulate `SparkDataFrame` by numerous data processing functions and feed that into machine learning algorithms. | ||
| It can be created by data import methods or by transforming an existing `SparkDataFrame`. We can manipulate `SparkDataFrame` by numerous data processing functions and feed that into machine learning algorithms. |
There was a problem hiding this comment.
just curious, does this whitespace in front of paragraph get handled properly?
There was a problem hiding this comment.
@felixcheung Yes, the four spaces indicate that the text following should be aligned with the bullet point. Otherwise, it will start as a new paragraph and have the wrong indention.
You will see the difference after compiling the Rmarkdown file.
SparkQA
commented
May 7, 2017
Test build #76555 has finished for PR 17884 at commit
|
felixcheung
commented
May 8, 2017
merged to master/2.2 |
## What changes were proposed in this pull request? Fix typo in vignettes Author: Wayne Zhang <actuaryzhang@uber.com> Closesapache#17884 from actuaryzhang/typo.
What changes were proposed in this pull request?
Fix typo in vignettes