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

Fixes to work with UcxShuffleTransport. #1

Open
wants to merge 4 commits into
base: spark_ucx
Choose a base branch
from

Conversation

petro-rudenko
Copy link

  1. Added initTransport and initDriver methods to establish RPC and exchange worker addresses. Probably need to extend UcxShuffleManager, to not copy these methods.
  2. RapidsMetaBlockId should take a string to have the same hash. ShuffleBatchBlockId is a class.
  3. Correctly construct UcxShuffeTransport class
  4. Other minor fixes.

With this seems like it's working.

abellina pushed a commit that referenced this pull request May 10, 2022
* Qualification tool: Parsing supported execs

Signed-off-by: Niranjan Artal <[email protected]>

* addressed review comments

Signed-off-by: Niranjan Artal <[email protected]>
abellina pushed a commit that referenced this pull request Nov 13, 2023
… targets. (NVIDIA#9615)

* Bloop updates - require JDK11 in buildall + docs, build bloop for all targets.

Signed-off-by: Phil Dakin <[email protected]>

* Address PR comments.

Signed-off-by: Phil Dakin <[email protected]>

* Add a bloopInstall profile (#1)

* Add bloopInstall profile

Signed-off-by: Gera Shegalov <[email protected]>

* Add bloopInstall profile

Fixes NVIDIA#9621

Signed-off-by: Gera Shegalov <[email protected]>

* add comment for install in scala2.13

Signed-off-by: Gera Shegalov <[email protected]>

* simplify

Signed-off-by: Gera Shegalov <[email protected]>

* undo unrelated

Signed-off-by: Gera Shegalov <[email protected]>

* Apply suggestions from code review

Co-authored-by: PhilDakin <[email protected]>

* review 1

Signed-off-by: Gera Shegalov <[email protected]>

* Configurable bloopInstall phase

Signed-off-by: Gera Shegalov <[email protected]>

* move bloop config dir to execution conf

Signed-off-by: Gera Shegalov <[email protected]>

---------

Signed-off-by: Gera Shegalov <[email protected]>
Co-authored-by: PhilDakin <[email protected]>

* Propagate bloopInstall profile changes, make config directory overridable from command line.

Signed-off-by: Phil Dakin <[email protected]>

* Cleanup.

Signed-off-by: Phil Dakin <[email protected]>

---------

Signed-off-by: Phil Dakin <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
Co-authored-by: Gera Shegalov <[email protected]>
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.

1 participant