Re: Running example in IntelliJ

2015-03-06 Thread Dulaj Viduranga
/watch?v=JIV_rX-OIQMfeature=youtu.be Let us know if you need more help. Robert On Fri, Mar 6, 2015 at 5:58 AM, Dulaj Viduranga vidura...@icloud.com wrote: Hello, Can someone help me with the steps on how to compile and run an example on IntelliJ

Re: Could not build up connection to JobManager

2015-03-13 Thread Dulaj Viduranga
, jobmanager and taskmanager). Once we figured out why the JobCilent does not connect, we can try to tackle the BlobServer issue. Cheers, Till [1] https://github.com/tillrohrmann/flink/tree/fixJobClient On Thu, Mar 5, 2015 at 4:40 PM, Dulaj Viduranga vidura...@icloud.com wrote: Hi

Re: Could not build up connection to JobManager

2015-02-27 Thread Dulaj Viduranga
, Dulaj Viduranga vidura...@icloud.com wrote: Hi, Can you tell me where I can find TaskManager logs. I can’t find them in logs folder? I don’t suppose I should run taskmanager.sh as well. Right? I’m using a OS X Yosemite. I’ll send you my ifconfig. lo0: flags=8049UP,LOOPBACK

Access flink-conf.yaml data

2015-03-02 Thread Dulaj Viduranga
Hi, Can someone help me on how to access the flink-conf.yaml configuration values inside the flink sources? Are these readily available as a map somewhere? Thanks.

Re: Could not build up connection to JobManager

2015-03-02 Thread Dulaj Viduranga
Hi, I found the fix for this issue and I'll create a pull request in the following day.

Re: About FLINK-1537 Machine learning with Apache Flink

2015-03-03 Thread Dulaj Viduranga
...@apache.org wrote: Good to hear. Cheers, Till On Fri, Feb 20, 2015 at 5:31 PM, Dulaj Viduranga vidura...@icloud.com mailto:vidura...@icloud.com wrote: Great. I have already started to go through documentation. I’ll follow your directions and contact you when I’m up and ready. :) Best

Re: Could not build up connection to JobManager

2015-03-02 Thread Dulaj Viduranga
In some places of the code, localhost is hard coded. When it is resolved by the DNS, it is posible to be directed to a different IP other than 127.0.0.1 (like private range 10.0.0.0/8). I changed those places to 127.0.0.1 and it works like a charm. But hard coding 127.0.0.1 is not a good

Re: Could not build up connection to JobManager

2015-03-04 Thread Dulaj Viduranga
: If I recall correctly, we only hardcode localhost in the local mini cluster - do you think it is problematic there as well? Have you found any other places? On Mon, Mar 2, 2015 at 10:26 AM, Dulaj Viduranga vidura...@icloud.com wrote: In some places of the code, localhost is hard coded

Not Flink related: IntelliJ cannot open maven projects

2015-03-04 Thread Dulaj Viduranga
Hello, Not Flink related. IntelliJ cannot open maven projects. It is stuck on “Looking for available profiles….”. I can open the project in eclipse without any problem. Any ideas? No rush. Thanks.

Re: Could not build up connection to JobManager

2015-03-05 Thread Dulaj Viduranga
and let it run on your cluster setting. Thanks a lot Dulaj! [1] https://github.com/tillrohrmann/flink/tree/fixLocalFlinkMiniClusterJobClient On Thu, Mar 5, 2015 at 4:21 AM, Dulaj Viduranga vidura...@icloud.com wrote: The every change in the commit b7da22a is not required but I thought

Re: Could not build up connection to JobManager

2015-03-04 Thread Dulaj Viduranga
The every change in the commit b7da22a is not required but I thought they are appropriate. On Mar 5, 2015, at 8:11 AM, Dulaj Viduranga vidura...@icloud.com wrote: Hi, I found many other places “localhost” is hard coded. I changed them in a better way I think. I made a pull request. Please

Re: Could not build up connection to JobManager

2015-03-05 Thread Dulaj Viduranga
Hi, The error message is, 21:06:01,521 WARN org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable org.apache.flink.client.program.ProgramInvocationException: Could not build up

Re: Could not build up connection to JobManager

2015-03-05 Thread Dulaj Viduranga
the problem. It does not touch any of the JobClient/JobManager logic. I updated my local branch [1] with a fix for the BlobServer. Could you try it out again and send us the logs? Thanks a lot for your help Dulaj. On Thu, Mar 5, 2015 at 1:24 PM, Dulaj Viduranga vidura...@icloud.com wrote

Re: Deprecated error building flink

2015-02-22 Thread Dulaj Viduranga
contains a bug. You can run Flink with all JREs 6+ (including Oracle JDK 6). I would recommend you to upgrade your Java version to 7 anyways, because 6 doesn't receive any security updates anymore. On Sun, Feb 22, 2015 at 12:55 PM, Dulaj Viduranga vidura...@icloud.com wrote: Hi all

Re: Deprecated error building flink

2015-02-22 Thread Dulaj Viduranga
Oh yes. :) It runs on 1.6. How could I fix that? On Feb 22, 2015, at 6:37 PM, Robert Metzger rmetz...@apache.org wrote: Can you run mvn -version to verify that? Maybe maven is using a different java version? On Sun, Feb 22, 2015 at 2:05 PM, Dulaj Viduranga vidura...@icloud.com wrote

Could not build up connection to JobManager

2015-02-23 Thread Dulaj Viduranga
I’m getting Could not build up connection to JobManager.” When i tried to run the wordCount example. Can anyone help? Dulaj

Re: Could not build up connection to JobManager

2015-02-25 Thread Dulaj Viduranga
recently introduces in the 0.9-SNAPSHOT. Does the command line work for you? (bin/flink run jar) taskmanager.numberOfTaskSlots: -1 is also okay, this will mean that the default of '1' is used. Greetings, Stephan On Tue, Feb 24, 2015 at 5:18 PM, Dulaj Viduranga vidura...@icloud.com

Re: Could not build up connection to JobManager

2015-02-24 Thread Dulaj Viduranga
? The configuration values are documented here: http://flink.apache.org/docs/0.8/config.html For the webclient's port its called webclient.port On Tue, Feb 24, 2015 at 5:04 PM, Dulaj Viduranga vidura...@icloud.com wrote: I tried to kill the job manager manually in the terminal and start it again but no luck

Re: Could not build up connection to JobManager

2015-02-26 Thread Dulaj Viduranga
for the project :-) Greetings, Stephan On Wed, Feb 25, 2015 at 4:03 PM, Dulaj Viduranga vidura...@icloud.com wrote: Hi, Sorry for the delay to reply on this issue. the jobmanager.rpc.address is set to “localhost” already in conf.yaml. This can’t be an issue because the job manager web

Running example in IntelliJ

2015-03-05 Thread Dulaj Viduranga
Hello, Can someone help me with the steps on how to compile and run an example on IntelliJ

[jira] [Created] (FLINK-1634) Fix Could not build up connection to JobManager issue on some systems

2015-03-02 Thread Dulaj Viduranga (JIRA)
Dulaj Viduranga created FLINK-1634: -- Summary: Fix Could not build up connection to JobManager issue on some systems Key: FLINK-1634 URL: https://issues.apache.org/jira/browse/FLINK-1634 Project