RE: Job manager URI rpc address:port

2020-05-04 Thread Ravi Pullareddy
giving you config properties based on your cock and bull theories. There're 2 properties you can set to control the port range: zeppelin.server.rpc.portRange zeppelin.interpreter.rpc.portRange On Mon, 4 May 2020, 04:05 Ravi Pullareddy, wrote: Guys Thanks for your unsolicited advice.

RE: Job manager URI rpc address:port

2020-05-03 Thread Ravi Pullareddy
itself should tell you your OS theory was silly. On Mon, 4 May 2020, 02:04 Ravi Pullareddy, wrote: Hi Som Looks like you are getting confused with this issue. It is very different to what Jeff has explained there. Setting 0.0.0.0 is not the solution for everything. There was no issue with

RE: Job manager URI rpc address:port

2020-05-03 Thread Ravi Pullareddy
server that may not line up with Zeppelin server and that is the issue. Although in my instance changing it to 0.0.0.0 fixed the issue in other instances it might not be of help. Thanks Ravi Pullareddy *From:* Som Lima *Sent:* Monday, 4 May 2020 10:48 AM *To:* users@zeppelin.apache.org

RE: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-03 Thread Ravi Pullareddy
ill be caught up with this when trying to install it on Windows WSL. Since flink 1.10.0 has already switched to WSL for windows users, I thought it would be appropriate for Zeppelin to be in line with windows WSL. Thanks Ravi Pullareddy *From:* Jeff Zhang *Sent:* Monday, 4 May 2020 9:18 AM *To:*

RE: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-03 Thread Ravi Pullareddy
un, 3 May 2020, 09:59 Jeff Zhang, wrote: There're 2 properties you can set to control the port range: zeppelin.server.rpc.portRange zeppelin.interpreter.rpc.portRange Ravi Pullareddy 于2020年5月3日周日 上午5:51写道: Hi Jeff Has anyone tried running flink interpreter on Zeppelin 0.8 or Zeppe

RE: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-03 Thread Ravi Pullareddy
address to 0.0.0.0 This will save time for other users trying to install Zeppelin on Windows WSL. zeppelin.server.addr 0.0.0.0 Server binding address Regards Ravi Pullareddy *From:* Jeff Zhang *Sent:* Sunday, 3 May 2020 6:59 PM *To:* users *Subject:* Re: Zeppelin 0.9 flink

RE: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-02 Thread Ravi Pullareddy
connection refused. On Sun, 3 May 2020 at 04:18, Ravi Pullareddy wrote: Zahid, I appreciate your effort in trying explain the situation in general terms. If you have good experience working on Windows WSL you would by now know WSL is different to full-fledged linux system. The error clearly

RE: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-02 Thread Ravi Pullareddy
nd by luck not skill found the solution. On Sun, 3 May 2020, 04:28 Ravi Pullareddy, wrote: Hi Zahid You have completely missed my question. As you would be aware, there are four ways to setup Ubuntu…a) Ubuntu as base operating system. B) Ubuntu On Docker c) Ubuntu on Windows HyperV an

RE: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-02 Thread Ravi Pullareddy
and Zeppelin installed on same machine. On Sun, 3 May 2020, 01:38 Ravi Pullareddy, wrote: Hi Som There is no issue in running flink 1.10.0 on Windows WSL ubuntu linux. The issue is running Zeppelin with flink interpreter on WSL ubuntu linux. Have you tried running Zeppelin 0.9 on Windows

RE: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-02 Thread Ravi Pullareddy
Hi Som There is no issue in running flink 1.10.0 on Windows WSL ubuntu linux. The issue is running Zeppelin with flink interpreter on WSL ubuntu linux. Have you tried running Zeppelin 0.9 on Windows WSL linux and tried connecting to Flink instance? Thanks Ravi Pullareddy *From:* Som

Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-02 Thread Ravi Pullareddy
Hi Jeff Has anyone tried running flink interpreter on Zeppelin 0.8 or Zeppelin 0.9 on Windows WSL ubuntu? Since WSL does not allow creation of random ports, flink interpreter fails as below. Any suggestion is much appreciated. INFO [2020-05-02 07:43:53,211] ({main} RemoteInterpreterServer.java[

RE: Serialization issues with case classes with Flink

2020-04-19 Thread Ravi Pullareddy
ot;Count Collection") Cheers Ravi Pullareddy *From:* Juan Rodríguez Hortalá *Sent:* Monday, 20 April 2020 2:44 AM *To:* users@zeppelin.apache.org *Subject:* Re: Serialization issues with case classes with Flink Hi Jeff, I’ll try using POJO clases instead. Thanks, Juan El E

RE: Serialization issues with case classes with Flink

2020-04-19 Thread Ravi Pullareddy
Hi Juan I have written various applications for continuous processing of csv files. Please post your entire code and how you are mapping. It becomes easy to highlight the issue. Thanks Ravi Pullareddy *From:* Juan Rodríguez Hortalá *Sent:* Sunday, 19 April 2020 6:25 PM *To:* users

RE: Flink Interpreter for Java 1.8.0

2019-05-28 Thread Ravi Pullareddy
sn't support flink 1.8, I am working on it, try to support flink 1.9 which is supposed to be released this summer. BTW, could you let me know what scenario do you use flink on zeppelin ? Thanks Ravi Pullareddy 于2019年5月28日周二 上午6:51写道: Hi I was able to compile flink version 1.7.2 inter

Zeppelin log files in windows

2019-05-27 Thread Ravi Pullareddy
Hi Folks Windows version of Zeppelin 0.8.1 has a typo error on line 76 of command.cmd. There is a curly brace ‘}’ in place of closed bracket ‘)’ . I request you to correct this and publish it. Apart from this trivial error, Zeppelin logs to console but does not create a log file in Windows. My

Flink Interpreter for Java 1.8.0

2019-05-27 Thread Ravi Pullareddy
Hi I was able to compile flink version 1.7.2 interpreter in zeppelin without any issue. Flink changed scala runtime minicluster in version 1.8.0 and there by LocalFlinkMiniCluster class is not available. How to compile Flink Interpreter for Flink 1.8.0 Thanks Ravi