Hello,
I’m running GX on a shared cluster that has not enabled credential-passthrough for user-level data access. This code snippet:
validator = context.get_validator(
batch_request=batch_request, expectation_suite_name=“test_gcs_suite”
)
produces the following error:
py4j.security.Py4JSecurityException: Constructor public org.apache.spark.SparkConf(boolean) is not whitelisted.
Is there any workaround for this?
Nadya