[
https://issues.apache.org/jira/browse/FLINK-19025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17183985#comment-17183985
]
McClone commented on FLINK-19025:
---------------------------------
when use filnk-orc and hive-exec 2.1.1 :
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.orc.TypeDescription.fromString(Ljava/lang/String;)Lorg/apache/orc/TypeDescription;Exception
in thread "main" java.lang.NoSuchMethodError:
org.apache.orc.TypeDescription.fromString(Ljava/lang/String;)Lorg/apache/orc/TypeDescription;
at org.apache.flink.orc.vector.Vectorizer.<init>(Vectorizer.java:51) at
org.apache.flink.orc.vector.RowDataVectorizer.<init>(RowDataVectorizer.java:46)
at
org.apache.flink.orc.OrcFileSystemFormatFactory.createBulkWriterFactory(OrcFileSystemFormatFactory.java:108)
at
org.apache.flink.table.filesystem.FileSystemTableSink.createWriter(FileSystemTableSink.java:274)
at
org.apache.flink.table.filesystem.FileSystemTableSink.consumeDataStream(FileSystemTableSink.java:154)
at
org.apache.flink.table.planner.plan.nodes.physical.stream.StreamExecLegacySink.translateToPlanInternal(StreamExecLegacySink.scala:114)
at
org.apache.flink.table.planner.plan.nodes.physical.stream.StreamExecLegacySink.translateToPlanInternal(StreamExecLegacySink.scala:48)
at
org.apache.flink.table.planner.plan.nodes.exec.ExecNode$class.translateToPlan(ExecNode.scala:58)
> table sql write orc file but hive2.1.1 can not read
> ---------------------------------------------------
>
> Key: FLINK-19025
> URL: https://issues.apache.org/jira/browse/FLINK-19025
> Project: Flink
> Issue Type: Bug
> Components: Connectors / ORC
> Affects Versions: 1.11.0
> Reporter: McClone
> Priority: Major
>
> table sql write orc file but hive2.1.1 create external table can not read
> data.Because flink use orc-core-1.5.6.jar but hive 2.1.1 use his own orcfile
> jar.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)