Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/17358
  
    Hi @ScrapCodes, I just happened to look at this PR and ran `jeykill build` 
against this PR.
    
    It seems there are few more instances to make javadoc8 working as below:
    
    ```
    [error] 
.../spark/mllib/target/java/org/apache/spark/ml/fpm/FPGrowthParams.java:17: 
error: bad use of '>'
    [error]    * Number of partitions (>=1) used by parallel FP-growth. By 
default the param is not set, and
    [error]                            ^
    [error] 
.../spark/sql/core/src/main/java/org/apache/spark/api/java/function/FlatMapGroupsWithStateFunction.java:30:
 error: reference not found
    [error]  * {@link 
org.apache.spark.sql.KeyValueGroupedDataset#flatMapGroupsWithState(
    [error]           ^
    [error] 
.../spark/core/target/java/org/apache/spark/TaskContextImpl.java:10: error: 
reference not found
    [error]  * {@link TaskMetrics} & {@link MetricsSystem} objects are not 
thread safe.
    [error]           ^
    [error] 
.../spark/core/target/java/org/apache/spark/TaskContextImpl.java:10: error: 
reference not found
    [error]  * {@link TaskMetrics} & {@link MetricsSystem} objects are not 
thread safe.
    [error]
    ```
    
    Should we maybe sweep these together if I found them correctly?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to