You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/03/18 22:14:26 UTC

[GitHub] [incubator-iceberg] rdblue commented on a change in pull request #130: Prevent straggler tasks with small files in Spark

rdblue commented on a change in pull request #130: Prevent straggler tasks with small files in Spark
URL: https://github.com/apache/incubator-iceberg/pull/130#discussion_r266663342
 
 

 ##########
 File path: core/src/main/java/com/netflix/iceberg/TableProperties.java
 ##########
 @@ -62,6 +62,9 @@
   public static final String SPLIT_LOOKBACK = "read.split.planning-lookback";
   public static final int SPLIT_LOOKBACK_DEFAULT = 10;
 
+  public static final String SPLIT_MIN_FILE_WEIGHT = "read.split.min-file-weight";
 
 Review comment:
   You're right, that property is misleading. I like `read.split.file-open-cost`.

----------------------------------------------------------------
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: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org