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

GPS Wheel and Egg Deployment #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jbouffard
Copy link
Collaborator

This PR makes it so that Travis will upload the latest whl and egg files of GPS to S3 every time a branch is merged into master.

Copy link
Collaborator

@jamesmcclain jamesmcclain left a comment

Choose a reason for hiding this comment

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

I did not run it (obviously), but it looks perfectly functional.

The only concern that I will mention is one that I have expressed before; I am worried about the inherent non-repeatability/non-reproducibility that comes from reusing the same filenames. (Feel free to consider this asked and answered.)

Copy link
Collaborator

@jpolchlo jpolchlo left a comment

Choose a reason for hiding this comment

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

I'm going to echo @jamesmcclain's comments here. Naming is a problem. I don't recommend SHAs, though, as a replacement. Would rather have something like timestamp so that it's easy to figure out what the last build was.

Also, I don't think that the geopyspark-dependency-jar bucket is my favorite name. I've created a geopyspark-resources bucket that contains an rpms folder. There should probably be a jars folder under that. Collect all the things under one umbrella, but compartmentalized.

Finally, my last concern is that the egg you're building seems to be based on python 3.5. Is that the officially supported python version? Bear in mind that EMR comes pre-installed with 3.4.3. This is what appears to be the case, btw. I might be wrong on this point.

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.

3 participants