python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using custom connector in AWS Glue ETL script
I am working on an AWS Glue ETL script using the dynamic frame glue abstraction and writing code in python.
I created a JDBC connection resource named sap-lpr-connection in the glue data catalog and w...
LazyEval
Votes: 0
Answers: 1
Not able to create dynamic frame, After crawling MONGODB table to AWS Data Catalog successfully
I created a mongodb connection successfully, my connection tests successfully and was able to use a Crawler to create metadata in the Glue Data Catalog. However, when i use below where i am adding my ...
Beny Mahajan
Votes: 0
Answers: 1
Getting "javax.net.ssl.sslhandshakeexception pkix path building failed sun.security.provider.certpath" error in glue while accessing hive using jdbc
i am trying to access hive which is running on on-prmisis from a glue job
As hive use jdbc connection which requires authentication, i attached certificate(certificate.pem) in the job(using connectio...
cloud_hari
Votes: 0
Answers: 0
Issue developing AWS Glue ETL jobs locally using a Docker container
I am using an Apple M1 Pro Mac & trying to use a Docker container to developer AWS Glue Jobs locally and not use the AWS Console. I have been working through this blog post by AWS and I have pulle...
samuel
Votes: 0
Answers: 1