abellina commented on issue #26078: [SPARK-29151][CORE] Support fractional 
resources for task resource scheduling
URL: https://github.com/apache/spark/pull/26078#issuecomment-545492938
 
 
   I ran the unidoc target using sbt locally and it succeeded, but saw this on 
the jenkins cluster:
   
   ```
   [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/resource/ResourceAllocator.java:17:
 error: bad use of '>'
   [error]    * With {@link slotsPerAddress} > 1, {@link assignedAddrs} can 
contain duplicate addresses
   [error]                                   ^
   [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/target/java/org/apache/spark/resource/ResourceAllocator.java:26:
 error: bad use of '>'
   [error]    * With {@link slotsPerAddress} > 1, {@link availableAddrs} can 
contain duplicate addresses
   [error]                                   ^
   ```
   I'll change `>` with `greater than` and try again :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to