Re: Zeppelin Studio Proposal

2019-08-28 Thread Jongyoul Lee
Sounds great!! On Tue, Aug 27, 2019 at 1:31 AM ieglonewolf ieglonewolf < ieglonew...@gmail.com> wrote: > I would like to add > > Our key motive for us to start ZEPPELIN-4138 > here is to build a > UI > system on top of zeppelin service which i

Re: Zeppelin Studio Proposal

2019-08-28 Thread Ivan Shapovalov
Hey All, The idea of refactoring UI sounds great! Ever considered theia (https://github.com/theia-ide/theia)? May save a couple of ages for community. Regards, Ivan ср, 28 авг. 2019 г. в 11:31, Jongyoul Lee : > Sounds great!! > > On Tue, Aug 27, 2019 at 1:31 AM ieglonewolf ieglonewolf < > ieglo

Re: Zeppelin Studio Proposal

2019-08-28 Thread CHALLA
👏 great. On Wed, Aug 28, 2019 at 4:04 PM Ivan Shapovalov wrote: > Hey All, > > The idea of refactoring UI sounds great! > Ever considered theia (https://github.com/theia-ide/theia)? May save a > couple of ages for community. > > Regards, > Ivan > > ср, 28 авг. 2019 г. в 11:31, Jongyoul Lee : > >

Compile error

2019-08-28 Thread afancy
Dear all, I use the following command to compile the source code on Ubuntu 16.04, but got the following error. Could you help? thanks mvn -e clean package -DskipTests -Pspark-2.3 -Phadoop-2.6 -Pr -Pscala-2.11 -Pr / afancy [INFO] --

Spark Job URLs are http even though zeppelin and spark are configured with https

2019-08-28 Thread Tony Primerano
Currently I have zeppelin and spark configured to run on https. My notebook urls look like https://notebook.example.com:8443/ and my spark UI runs at https://notebook.example.com:4440/. If I go to the http version of the spark ui I am redirected to the https version. For example http://noteb

Exception in thread "main" java.lang.IncompatibleClassChangeError: Implementing class

2019-08-28 Thread Krishnanand Khambadkone
I am trying to buld zeppelin-0.8 on mac from source,  also tried the binary distribution but no matter how I build it,  I am not able to start the zeppelin daemon.  I always see this exception in the log file. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4

Re: Exception in thread "main" java.lang.IncompatibleClassChangeError: Implementing class

2019-08-28 Thread Jeff Zhang
Could you describe how you build zeppelin ? What is the maven command and what is your jdk version ? Krishnanand Khambadkone 于2019年8月29日周四 上午4:00写道: > I am trying to buld zeppelin-0.8 on mac from source, also tried the > binary distribution but no matter how I build it, I am not able to start

Re: Spark Job URLs are http even though zeppelin and spark are configured with https

2019-08-28 Thread Jeff Zhang
Could you create a ticket for this issue ? Tony Primerano 于2019年8月29日周四 上午12:08写道: > > Currently I have zeppelin and spark configured to run on https. > > My notebook urls look like https://notebook.example.com:8443/ and my > spark UI runs at https://notebook.example.com:4440/. > > If I go to th

Re: Compile error

2019-08-28 Thread Jeff Zhang
The problem is that there's no beam-runners-flink 2.0.0 for scala 2.10 https://mvnrepository.com/artifact/org.apache.beam/beam-runners-flink There's several approach for it . 1. exclude beam module when building. Add -pl !beam 2. Use -Pscala-2.10 -Pspark-1.6 3. Upgrade beam version to 2.5.0 whi

Re: Compile error

2019-08-28 Thread xiufeng liu
Dear Jeff, Thanks a lot! I have excluded the beam module, but I got another compile error. Could you help to take a look? Thanks /afancy - [WARNING] The requested profile "hadoop-2.6" could not be activated because it does not exist. [ERROR] Failed to execute goal com.github.eirslett