Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16137#discussion_r91934287
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -1038,6 +1059,13 @@ class SparkContext(config: SparkConf) extends 
Logging {
        * operation will create many references to the same object.
        * If you plan to directly cache, sort, or aggregate Hadoop writable 
objects, you should first
        * copy them using a `map` function.
    +   * @param path directory to the input data files, the path can be comma 
separated paths
    +   * as a list of inputs
    +   * @param minPartitions suggested minimum number of partitions for the 
resulting RDD
    +   * @param km implicitly found Class of the key associated with the `fm` 
implicit parameter
    --- End diff --
    
    Interesting, are these javadoc-able? a caller wouldn't really specify them 
explicitly. Does javadoc succeed when you build with this change? I don't know 
if these docs help much; they just say it's some implicit thing associated to 
another value. I wouldn't add docs just for completeness.


---
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]

Reply via email to