Skip to content

How do I create a fixed-width classifier manually for a Glue crawler?

0

I have a few text files on S3 that I need to add to the Glue Catalog in order to use them in a job. None of them have separators, they are all fixed-width files. I have the schemas, but the crawler naturally fails to recognize them. I tried processing the files using a Lambda function, but since they are too big (one is 11GB), execution times out, even at the maximum available (15min).

I couldn't find any tutorials about dealing with these type of files.

asked a year ago309 views
1 Answer
1
Accepted Answer
AWS
EXPERT
answered a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.