t;
>> Оригинално писмо
>
>> От: Piotr Nowojski pi...@data-artisans.com
>
>> Относно: Re: java.lang.NoSuchMethodError and dependencies problem
>
>> До: "r. r."
>
>> Изпратено на: 20.10.2017 14:46
>
>
>
>
>
hanks!
> Оригинално писмо
>От: Piotr Nowojski pi...@data-artisans.com
>Относно: Re: java.lang.NoSuchMethodError and dependencies problem
>До: "r. r."
>Изпратено на: 20.10.2017 14:46
> But you said
>
> > this seems to work as mvn dep
--- Оригинално писмо
>
>> От: Piotr Nowojski pi...@data-artisans.com
>
>> Относно: Re: java.lang.NoSuchMethodError and dependencies problem
>
>> До: "r. r."
>
>> Изпратено на: 19.10.2017 20:04
>
>
>
>
>> I’m not 100
=/
Best regards
> Оригинално писмо
>От: Piotr Nowojski pi...@data-artisans.com
>Относно: Re: java.lang.NoSuchMethodError and dependencies problem
>До: "r. r."
>Изпратено на: 19.10.2017 20:04
> I’m not 100% sure, so treat my answer with
k.streaming.api.operators.StreamSource.run(StreamSource.java:87)
> at
> org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:55)
> at
> org.apache.flink.streaming.runtime.tasks.SourceStreamTask.run(SourceStreamTask.java:95)
> at
> org.apache.flink.streaming.runtime.tasks.Stre
ns.com
>Относно: Re: java.lang.NoSuchMethodError and dependencies problem
>До: "r. r."
>Изпратено на: 19.10.2017 18:00
> Hi,
>
> What is the full stack trace of the error?
> Are you sure that there is no commons-compresss somewhere in the classpath
>
Hi,
What is the full stack trace of the error?
Are you sure that there is no commons-compresss somewhere in the classpath
(like in the lib directory)? How are you running your Flink cluster?
Piotrek
> On 19 Oct 2017, at 13:34, r. r. wrote:
>
> Hello
> I have a job that runs an Apache Tika pip
Hello
I have a job that runs an Apache Tika pipeline and it fails with "Caused by:
java.lang.NoSuchMethodError:
org.apache.commons.compress.archivers.ArchiveStreamFactory.detect(Ljava/io/InputStream;)Ljava/lang/String;"
Flink includes commons-compress 1.4.1, while Tika needs 1.14.
I also have A