Best wishes for Kostas Tzoumas and Robert Metzger

2015-06-07 Thread Hawin Jiang
Hi All As you know that Kostas Tzoumas and Robert Metzger will give us two Flink talks on 2015 Hadoop summit. That is an excellent opportunity to introduce Apache Flink to the world. Best wishes for Kostas Tzoumas and Robert Metzger. Here is the details info: Topic: Apache Flink

Re: I want run flink program in ubuntu x64 Mult Node Cluster what is configuration?

2015-06-07 Thread Robert Metzger
Hi, this guide in our documentation should get you started: http://ci.apache.org/projects/flink/flink-docs-master/setup/cluster_setup.html You basically have to copy flink to all machines and put the hostnames into the slaves file. On Tue, Jun 2, 2015 at 4:00 PM, hagersaleh wrote: > I run flin

Re: when return value from linkedlist or map and use in filter function display error

2015-06-07 Thread Robert Metzger
Hi, the problem is that "map" is a static field. Can you make the "map" field a non-static variable of the main method? That should resolve the issue. On Sun, Jun 7, 2015 at 2:57 PM, hagersaleh wrote: > when return value from linkedlist or map and use in filter function display > error when run

when return value from linkedlist or map and use in filter function display error

2015-06-07 Thread hagersaleh
when return value from linkedlist or map and use in filter function display error when run program from command line but when run from netbeans not display error public static Map map = new HashMap(); public static void main(String[] args) throws Exception { map.put("C_MKTSEGMENT", 2);