You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have done the installation on a jupyter notebook with an EMR Serverless 7.7.0. But when I try to access the URL from the Spark UI, it shows a white screen with only This request is not valid. Please generate a new URL..
Environment
spark version: 3.5
platform: EMR
To Reproduce
Steps to reproduce the behavior:
Create EMR Serverless application.
Open a Notebook, and run
%%configure -f
{
"conf": {
"spark.jars.packages" : "io.dataflint:spark_2.12:0.2.9",
"spark.plugins": "io.dataflint.spark.SparkDataflintPlugin",
"spark.sql.maxMetadataStringLength": "1000",
"spark.dataflint.iceberg.autoCatalogDiscovery": "true",
}
}
Describe the bug
I have done the installation on a jupyter notebook with an EMR Serverless 7.7.0. But when I try to access the URL from the Spark UI, it shows a white screen with only
This request is not valid. Please generate a new URL.
.Environment
spark version: 3.5
platform: EMR
To Reproduce
Steps to reproduce the behavior:
%%configure -f
{
"conf": {
"spark.jars.packages" : "io.dataflint:spark_2.12:0.2.9",
"spark.plugins": "io.dataflint.spark.SparkDataflintPlugin",
"spark.sql.maxMetadataStringLength": "1000",
"spark.dataflint.iceberg.autoCatalogDiscovery": "true",
}
}
Expected behavior
Be able to access the interface.
The text was updated successfully, but these errors were encountered: