By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with AWS Glue

AWS Glue is a serverless data integration service that makes it easy to discover, prepare, and combine data for analytics, machine learning, and application development.

Content language: English

Select up to 5 tags to filter
Sort by most recent
1848 results
Hi, I'm trying to use SFTP connector in the marketplace to connect to a SFTP server using AWS Glue. I have set up a sftp server using AWS Transfer Family, that has only username and a key file. Howeve...
2
answers
0
votes
62
views
asked 2 months ago
Under AWS Glue > Data Catalog > Connections > Create connection, a JDBC connection is created. Would like to test the connection, however, no IAM role is available for selection to proceed with the te...
2
answers
0
votes
66
views
asked 2 months ago
I am using an AWS Glue to write an ETL pipeline that gets data from an S3 bucket, processes them and writes them back to the bucket while also creating a Glue catalog table. The code I am using is the...
1
answers
0
votes
69
views
asked 2 months ago
i'm now trying to use AWS CLI to set the jobRunQueuing param after job is created, however, below is not working : aws glue update-job --job-name my-job --job-update '{"JobRunQueuingEnabled": true}' ...
2
answers
0
votes
180
views
asked 2 months ago
Glue job has a new feature to use job queuing for sequencially running job run requests when max concurrency limit has reached. This feature can be enabled by setting jobRunQueuingEnabled to true from...
2
answers
0
votes
120
views
asked 2 months ago
I met a error from ``` Caused by: java.net.SocketTimeoutException: connect timed out ``` while script went to ``` # Script generated for node Amazon Redshift AmazonRedshift_nodexxxxxxxxxxx = glueCo...
2
answers
0
votes
105
views
asked 2 months ago
Hi folks, I have a partitioned table in Athena that uses dynamic partition projection, enabled with the following table properties: ``` projection.account.type injected projection.region.type inje...
1
answers
0
votes
205
views
asked 2 months ago
I have created a dynamodb table that stores some data, then created a glue crawler that crawls to store the metadata of this table so I can query it using Athena. I am seeing the dynamodb table got cr...
2
answers
0
votes
445
views
asked 2 months ago
Would like a clear step by step install of the connector. I was able to download docker image but where does that go? First time using Glue and setting it up this way.
2
answers
0
votes
146
views
asked 2 months ago
Currently crawler and glue job has been scheduled to run every 15 mins. But its running even without data and hence higher cost. To streamline this, one option is to use an event driven approach as ...
1
answers
0
votes
95
views
asked 2 months ago
Hi I've created a crawler that responds to SNS Queue messages and crawls some text files in an S3 bucket. The bucket has sub-folders that the crawler seems to have identified and created a partition...
1
answers
0
votes
71
views
asked 2 months ago
In AWS DMS, I have a Serverless replication, but I want to modify it now justs to add an extra table. No matter what I change, I get this error: Task Settings CloudWatchLogGroup or CloudWatchLogStream...
1
answers
0
votes
60
views
asked 2 months ago