Considerations and limitations
-
Currently, Amazon Athena for Apache Spark is available in the following AWS Regions:
-
Asia Pacific (Mumbai)
-
Asia Pacific (Singapore)
-
Asia Pacific (Sydney)
-
Asia Pacific (Tokyo)
-
Europe (Frankfurt)
-
Europe (Ireland)
-
US East (N. Virginia)
-
US East (Ohio)
-
US West (Oregon)
-
-
AWS Lake Formation is not supported.
-
Tables that use partition projection are not supported.
-
Apache Spark enabled workgroups can use the Athena notebook editor, but not the Athena query editor. Only Athena SQL workgroups can use the Athena query editor.
-
Cross-engine view queries are not supported. Views created by Athena SQL are not queryable by Athena for Spark. Because views for the two engines are implemented differently, they are not compatible for cross-engine use.
-
MLlib (Apache Spark machine learning library) and the
pyspark.ml
package are not supported. For a list of supported Python libraries, see the List of preinstalled Python libraries. -
Currently,
pip install
is not supported in Athena for Spark sessions. -
Only one active session per notebook is allowed.
-
When multiple users use the console to open an existing session in a workgroup, they access the same notebook. To avoid confusion, only open sessions that you create yourself.
-
The hosting domains for Apache Spark applications that you might use with Amazon Athena (for example,
analytics-gateway.us-east-1.amazonaws.com
) are registered in the internet Public Suffix List (PSL). If you ever need to set sensitive cookies in your domains, we recommend that you use cookies with a __Host-
prefix to help defend your domain against cross-site request forgery (CSRF) attempts. For more information, see the Set-Cookiepage in the Mozilla.org developer documentation. -
For information on troubleshooting Spark notebooks, sessions, and workgroups in Athena, see Troubleshoot Athena for Spark.