Change Log¶
v2.4.10 (2019-04-26)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/10/index.html
- Bug
- SW-1186 - No need to pass properties defined in spark-defaults.conf to cli
- SW-1189 - Fix Sparkling Water 2.1.x compile on Scala 2.10
- SW-1194 - RSparkling Can't be used on Spark 2.4
- SW-1195 - Disable gradle daemon via gradle.properties
- SW-1196 - Fix org.apache.spark.ml.spark.models.PipelinePredictionTest
- SW-1203 - Custom metric not evaluated in internal mode of Sparkling Water
- SW-1227 - Change get-extended-jar to use https instead of http
- SW-1230 - Fix typo in GLM API - getRemoteCollinearColumns, setRemoteCollinearColumns
- SW-1232 - Fix RUnits after upgrading to Gradle 5.3.1
- Story
- New Feature
- SW-1193 - Expose weights_column parameter
- Improvement
- SW-1188 - RSparkling: Add ability to add authentication details when calling h2o_context(sc)
- SW-1190 - Improve hint description for disabling automatic usage of broadcast joins
- SW-1199 - Improve memory efficiency of H2OMOJOPipelineModel
- SW-1202 - Simplify Sparkling Water build
- SW-1204 - Fix formating in python tests
- SW-1208 - Create pysparkling tests report file if it does not exist
- SW-1210 - Add fold column to python and scala pipelines
- SW-1211 - Automatically download H2O Wheel
- SW-1213 - Upgrade to H2O 3.24.0.2
- SW-1214 - Remove PySparkling six dependency as it was removed in H2O
- SW-1215 - Automatically generate PySparkling README
- SW-1217 - Automatically generate last pieces of doc subproject
- SW-1219 - Remove suport for testing external cluster in manual mode
- SW-1221 - Remove unnecessary branch check
- SW-1222 - Remove duplicate readme file (contains old info & the correct info is in doc)
- SW-1223 - Remove confusing meetup dir
- SW-1224 - Upgrade to Gradle 5.3.1
- SW-1228 - Rename the 'ignoredColumns' parameter of H2OAutoML to 'ignoredCols'
- SW-1236 - Reformat few python classes
- SW-1238 - Parametrize EMR version in templates generation
- SW-1239 - Remove old README and DEVEL doc files (not just pointer to new doc)
- SW-1240 - Use minSupportedJava for source and target compatibility in build.gradle
v2.4.9 (2019-04-03)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/9/index.html
- Bug
- SW-1162 - Exception when there is a column with BOOLEAN type in dataset during H2OMOJOModel transformation
- SW-1177 - In Pysparkling script, setting –driver-class-path influences the environment
- SW-1178 - Upgrade to h2O 3.24.0.1
- SW-1180 - Use specific metrics in grid search, in the same way as H2O Grid
- SW-1181 - Document off heap memory configuration for Spark in Standalone mode/IBM conductor
- SW-1182 - Fix random project name generation in H2OAutoML Spark Wrapper
- New Feature
- Improvement
v2.4.8 (2019-03-15)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/8/index.html
v2.4.7 (2019-03-07)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/7/index.html
- Bug
- SW-1150 - hc.stop() shows 'exit' not defined error
- SW-1152 - Fix RSparkling in case the jars are being fetched from maven
- SW-1156 - H2OXgboost pipeline stage does not define updateH2OParams method
- SW-1159 - Unique project name in automl to avoid sharing one leaderboard
- SW-1161 - Fix grid search pipeline step on pyspark side
- Improvement
- SW-1052 - Document teraform scripts for AWS
- SW-1089 - Document using Google Cloud Storage In Sparkling Water
- SW-1135 - Speed up conversion between sparse spark vectors and h2o frames by using sparse new chunk
- SW-1141 - Improve terraform templates for AWS EMR and make them part of the release process
- SW-1149 - Allow login via ssh to created cluster using terraform
- SW-1153 - Add H2OGridSearch pipeline stage to PySpark
- SW-1155 - Test GBM Grid Search Scala pipeline step
- SW-1158 - Generalize H2OGridSearch Pipeline step to support other available algos
- SW-1160 - Upgrade to H2O 3.22.1.5
v2.4.6 (2019-02-18)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/6/index.html
- Bug
- Improvement
v2.4.5 (2019-01-29)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/5/index.html
- Bug
- SW-1133 - Upgrade to H2O 3.22.1.3
v2.4.4 (2019-01-21)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/4/index.html
v2.4.3 (2019-01-17)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/3/index.html
v2.4.2 (2019-01-08)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/2/index.html
- Bug
- Task
- SW-1109 - Docs: Change copyright year in docs to include 2019
- Improvement
v2.4.1 (2018-12-27)¶
Download at: http://h2o-release.s3.amazonaws.com/sparkling-water/rel-2.4/1/index.html
- Bug
- Task
- SW-857 - Make behaviour introduced by SW-851 as default in Spark 2.4 and up
- Improvement
- SW-464 - Publish PySparkling as conda package
- SW-995 - Don't require implicit sqlContext parameter as part of asDataFrame as we can get it in spark session internally
- SW-1079 - Upgrade to Spark 2.4 (Without making use the barier API so far)
- SW-1080 - Fix deprecation warning regarding automl -> AutoML
- SW-1086 - Re-enable RSparkling tests for master & rel-2.4 when SparklyR supports Spark 2.4
- SW-1090 - Upgrade shadowJar plugin
- SW-1091 - Upgrade to Gradle 5.0
- SW-1092 - Updates to streaming app
- SW-1093 - Update to H2O 3.22.0.3
- SW-1095 - Enable GCS in Sparkling Water
- SW-1097 - Properly integrate GCS with Sparkling Water, including test in PySparkling
- SW-1098 - Fix pyspark dependency for pysparkling for Spark 2.4
- SW-1106 - Remove deprecated Gradle option in Gradle 5
- Docs
- SW-1083 - Add Installation and Starting instructions to the docs
v2.3.x (2018-03-29)¶
- Sparkling Water 2.3 brings support of Spark 2.3.
- For detailed changelog, please read rel-2.3/CHANGELOG.
v2.2.x (2017-08-17)¶
- Sparkling Water 2.2 brings support of Spark 2.2.
- For detailed changelog, please read rel-2.2/CHANGELOG.
v2.1.x (2017-03-02)¶
- Sparkling Water 2.1 brings support of Spark 2.1.
- For detailed changelog, please read rel-2.1/CHANGELOG.
v2.0.x (2016-09-26)¶
- Sparkling Water 2.0 brings support of Spark 2.0.
- For detailed changelog, please read rel-2.0/CHANGELOG.
v1.6.x (2016-03-15)¶
- Sparkling Water 1.6 brings support of Spark 1.6.
- For detailed changelog, please read rel-1.6/CHANGELOG.
v1.5.x (2015-09-28)¶
- Sparkling Water 1.5 brings support of Spark 1.5.
- For detailed changelog, please read rel-1.5/CHANGELOG.
v1.4.x (2015-07-06)¶
- Sparkling Water 1.4 brings support of Spark 1.4.
- For detailed changelog, please read rel-1.4/CHANGELOG.
v1.3.x (2015-05-25)¶
- Sparkling Water 1.3 brings support of Spark 1.3.
- For detailed changelog, please read rel-1.3/CHANGELOG.
v1.2.x (2015-05-18) and older¶
- Sparkling Water 1.2 brings support of Spark 1.2.
- For detailed changelog, please read rel-1.2/CHANGELOG.