Github user jaceklaskowski commented on the issue:

    https://github.com/apache/spark/pull/17801
  
    Are the errors (that led to `fails to generate documentation`) after my 
change? Look very weird to me.
    
    ```
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/scheduler/BlacklistTracker.java:117:
 error: ExecutorAllocationClient is not public in org.apache.spark; cannot be 
accessed from outside package
    [error]   public   BlacklistTracker 
(org.apache.spark.scheduler.LiveListenerBus listenerBus, 
org.apache.spark.SparkConf conf, 
scala.Option<org.apache.spark.ExecutorAllocationClient> allocationClient, 
org.apache.spark.util.Clock clock)  { throw new RuntimeException(); }
    [error]                                                                     
                                                                               ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/scheduler/BlacklistTracker.java:118:
 error: ExecutorAllocationClient is not public in org.apache.spark; cannot be 
accessed from outside package
    [error]   public   BlacklistTracker (org.apache.spark.SparkContext sc, 
scala.Option<org.apache.spark.ExecutorAllocationClient> allocationClient)  { 
throw new RuntimeException(); }
    [error]                                                                     
                        ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/SparkConf.java:133:
 error: ConfigReader is not public in org.apache.spark.internal.config; cannot 
be accessed from outside package
    [error]   private  org.apache.spark.internal.config.ConfigReader reader ()  
{ throw new RuntimeException(); }
    [error]                                            ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/SparkConf.java:138:
 error: ConfigEntry is not public in org.apache.spark.internal.config; cannot 
be accessed from outside package
    [error]    <T extends java.lang.Object> org.apache.spark.SparkConf set 
(org.apache.spark.internal.config.ConfigEntry<T> entry, T value)  { throw new 
RuntimeException(); }
    [error]                                                                     
                            ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/SparkConf.java:139:
 error: OptionalConfigEntry is not public in org.apache.spark.internal.config; 
cannot be accessed from outside package
    [error]    <T extends java.lang.Object> org.apache.spark.SparkConf set 
(org.apache.spark.internal.config.OptionalConfigEntry<T> entry, T value)  { 
throw new RuntimeException(); }
    [error]                                                                     
                            ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/SparkConf.java:187:
 error: ConfigEntry is not public in org.apache.spark.internal.config; cannot 
be accessed from outside package
    [error]    <T extends java.lang.Object> org.apache.spark.SparkConf 
setIfMissing (org.apache.spark.internal.config.ConfigEntry<T> entry, T value)  
{ throw new RuntimeException(); }
    [error]                                                                     
                                     ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/SparkConf.java:188:
 error: OptionalConfigEntry is not public in org.apache.spark.internal.config; 
cannot be accessed from outside package
    [error]    <T extends java.lang.Object> org.apache.spark.SparkConf 
setIfMissing (org.apache.spark.internal.config.OptionalConfigEntry<T> entry, T 
value)  { throw new RuntimeException(); }
    [error]                                                                     
                                     ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/SparkConf.java:208:
 error: ConfigEntry is not public in org.apache.spark.internal.config; cannot 
be accessed from outside package
    [error]     org.apache.spark.SparkConf remove 
(org.apache.spark.internal.config.ConfigEntry<?> entry)  { throw new 
RuntimeException(); }
    ```


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