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

[SW-2026] Expose H2OConf Getters and Setters in R #1908

Merged
merged 7 commits into from Mar 4, 2020
Merged

Conversation

mn-mikke
Copy link
Collaborator

@mn-mikke mn-mikke commented Mar 2, 2020

No description provided.

@mn-mikke mn-mikke requested a review from jakubhava March 2, 2020 13:31
Copy link
Contributor

@jakubhava jakubhava left a comment

Choose a reason for hiding this comment

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

Great work! Finally, we have all clients in sync when it comes to configuration!

@@ -192,5 +192,5 @@ def setExternalExtraJars(self, paths):
return self

def setExternalCommunicationCompression(self, compression):
self._jconf.setExternalCommunicationCompression(self, compression)
self._jconf.setExternalCommunicationCompression(compression)
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch, thanks!

Copy link
Contributor

Choose a reason for hiding this comment

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

It would be good to write tests for all configurations so we avoid these mistakes. I think we already have jira for it, but that is not scope of this PR :)

@mn-mikke
Copy link
Collaborator Author

mn-mikke commented Mar 3, 2020

@jakubhava I've manually tested all properties and made some changes, can you take a look one more time?

Copy link
Contributor

@jakubhava jakubhava left a comment

Choose a reason for hiding this comment

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

Looks great, thanks a lot for this change!

@mn-mikke mn-mikke merged commit 71d9e7c into master Mar 4, 2020
@mn-mikke mn-mikke deleted the mn/SW-2026 branch March 4, 2020 09:41
mn-mikke added a commit that referenced this pull request Mar 4, 2020
(cherry picked from commit 71d9e7c)

# Conflicts:
#	r/src/R/ai/h2o/sparkling/H2OConf.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants