Skip to content

Commit

Permalink
Add SParkSession context manager via spark8t
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Dec 13, 2024
1 parent 9b58c0c commit 7273028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/charmed-spark/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ parts:
- python3-pip
overlay-script: |
mkdir -p $CRAFT_PART_INSTALL/opt/spark8t/python/dist
pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist https://github.com/canonical/spark-k8s-toolkit-py/releases/download/v0.0.7/spark8t-0.0.7-py3-none-any.whl
pip install --target=${CRAFT_PART_INSTALL}/opt/spark8t/python/dist git+https://github.com/canonical/spark-k8s-toolkit-py.git@hackathon
rm usr/bin/pip*
stage:
- opt/spark8t/python/dist
Expand Down

0 comments on commit 7273028

Please sign in to comment.