[
https://issues.apache.org/jira/browse/ORC-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790909#comment-16790909
]
Owen O'Malley commented on ORC-472:
-----------------------------------
It looks like this may be related to this one:
https://github.com/plasma-umass/doppio/issues/497
This is a pretty annoying regression in the jdks, if passing the target flag to
the compiler isn't enough to make it usable in jdk8.
Which version of ORC are you using? When I compile the 1.5.5 binaries, I'll
make sure to use jdk 8.
> NoSuchMethodError runing on JDK1.8 of examples
> ----------------------------------------------
>
> Key: ORC-472
> URL: https://issues.apache.org/jira/browse/ORC-472
> Project: ORC
> Issue Type: Bug
> Components: example
> Reporter: Patrick Xiaoman Huang
> Priority: Major
>
> running examples CoreWriter on JDK1.8, got error
> java.lang.NoSuchMethodError:
> java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer
> at org.apache.orc.impl.OutStream.getNewInputBuffer (OutStream.java:177)
> at org.apache.orc.impl.OutStream.write (OutStream.java:210)
> at org.apache.orc.impl.RunLengthIntegerWriterV2.writeDeltaValues
> (RunLengthIntegerWriterV2.java:228)
> at org.apache.orc.impl.RunLengthIntegerWriterV2.writeValues
> (RunLengthIntegerWriterV2.java:176)
> at org.apache.orc.impl.RunLengthIntegerWriterV2.write
> (RunLengthIntegerWriterV2.java:802)
> at org.apache.orc.impl.writer.IntegerTreeWriter.writeBatch
> (IntegerTreeWriter.java:86)
> at org.apache.orc.impl.writer.StructTreeWriter.writeRootBatch
> (StructTreeWriter.java:56)
> at org.apache.orc.impl.WriterImpl.addRowBatch (WriterImpl.java:559)
> at org.apache.orc.examples.CoreWriter.main (CoreWriter.java:53)
> at org.apache.orc.examples.CoreWriter.main (CoreWriter.java:64)
> btw, no problem running with JDK11
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)