Github user actuaryzhang commented on a diff in the pull request:
https://github.com/apache/spark/pull/17884#discussion_r115157013
--- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd ---
@@ -1079,19 +1079,19 @@ There are three main object classes in SparkR you
may be working with.
+ `sdf` stores a reference to the corresponding Spark Dataset in the
Spark JVM backend.
+ `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.
--- End diff --
Minor points, but 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.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]