pan3793 commented on issue #4458: URL: https://github.com/apache/kyuubi/issues/4458#issuecomment-1963296527
To support AWS EMR Serverless Spark, we need to implement the following interface in Kyuubi ``` org.apache.kyuubi.engine.ApplicationOperation (for querying and canceling job) org.apache.kyuubi.engine.ProcBuilder (for submitting job) ``` According to the [EMR Docs](https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/setting-up.html), I think we can use the CLI `aws emr-serverless` to implement that. One concern is the integration tests, I'm not an AWS user, seems that [localstack](https://github.com/localstack/localstack) also does not support AWS EMR Serverless? I'm afraid that functionality without CI verification is fragile. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
