zabetak commented on code in PR #308:
URL: https://github.com/apache/tez/pull/308#discussion_r1374670968


##########
tez-api/src/main/java/org/apache/tez/common/TezUtils.java:
##########
@@ -51,6 +57,14 @@
 public final class TezUtils {
 
   private static final Logger LOG = LoggerFactory.getLogger(TezUtils.class);
+  private static final int PROPERTY_THRESHOLD;
+  private static final boolean PROPERTY_MASK;
+
+  static {
+    TezConfiguration c = new TezConfiguration();

Review Comment:
   I reworked the PR 
(https://github.com/apache/tez/pull/308/commits/17e07e7c714d670cfbd5e15eb3c56f33a022f2ec,https://github.com/apache/tez/pull/308/commits/687bd3b22f26288c0f49d40d05588d4f17a7b2fa)
 to allow using the size threshold from within the configuration object.



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

To unsubscribe, e-mail: issues-unsubscr...@tez.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to