We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db922eb commit 2d3d582Copy full SHA for 2d3d582
template.yaml
@@ -1443,10 +1443,10 @@ Resources:
1443
- ShouldCreateReportingBucket
1444
- !Ref ReportingBucket
1445
- !Ref ReportingBucketName
1446
- InputFormat: "org.apache.hadoop.mapred.TextInputFormat"
1447
- OutputFormat: "org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat"
+ InputFormat: "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat"
+ OutputFormat: "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat"
1448
SerdeInfo:
1449
- SerializationLibrary: "org.openx.data.jsonserde.JsonSerDe"
+ SerializationLibrary: "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe"
1450
Columns:
1451
- Name: document_id
1452
Type: string
0 commit comments