[
https://issues.apache.org/jira/browse/FLINK-22617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Li resolved FLINK-22617.
----------------------------
Fix Version/s: 1.14.0
Resolution: Fixed
Pushed to master: e58f7dd342846549949cdd9946cf0837e1b96cb5
> Add log when create bulk format
> --------------------------------
>
> Key: FLINK-22617
> URL: https://issues.apache.org/jira/browse/FLINK-22617
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Hive
> Reporter: hehuiyuan
> Assignee: hehuiyuan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
> Attachments: hivesourelog.jpg
>
>
> Hive table sink has some log that tells us whether to use native or mapred .
>
>
> {code:java}
> LOG.info("Hive streaming sink: Use MapReduce RecordWriter writer.");
> LOG.info("Hive streaming sink: Use native parquet&orc writer.");
> LOG.info(
> "Hive streaming sink: Use MapReduce RecordWriter writer because BulkWriter
> Factory not available.");
> {code}
>
> I have some ideas we can add log to make it more obvious when read hive for
> `createBulkFormatForSplit`.
>
> !hivesourelog.jpg|width=788,height=301!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)