DEA-C01 Data Store Management • Set 11
DEA-C01 Data Store Management Practice Test 11 — 15 questions with explanations. Free, no signup.
A data engineer sees this AWS Glue table definition in the Data Catalog. The engineer wants to query this table with Amazon Athena, but the query returns zero rows. What is the MOST likely cause?
Refer to the exhibit.
{
"Tables": [
{
"Name": "sales",
"Type": "EXTERNAL_TABLE",
"Parameters": {
"EXTERNAL": "TRUE",
"classification": "csv"
},
"StorageDescriptor": {
"Location": "s3://data-lake/sales/",
"InputFormat": "org.apache.hadoop.mapred.TextInputFormat",
"OutputFormat": "org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat",
"SerdeInfo": {
"SerializationLib": "org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe",
"Parameters": {
"field.delim": ","
}
}
}
}
]
}