content/releases/spark-release-1-0-1.html [1:356]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Spark 1.0.1 is a maintenance release with several stability fixes and a few new features in Spark’s SQL (alpha) library. This release is based on the branch-1.0 maintenance branch of Spark. We recommend users follow the head of this branch to get the most recent stable version of Spark.
You can download Spark 1.0.1 as either a source package (5 MB tgz) or a prebuilt package for Hadoop 1 / CDH3, CDH4, or Hadoop 2 / CDH5 / HDP2 (160 MB tgz). Release signatures and checksums are available at the official Apache download site.
Spark 1.0.1 contains stability fixes in several components. Some of the more important fixes are highlighted below. You can visit the Spark issue tracker for an exhaustive list of fixes.
CACHE TABLE
, DESCRIBE
, SHOW TABLES) (SPARK-1968, SPARK-2128, and SPARK-1704).This release contains one known issue: multi-statement lines the REPL with internal references (> val x = 10; val y = x + 10
) produce exceptions (SPARK-2452). This will be fixed shortly on the 1.0 branch; the fix will be included in the 1.0.2 release.
The following developers contributed to this release:
Thanks to everyone who contributed!
Spark 1.0.1 is a maintenance release with several stability fixes and a few new features in Spark’s SQL (alpha) library. This release is based on the branch-1.0 maintenance branch of Spark. We recommend users follow the head of this branch to get the most recent stable version of Spark.
You can download Spark 1.0.1 as either a source package (5 MB tgz) or a prebuilt package for Hadoop 1 / CDH3, CDH4, or Hadoop 2 / CDH5 / HDP2 (160 MB tgz). Release signatures and checksums are available at the official Apache download site.
Spark 1.0.1 contains stability fixes in several components. Some of the more important fixes are highlighted below. You can visit the Spark issue tracker for an exhaustive list of fixes.
CACHE TABLE
, DESCRIBE
, SHOW TABLES) (SPARK-1968, SPARK-2128, and SPARK-1704).This release contains one known issue: multi-statement lines the REPL with internal references (> val x = 10; val y = x + 10
) produce exceptions (SPARK-2452). This will be fixed shortly on the 1.0 branch; the fix will be included in the 1.0.2 release.
The following developers contributed to this release:
Thanks to everyone who contributed!