Skip to content

Commit 4d5c384

Browse files
author
AWS
committed
Amazon Athena Update: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
1 parent 5f5f1ef commit 4d5c384

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Athena",
4+
"contributor": "",
5+
"description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning."
6+
}

services/athena/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
"documentation":"<p>The KMS key that is used to encrypt the user's data stores in Athena.</p>"
17721772
}
17731773
},
1774-
"documentation":"<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>"
1774+
"documentation":"<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.</p>"
17751775
},
17761776
"DataCatalog":{
17771777
"type":"structure",
@@ -2019,6 +2019,10 @@
20192019
"AdditionalConfigs":{
20202020
"shape":"ParametersMap",
20212021
"documentation":"<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>"
2022+
},
2023+
"SparkProperties":{
2024+
"shape":"ParametersMap",
2025+
"documentation":"<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
20222026
}
20232027
},
20242028
"documentation":"<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>"
@@ -4783,7 +4787,7 @@
47834787
},
47844788
"CustomerContentEncryptionConfiguration":{
47854789
"shape":"CustomerContentEncryptionConfiguration",
4786-
"documentation":"<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena.</p>"
4790+
"documentation":"<p>Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.</p>"
47874791
},
47884792
"EnableMinimumEncryptionConfiguration":{
47894793
"shape":"BoxedBoolean",
@@ -4825,7 +4829,7 @@
48254829
},
48264830
"RemoveCustomerContentEncryptionConfiguration":{
48274831
"shape":"BoxedBoolean",
4828-
"documentation":"<p>Removes content encryption configuration for a workgroup.</p>"
4832+
"documentation":"<p>Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.</p>"
48294833
},
48304834
"AdditionalConfiguration":{
48314835
"shape":"NameString",

0 commit comments

Comments
 (0)