Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Feature: spark move jars on docker image #510

Merged
merged 71 commits into from May 1, 2018

Conversation

jafreck
Copy link
Member

@jafreck jafreck commented Apr 26, 2018

Fix #362 (Add default JARS to docker images)
Fix #332 (remove aztk pyenv from path of docker images )
Fix #369 (Add Spark 2.3.0 Support)
Fix #457 (ADLS read timeouts)

# set version of python required for thunderbolt application
ENV AZTK_PYTHON_VERSION=3.5.4
# set AZTK version compatibility
ENV AZTK_VERSION_COMPATIBILITY 0.1.0
Copy link
Contributor

Choose a reason for hiding this comment

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

is this supposed to be 0.7.0?

Copy link
Contributor

Choose a reason for hiding this comment

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

Or perhaps it's better to have a range here...

Copy link
Member Author

Choose a reason for hiding this comment

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

This is the docker image version. Versions of aztk would have docker image versions with which they are compatible. So 0.7.0 would have an AZTK_VERSION_COMPATIBILITY of 0.1.0. This prevents us from having to update the images every aztk release.

@jafreck jafreck added this to the v0.7.0 milestone Apr 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants