EMR Serverless 6.6.0
The following table lists the application versions available with EMR Serverless 6.6.0.
Application | Version |
---|---|
Apache Spark | 3.2.0 |
Apache Hive | 3.1.2 |
Apache Tez | 0.9.2 |
EMR Serverless initial release notes
-
EMR Serverless supports the Spark configuration classification
spark-defaults
. This classification changes values in Spark'sspark-defaults.conf
XML file. Configuration classifications allow you to customize applications. For more information, see Configure applications. -
EMR Serverless supports the Hive configuration classifications
hive-site
,tez-site
,emrfs-site
, andcore-site
. This classification can change the values in Hive'shive-site.xml
file, Tez'stez-site.xml
file, Amazon EMR's EMRFS settings, or Hadoop'score-site.xml
file, respectively. Configuration classifications allow you to customize applications. For more information, see Configure applications.
Engine-specific changes, enhancements, and resolved issues
-
The following table lists Hive and Tez backports.
Hive and Tez changes Change Description Backport
TEZ-4430 : Fixed issue with tez.task.launch.cmd-opts
propertyBackport
HIVE-25971
: Fixed Tez task shutdown delays due to open cached thread pool