Skip to content

[hailctl] make hailctl work on windows - #14090

Merged
danking merged 3 commits into
hail-is:mainfrom
danking:fix-for-windows
Dec 8, 2023
Merged

[hailctl] make hailctl work on windows#14090
danking merged 3 commits into
hail-is:mainfrom
danking:fix-for-windows

Conversation

@danking

@danking danking commented Dec 8, 2023

Copy link
Copy Markdown
Contributor

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

danking commented Dec 8, 2023

Copy link
Copy Markdown
Contributor Author

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

danking commented Dec 8, 2023

Copy link
Copy Markdown
Contributor Author

Yon Ho confirms it works.

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