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

Bug: fix aztk cluster submit paths, imports#464

Merged
jafreck merged 2 commits intoAzure:masterfrom
jafreck:bug/spark-cluster-submit-broken-imports
Mar 27, 2018
Merged

Bug: fix aztk cluster submit paths, imports#464
jafreck merged 2 commits intoAzure:masterfrom
jafreck:bug/spark-cluster-submit-broken-imports

Conversation

@jafreck
Copy link
Member

@jafreck jafreck commented Mar 27, 2018

Fix #463

$(pyenv root)/versions/$AZTK_PYTHON_VERSION/bin/pip install -r $(dirname $0)/requirements.txt
export PYTHONPATH=$PYTHONPATH:$DOCKER_WORKING_DIR

echo 'export PYTHONPATH=$PYTHONPATH:$DOCKER_WORKING_DIR' >> ~/.bashrc
Copy link
Member

Choose a reason for hiding this comment

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

don't you need to source bashrc now? or write the same line above

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah sourcing bash.rc is done in submit.py now: here

Copy link
Member

Choose a reason for hiding this comment

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

yeah but don't we also need it here for docker_main

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think so, at least not until we do #465 but it won't hurt to do now.

@jafreck jafreck added this to the v0.7.0 milestone Mar 27, 2018
@jafreck jafreck merged commit c1f43c7 into Azure:master Mar 27, 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.

2 participants