rbalamohan commented on a change in pull request #48: TEZ-4075: Reimplement
tez.runtime.transfer.data-via-events.enabled
URL: https://github.com/apache/tez/pull/48#discussion_r331827688
##########
File path:
tez-runtime-library/src/main/java/org/apache/tez/runtime/library/api/TezRuntimeConfiguration.java
##########
@@ -484,6 +484,18 @@
"empty.partitions.info-via-events.enabled";
public static final boolean
TEZ_RUNTIME_EMPTY_PARTITION_INFO_VIA_EVENTS_ENABLED_DEFAULT = true;
+ @Private
+ public static final String TEZ_RUNTIME_TRANSFER_DATA_VIA_EVENTS_ENABLED =
+ TEZ_RUNTIME_PREFIX + "transfer.data-via-events.enabled";
+ @Private
+ public static final boolean
TEZ_RUNTIME_TRANSFER_DATA_VIA_EVENTS_ENABLED_DEFAULT = true;
Review comment:
Thanks @sidseth . Marking it as false in next commit.
----------------------------------------------------------------
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