Unsubscribe due to Ravi Pullareddy

2020-05-04 Thread Som Lima
I discontinued my subscription on this list due to insulting and offensive mailings of Ravi Pullareddy. Ravi Pullareddy demonstrated he has no knowledge of Self contain JVM. Programming. Self contain framework. Basic knowledge of Networks. There is nothing wrong with it. But when you insult ot

Re: Job manager URI rpc address:port

2020-05-03 Thread Som Lima
rpreter 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:*

Re: Job manager URI rpc address:port

2020-05-03 Thread Som Lima
re starting is irrelevant. >> I am going to play around and see but if the Configuration class allows >> me to set configuration programmatically and overrides the yaml file then >> that would be great. >> >> >> >> On Sun, 19 Apr 2020, 11:35 Som Lima,

Re: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-03 Thread Som Lima
I told you if you follow the instructions which Jeff gave to me you will be able to set it up. I told you to Look in the archive. That instruction is in there . Setting that to 0.0.0.0 allows you to remotely call zeppelin. There is also another issue which I told Jeff about. Oh well :) hmmm

Re: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-03 Thread Som Lima
Ravi, Did Jeff's answer solve your problem ? On Sun, 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 >> >>

Re: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-03 Thread Som Lima
SL 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 > > > > > > *F

Re: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-02 Thread Som Lima
I have ran flink successfully by following the instructions sent on the mailing list by Jeff. See mailing list archive. On Sat, 2 May 2020, 22:51 Ravi Pullareddy, wrote: > Hi Jeff > > Has anyone tried running flink interpreter on Zeppelin 0.8 or Zeppelin 0.9 > on Windows WSL ubuntu? Since WS

Re: Zeppelin 0.9 flink interpreter on WSL ubuntu Linux

2020-05-02 Thread Som Lima
Jeff, The error is obviously due to unable to connect to port 62223 the second time. Connection is made to port 62223 successfully. Then a successful connection is made to port 62221 Then another attempt is being made to 62223 again, which obviously causes unreachable network, connection refu

Re: Serialization issues with case classes with Flink

2020-04-19 Thread Som Lima
Looking at your original message Your first error was java.lang.IllegalArgumentException: requirement failed: Not serialisation error. As a golden rule of thumb always look at the first error , irrespective of programming language. On Mon, 20 Apr 2020, 03:13 Ravi Pullareddy, wrote: > Hi Juan

Re: Serialization issues with case classes with Flink

2020-04-19 Thread Som Lima
You may wish to have a look at Apache avro project. It shows you how to Generare source code for schema classes for creating objects to be used in reading csv files etc. for the purpose of serialisation and deserialization. https://avro.apache.org/docs/current/gettingstartedjava.html The avro

Zeppelin with Airflow

2020-04-03 Thread Som Lima
Hi, I want to integrate zeppelin with airflow so I can use all three technologies together. ZEPPELIN SPARK and AIRFLOW. Preferable spark with scala. Do you have information which shows how I can do that. I found an article on the web but doesn't Give detailed instructions. Thanks Som

Re: Word completion

2020-03-30 Thread Som Lima
a very good idea of latency. On Mon, 30 Mar 2020, 08:29 Jeff Zhang, wrote: > type tab will enable code completion > > Som Lima 于2020年3月30日周一 下午3:14写道: > >> Hi, >> >> As you can see I have my own spark session. >> Can you please tell me how to turn own code co

Word completion

2020-03-30 Thread Som Lima
Hi, As you can see I have my own spark session. Can you please tell me how to turn own code completion. I did have it working for a while, I am not sure which setting it was. Thank you. mport org.apache.spark.sql.SparkSession sc.stop() val spark = SparkSession.builder().master("spark://192

Re: Login failure

2020-03-29 Thread Som Lima
er, such as credential of database for jdbc > interpreter > > Som Lima 于2020年3月30日周一 下午12:32写道: > >> Thank you for your response. >> Using the credentials in the shiro.ini file works fine. >> >> But >> After I login as admin for example then >> go

Re: Login failure

2020-03-29 Thread Som Lima
ou > can check this doc > > > http://zeppelin.apache.org/docs/0.9.0-preview1/setup/security/shiro_authentication.html > > > > Som Lima 于2020年3月30日周一 下午12:00写道: > >> I setup credentials using the credentials screen from the anonymous >> drop list. >>

Re: Login failure

2020-03-29 Thread Som Lima
Jeff Zhang, wrote: > How do you setup the credential ? If you don't copy shiro.ini from > shiro.ini.template, you can disable the login. > > > Som Lima 于2020年3月30日周一 上午11:50写道: > >> Hi, >> >> I setup the credentials. >> Then after a restart I log

Login failure

2020-03-29 Thread Som Lima
Hi, I setup the credentials. Then after a restart I login. The messages says incorrect login username or password. I deleted the directory completely then extracted the download file for a fresh start over. But if I copy the shiro.ini from shiro.ini.template I again get the login button fro