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

Add "How to" for changing the default H2O port #4996

Closed
exalate-issue-sync bot opened this issue May 22, 2023 · 2 comments
Closed

Add "How to" for changing the default H2O port #4996

exalate-issue-sync bot opened this issue May 22, 2023 · 2 comments

Comments

@exalate-issue-sync
Copy link

For PySparkling and Sparkling Water, we can use the corresponding getters:
{code}
bin/sparkling-shell --conf "spark.ext.h2o.client.web.port=443"
{code}

In RSparkling we do not have setters and getters exposed so we need to specify that directly:
{code}
config=spark_config()
config=c(config,list("spark.ext.h2o.node.port.base"="55555", "spark.ext.h2o.client.port.base"="44444"))
sc <- spark_connect(master="yarn-client",app_name = "sparklyr",config = config )
{code}

@DinukaH2O
Copy link

JIRA Issue Migration Info

Jira Issue: SW-753
Assignee: Angela Bartz
Reporter: Angela Bartz
State: Resolved
Fix Version: 2.0.25
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#600

@hasithjp
Copy link
Member

JIRA Issue Migration Info Cont'd

Jira Issue Created Date: 2018-03-07T10:56:36.388-0800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants