Skip to content

Commit 2d3d582

Browse files
author
Bob Strahan
committed
fix: update Athena/Glue table configuration to use Parquet format instead of JSON
1 parent db922eb commit 2d3d582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,10 +1443,10 @@ Resources:
14431443
- ShouldCreateReportingBucket
14441444
- !Ref ReportingBucket
14451445
- !Ref ReportingBucketName
1446-
InputFormat: "org.apache.hadoop.mapred.TextInputFormat"
1447-
OutputFormat: "org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat"
1446+
InputFormat: "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat"
1447+
OutputFormat: "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat"
14481448
SerdeInfo:
1449-
SerializationLibrary: "org.openx.data.jsonserde.JsonSerDe"
1449+
SerializationLibrary: "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe"
14501450
Columns:
14511451
- Name: document_id
14521452
Type: string

0 commit comments

Comments
 (0)