- 최신
- 최다 투표
- 가장 많은 댓글
Hi,
The error message you encountered indicates that the required dependency, com.amazon.deequ#deequ;2.0.1-spark-3.2, could not be found in the Maven repositories. The connection timeout error suggests that the dependency resolution process failed to retrieve the required files from the Maven repositories.
To address this issue, you can try the following solutions:
Check Internet Connectivity: Ensure that the EMR serverless arm64 instance has proper internet connectivity to access the Maven repositories. You can test the connectivity by running other commands that require internet access on the instance.
Update Maven Repository Configuration: If the instance has internet access, verify that the Maven repository configuration is correct. Check if the Maven repository URLs are properly configured in the settings.xml file located in the .m2 directory in the user's home directory. Make sure the necessary repositories, such as Maven Central and Spark Packages, are included and accessible.
Try a Different Repository: If the default Maven repositories are inaccessible, you can try using alternative repositories.
Alternatively, you can manually download the required JAR file and its dependencies from a different source and install them on the EMR serverless arm64 instance.
Thanks.. this was the issue "Check Internet Connectivity " , I didn't configure VPC .
관련 콘텐츠
- 질문됨 일 년 전
- AWS 공식업데이트됨 한 달 전
- AWS 공식업데이트됨 한 달 전
- AWS 공식업데이트됨 2년 전
Make sure you've configured your EMR Serverless application with VPC connectivity. By default, EMR Serverless only has access to a few AWS services in the same region.