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-341] Python version independent distribution #195

Merged
merged 2 commits into from May 13, 2017
Merged

Conversation

mmalohlava
Copy link
Member

No description provided.

@mdymczyk
Copy link
Contributor

mdymczyk commented Mar 2, 2017

Nice, looks good! 👍

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 good on my side as well. Thanks for cleaning the code a bit as well!

@@ -100,7 +100,7 @@ task printIntegTestEnv {
println("-Dspark.testing=true\n" +
"-Dsparkling.assembly.jar=${project(":sparkling-water-assembly").configurations.shadow.artifacts.file.join(',')}\n" +
"-Dsparkling.itest.jar=${integTestJar.archivePath}\n" +
"-Dsparkling.pysparkling.egg=${project(":sparkling-water-py").configurations.eggs.artifacts.file.join(',')}\n" +
"-Dsparkling.pysparkling.egg=${project(":sparkling-water-py").configurations.sdist.artifacts.file.join(',')}\n" +
Copy link
Contributor

Choose a reason for hiding this comment

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

-Dsparkling.pysparkling.egg needs to be changed to sparkling.pysparkling.sdist set correct variable

@jakubhava
Copy link
Contributor

@mmalohlava this still need a small change - Python Integ test will fail because sparkling.pysparkling.egg was replaced by sparkling.pysparkling.sdist however it's still not changed in here https://github.com/h2oai/sparkling-water/blob/master/py/tests/integ_test_utils.py#L40

@mmalohlava
Copy link
Member Author

@h2o-ops please verify!

@h2o-ops
Copy link
Collaborator

h2o-ops commented Apr 2, 2017

Hi @mmalohlava, your PR title is missing JIRA issue number!

@aadu
Copy link

aadu commented Apr 10, 2017

Any update on this?

@mli362
Copy link

mli362 commented Apr 10, 2017 via email

@mmalohlava
Copy link
Member Author

mmalohlava commented Apr 10, 2017

@aadu we are going to release it in the next release (in two weeks after releasing a new H2O version).

We were mainly waiting for feedback from people using pysparkling since the PR changes how we are delivering python PySpakling package.

@mli362
Copy link

mli362 commented Apr 10, 2017 via email

@aadu
Copy link

aadu commented May 2, 2017

@mmalohlava I was wondering how close we are on this. I don't mean to pester you, but it's going to solve several headaches for me. Thanks

@jakubhava
Copy link
Contributor

Hi @aadu, this change is going into the next sparkling water release 2.1.6. The current version is 2.1.5.

@jakubhava
Copy link
Contributor

jakubhava commented May 4, 2017

@mmalohlava we could merge this change into master now, what do you think ?

@aadu
Copy link

aadu commented May 12, 2017

Just curious if this is going to happen soon as we're on 2.1.7 now. Is there a holdup still in terms of merging this?

Change version to actual master integration version.
@jakubhava jakubhava merged commit 4205195 into master May 13, 2017
@jakubhava jakubhava deleted the mm/jira/sw-341 branch May 13, 2017 00:15
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.

None yet

6 participants