From a73646df2940f3bb4a5618b58c5d8017c2f2ee1f Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Tue, 9 Jul 2019 14:02:30 -0400 Subject: [PATCH] Added xalt --- CHANGELOG.md | 6 +++++- template/script.sh.erb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4740bc..3506934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.2] - 2019-07-09 +### Added +- Added xalt ## [0.2.1] - 2018-04-23 ### Changed @@ -48,7 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/OSC/bc_osc_jupyter_spark/compare/v0.0.3...v0.1.0 diff --git a/template/script.sh.erb b/template/script.sh.erb index 7ddc171..10e1361 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -32,7 +32,7 @@ module purge # Load the runtime environment runtime_env() { module purge - module load python/3.6 spark/2.3.0 + module load xalt/latest python/3.6 spark/2.3.0 # Disable randomized hash for string in Python 3.3+ export PYTHONHASHSEED=0