Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEZ-4075: Reimplement tez.runtime.transfer.data-via-events.enabled #48

Merged
merged 2 commits into from
Oct 7, 2019

Conversation

rbalamohan
Copy link
Contributor

PR request based on https://issues.apache.org/jira/browse/TEZ-4075?focusedCommentId=16944252&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16944252

This enables data transfer over wire. In subsequent jira, in memory caching can be enabled for IFile. Details are provided in the link posted earlier.

Copy link
Contributor

@sidseth sidseth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. Only change to consider is whether to enable or disable this by default. I think disable is a better bet, till it gets tested more.

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to enable this by default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sidseth . Marking it as false in next commit.

@rbalamohan
Copy link
Contributor Author

@rbalamohan rbalamohan merged commit de019d5 into apache:master Oct 7, 2019
abstractdog pushed a commit to abstractdog/tez that referenced this pull request Sep 8, 2020
…enabled (apache#48) (Contributed by Richard Zhang)

* TEZ-4075: Reimplement tez.runtime.transfer.data-via-events.enabled

* TEZ-4075: Reimplement tez.runtime.transfer.data-via-events.enabled

(cherry picked from commit a952709171d0ef0c3647c014027252fb8d36cedb)

(cherry picked from commit be4d3ed930742630c4e1f9a5b95aaf1f55134d16)

Change-Id: I0395d087f8e5eb80a807c459dc8a391b7fca9cbe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants