I have created a data lake with AWS Lake Formation and an AWS Glue Crawler to create a catalog from DynamoDB table (size: 130 GB, ItemCount: 739,013,546). It's been 12hrs since I started the crawler run but it still shows Starting
as its Status
.
Is it normal for it to take this much time?
PS: The role assigned to the crawler has permission to scan the DynamoDB table I want.
EDIT:
The only log event in CloudWatch is
{
"events": [
{
"timestamp": 1582560218096,
"message": "[6a56a417-0617-4253-a6be-091cc367328b] BENCHMARK : Running Start Crawl for Crawler dynamodb-crawler",
"ingestionTime": 1582560344705
}
]
}