Re: Guide/ tips to do preferred development for Flink?

2014-08-07 Thread Henry Saputra
Thanks Robert, it seems like it does work. So if it is running via local environment context it will just execute the local executor? How much is the difference does the flow in local vs cluster? - Henry On Wed, Aug 6, 2014 at 6:41 AM, Robert Metzger wrote: > The dev setup for developing Flink

[jira] [Created] (FLINK-1042) Serialization of RuntimeStatefulSerializerFactory causes exception

2014-08-07 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1042: Summary: Serialization of RuntimeStatefulSerializerFactory causes exception Key: FLINK-1042 URL: https://issues.apache.org/jira/browse/FLINK-1042 Project: Flink

[VOTE] Release Apache Flink 0.6 (incubating) (RC2)

2014-08-07 Thread Robert Metzger
Hi All, Please vote on releasing the following artifacts as Apache Flink 0.6 incubating. This will be the first release for Flink since entering the Apache Incubator. The tag to be voted upon: https://git-wip-us.apache.org/repos/asf?p=incubator-flink.git;a=commit;h=c8585689 The artifacts to be

Re: parse json-file with scala-api and json4s

2014-08-07 Thread Aljoscha Krettek
Hi Norman, right now it is only possible to use Primitive Types and Case Classes (of which tuples are a special case) as Scala Data Types. Your program could work if you omit the second map function and instead put that code in your first map function. This way you avoid having that custom JSON Typ