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

[hailctl] make hailctl work on windows #14090

Merged
merged 3 commits into from
Dec 8, 2023
Merged

Conversation

danking
Copy link
Contributor

@danking danking commented Dec 8, 2023

CHANGELOG: Fix #14089, which makes hailctl dataproc connect work in Windows Subsystem for Linux.

  1. Non 64-bit Windows uses "Program Files" not "Program Files (x86)"

  2. Windows Subsystem for Linux looks like GNU/Linux but will not have chromium on its path.

  3. The removed arguments are no longer supported. They produce a warning message in my version of Chrome and appear to not work in the version of Chrome that this user was using. Instead, I bind to 0.0.0.0 and access the Notebook using the machine DNS name. This is how Google recommend accessing the Spark UI anyway.

1. Non 64-bit Windows uses "Program Files" not "Program Files (x86)"

2. Windows Subsystem for Linux looks like GNU/Linux but will not have chromium on its path.

3. The removed arguments are no longer supported. They produce a warning message in my version of Chrome and appear to not work in the version of Chrome that this user was using. Instead, I bind to 0.0.0.0 and access the Notebook using the machine DNS name. This is how Google recommend accessing the Spark UI anyway.
@danking
Copy link
Contributor Author

danking commented Dec 8, 2023

I've asked Yon Ho to verify this works for her. I'll hold off on merging until then.

@danking danking added the WIP label Dec 8, 2023
@danking danking removed the WIP label Dec 8, 2023
@danking
Copy link
Contributor Author

danking commented Dec 8, 2023

Yon Ho confirms it works.

@danking danking merged commit f7d839b into hail-is:main Dec 8, 2023
8 checks passed
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.

[hailctl] hailctl dataproc connect on windows doesn't work
2 participants