You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/12 00:40:59 UTC

[GitHub] [spark] lcqzte10192193 commented on a change in pull request #24024: [MINOR][CORE]spark.diskStore.subDirectories > 0 should throw Exception

lcqzte10192193 commented on a change in pull request #24024: [MINOR][CORE]spark.diskStore.subDirectories > 0 should throw Exception
URL: https://github.com/apache/spark/pull/24024#discussion_r264483596
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -301,6 +301,8 @@ package object config {
       .doc("Number of subdirectories inside each path listed in spark.local.dir for " +
         "hashing Block files into.")
       .intConf
+      .checkValue(_ > 0, "The number of subdirectories for put hashing Block files into " +
 
 Review comment:
   thanks,I fixed it

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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