; Thanks. Just to be sure, this is also a limitation of the Java
> implementation of Flink, right?
>
>
>
>
>
> --
> View this message in context:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3236.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive
> at Nabble.com.
>
ce function that selects the max and it should
> work fine...
Thanks. Just to be sure, this is also a limitation of the Java
implementation of Flink, right?
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3236.
at java.lang.reflect.Method.invoke(Method.java:497)
> at
> com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
>
> A workaround is to use `.map` to map to tuples first, but this seems a
> little clunky.
>
> Thanks!
>
>
>
> --
> View this message in context:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3202.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive
> at Nabble.com.
>
java.lang.reflect.Method.invoke(Method.java:497)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
A workaround is to use `.map` to map to tuples first, but this seems a
little clunky.
Thanks!
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-a
t;> don't work on Java POJOs, as far as I could tell. Does that sound correct?
>> What would you recommend?
>>
>>
>>
>> --
>> View this message in context:
>> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3187.html
>> Sent from the Apache Flink User Mailing List archive. mailing list
>> archive at Nabble.com.
>>
>
>
Does that sound correct?
> What would you recommend?
>
>
>
> --
> View this message in context:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3187.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive
> at Nabble.com.
>
could tell. Does that sound correct?
What would you recommend?
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3187.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at
Nabble.com.
Stephan,
Thanks for the quick reply and the example. That does help!
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-avro-integration-tp3162p3185.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at
>
> Best,
>
> Marton
>
> On Mon, Oct 19, 2015 at 4:21 PM, Andrew Whitaker
> wrote:
>
>> I'm doing some research on Flink + Avro integration, and I've come across
>> "org.apache.flink.api.java.io.AvroInputFormat" as a way to create a stream
>
/connectors/kafka/FlinkKafkaConsumer.java#L256
I hope this clarifies the situation.
Best,
Marton
On Mon, Oct 19, 2015 at 4:21 PM, Andrew Whitaker
wrote:
> I'm doing some research on Flink + Avro integration, and I've come across
> "org.apache.flink.api.java.io.AvroInputForma
I'm doing some research on Flink + Avro integration, and I've come across
"org.apache.flink.api.java.io.AvroInputFormat" as a way to create a stream
of Avro objects from a file. I had the following questions:
1. Is this the extent of Flink's integration with Avro?
11 matches
Mail list logo