(litiliu)
主题: Re:Re: get NoSuchMethodError when using flink
flink-sql-connector-hive-2.2.0_2.11-1.14.4.jar
Hi, Liu.
It seems that you may use other own jars and thay has the common-lang3 with
other versions, which may cause the version conflict.
My suggesstion is that you can shade this
ig/#classloader-parent-first-patterns-default
Best regards,
Yuxia
发件人: "Liting Liu (litiliu)"
收件人: "User"
发送时间: 星期三, 2022年 8 月 31日 下午 5:14:35
主题: get NoSuchMethodError when using flink
flink-sql-connector-hive-2.2.0_2.11-1.14.4.jar
Hi, i got NoSuchMethodError when using
ot;Liting Liu (litiliu)"
收件人: "User"
发送时间: 星期三, 2022年 8 月 31日 下午 5:14:35
主题: get NoSuchMethodError when using flink
flink-sql-connector-hive-2.2.0_2.11-1.14.4.jar
Hi, i got NoSuchMethodError when using flink
flink-sql-connector-hive-2.2.
Hi, i got NoSuchMethodError when using flink
flink-sql-connector-hive-2.2.0_2.11-1.14.4.jar.
Exception in thread "main" org.apache.flink.table.client.SqlClientException:
Unexpected exception. This is a bug. Please consider filing an issue.
Hi!
I am having continued issues running a StateFun job in an existing Flink
Cluster. My Flink cluster is using Flink version 1.14.3 and the StateFun job is
using version 3.2.0 of the java SDK and statefun distribution. I get the
following error:
Caused by: java.lang.NoSuchMethodError:
org.
Dependending on the build system used, you could check the dependency tree,
e.g. for Maven it would be `mvn dependency:tree
-Dincludes=org.apache.parquet`
Matthias
On Wed, Jun 30, 2021 at 8:40 AM Thomas Wang wrote:
> Thanks Matthias. Could you advise how I can confirm this in my environment?
>
Thanks Matthias. Could you advise how I can confirm this in my environment?
Thomas
On Tue, Jun 29, 2021 at 1:41 AM Matthias Pohl
wrote:
> Hi Rommel, Hi Thomas,
> Apache Parquet was bumped from 1.10.0 to 1.11.1 for Flink 1.12 in
> FLINK-19137 [1]. The error you're seeing looks like some dependen
Hi Rommel, Hi Thomas,
Apache Parquet was bumped from 1.10.0 to 1.11.1 for Flink 1.12 in
FLINK-19137 [1]. The error you're seeing looks like some dependency issue
where you have a version other than 1.11.1
of org.apache.parquet:parquet-column:jar on your classpath?
Matthias
[1] https://issues.apac
To give more information
parquet-avro version 1.10.0 with Flink 1.11.2 and it was running fine.
now Flink 1.12.1, the error msg shows up.
Thank you for help.
Rommel
On Tue, Jun 22, 2021 at 2:41 PM Thomas Wang wrote:
> Hi,
>
> We recently upgraded our Flink version from 1.11.2 to 1.12.1 a
Hi,
We recently upgraded our Flink version from 1.11.2 to 1.12.1 and one of our
jobs that used to run ok, now sees the following error. This error doesn't
seem to be related to any user code. Can someone help me take a look?
Thanks.
Thomas
java.lang.NoSuchMethodError:
org.apache.parquet.column.
Hi,
In 1.10 there is no
'Lorg/apache/flink/fs/s3presto/common/HadoopConfigLoader' . So I think
there might be a legacy S3FileSystemFactory in your jar. You could check
whether there is a 'org.apache.flink.fs.s3presto.common.HadoopConfigLoader'
in your jar or not. If there is one you could remove th
Hello,
I'm trying to upgrade Flink from 1.7 to 1.10 retaining our Hadoop
integration. I copied the jar
file flink-shaded-hadoop-2-uber-2.7.5-10.0.jar into /opt/flink/lib. I also
copied the files flink-s3-fs-hadoop-1.10.0.jar and
flink-s3-fs-presto-1.10.0.jar into /opt/flink/plugins/s3 folder. T
.5.jar but in rocksdbjni-5.17.2 (or we can say
> frocksdbjni-5.17.2-artisans-1.0 in Flink-1.8). That's why you come across
> this NoSuchMethodError exception.
>
> If no necessary, please do not assemble rocksdbjni package in your user
> code jar as flink-dist already provide all n
2 (or we can say
frocksdbjni-5.17.2-artisans-1.0 in Flink-1.8). That's why you come across this
NoSuchMethodError exception.
If no necessary, please do not assemble rocksdbjni package in your user code
jar as flink-dist already provide all needed classes. Moreover, adding
dependenc
Hi,
I am using Apache Beam 2.14.0 with Flink 1.8.0 and I have included the
RocksDb dependency in my projects pom.xml as well as baked it into the
Dockerfile like this:
FROM flink:1.8.0-scala_2.11
ADD --chown=flink:flink
http://central.maven.org/maven2/org/apache/flink/flink-statebackend-rocksdb_
;) ).build()
> but when in running time, a NoSuchMethodError throws out, I think the
> reason is:
> There are two RestClient classes, one is in the jar I include, the other
> one is in flink-connector-elasticsearch5, but the argument of build method
.builder( new HttpHost(xxx,
> xxx,"http") ).build()
> but when in running time, a NoSuchMethodError throws out, I think the
> reason is:
> There are two RestClient classes, one is in the jar I include, the other
> one is in flink-connector-elasticsearch5, but the argume
Hi All,
I use the following code try to build a RestClient
org.elasticsearch.client.RestClient.builder( new HttpHost(xxx,
xxx,"http") ).build()
but when in running time, a NoSuchMethodError throws out, I think the
reason is:
There are two RestClient cl
On Fri, May 6, 2016 at 2:47 PM, Adrian Bartnik
wrote:
>
> org.apache.flink
> flink-scala_2.11
> ${flink.version}
>
This should be flink-java. Did you manually create this or do you get
it from the quickstart scripts?
Hi,
I am trying to run the code examples from the Gelly documentation, in
particular this code:
import org.apache.flink.api.scala._
import org.apache.flink.graph.generator.GridGraph
object SampleObject {
def main(args: Array[String]) {
val env = ExecutionEnvironment.getExecutionEnviron
Fixed this,
error was due to miss match between my flink version installed and the one
I mentioned in my sbt file.
On Mon, Mar 7, 2016 at 2:33 PM, Vishnu Viswanath <
vishnu.viswanat...@gmail.com> wrote:
> Hi All,
>
> After successfully writing the wordcount program, I was trying to create a
> st
Hi All,
After successfully writing the wordcount program, I was trying to create a
streaming application but is getting below error when submitting the job in
local mode.
Vishnus-MacBook-Pro:flink vishnu$ flink run
target/scala-2.11/flink-vishnu_2.11-1.0.jar
java.lang.NoSuchMethodError:
I'm sorry that we changed the method name between minor versions.
We'll soon bring some infrastructure in place a) mark the audience of
classes and b) ensure that public APIs are stable.
On Wed, Sep 2, 2015 at 9:04 PM, Ferenc Turi wrote:
> Ok. As I see only the method name was changed. It was a
Ok. As I see only the method name was changed. It was an unnecessary
modification which caused the incompatibility.
F.
On Wed, Sep 2, 2015 at 8:53 PM, Márton Balassi
wrote:
> Dear Ferenc,
>
> The Kafka consumer implementations was modified from 0.9.0 to 0.9.1,
> please use the new code. [1]
>
>
Dear Ferenc,
The Kafka consumer implementations was modified from 0.9.0 to 0.9.1, please
use the new code. [1]
I suspect that your com.nventdata.kafkaflink.sink.FlinkKafkaTopicWriterSink
depends on the way the Flink code used to look in 0.9.0, if you take a
closer look Robert changed the function
Hi,
I tried to use the latest 0.9.1 release but I got:
java.lang.NoSuchMethodError:
org.apache.flink.util.NetUtils.ensureCorrectHostnamePort(Ljava/lang/String;)V
at
com.nventdata.kafkaflink.sink.FlinkKafkaTopicWriterSink.(FlinkKafkaTopicWriterSink.java:69)
at
com.nventdata.kafkaflink.sink.FlinkKa
26 matches
Mail list logo