Re: Compile error

2019-08-29 Thread xiufeng liu
Hi again, I have tried not to use docker, but it is same. here is the log INFO [2019-08-29 15:45:18,840] ({ParallelScheduler-Worker-2} AbstractScheduler.java[runJob]:142) - Job paragraph_1567093498023_-273931001 finished by scheduler org.apache.zeppelin.shell.ShellInterpreter752743685 INFO [2019

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

2019-08-29 Thread Tony Primerano
On 2019/08/29 01:20:51, Jeff Zhang wrote: > Could you create a ticket for this issue ? > Done. https://issues.apache.org/jira/browse/ZEPPELIN-4315

Re: Compile error

2019-08-29 Thread Xun Liu
hi, To run the terminal on the server, you need to open a port on the server to let the notebook and terminal communicate. Currently using a random port. Consider adding a parameter to the specified port in the shell's interpreter configuration as per your suggestion. I am going to create an

Re: Compile error

2019-08-29 Thread xiufeng liu
Besides, the ip address 192.168.0.2 is my subnet ip address. The shell should obtain my public IP address, instead of this subnet ip address. http://192.168.0.2:35599?noteId=2EN14VVZ5¶graphId=par

Re: Compile error

2019-08-29 Thread xiufeng liu
Hi again, It might be due to the firewall as I run on a remote server. I copied to run on my local desktop, and it can work fine. I could see that it will open a random port for the shell, for example, 35599, in my previous test, which is not good as the port might not be open. I think it would b

Re: Compile error

2019-08-29 Thread xiufeng liu
Hi Xun, I probably know the reason. I compile the source from Dockfile. The following ip address is the container address, and port, which won't work if access outside of the container. Do you think it is a bug for running Zeppelin in Docker? http://172.17.0.3:42877?noteId=2ENZ85UFU¶graphId=paragra

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

2019-08-29 Thread Krishnanand Khambadkone
mvn clean package -Pspark-2.1 -Phadoop-2.7 -Phbase-1.1 -DskipTests java -version java version "1.8.0_211" Java(TM) SE Runtime Environment (build 1.8.0_211-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode) On 2019/08/29 01:18:48, Jeff Zhang wrote: > Could you describe how

Re: Compile error

2019-08-29 Thread Xun Liu
hi, xiufeng liu: Please send me your zeppelin-interpreter-shll.log file. > On Aug 29, 2019, at 9:50 PM, Jeff Zhang wrote: > > + Xun who implement the interactive shell. > > > > xiufeng liu mailto:toxiuf...@gmail.com>> 于2019年8月29日周四 > 下午9:44写道: > Dear Jeff, > > Thanks! It works. > But, the

Re: Compile error

2019-08-29 Thread Jeff Zhang
+ Xun who implement the interactive shell. xiufeng liu 于2019年8月29日周四 下午9:44写道: > Dear Jeff, > > Thanks! It works. > But, the interactive shell does not work (see the attached picture). Does > it need some special configuration? Thanks > /Xiufeng > > On Thu, Aug 29, 2019 at 3:05 PM Jeff Zhang

Re: Compile error

2019-08-29 Thread xiufeng liu
Dear Jeff, Thanks! It works. But, the interactive shell does not work (see the attached picture). Does it need some special configuration? Thanks /Xiufeng On Thu, Aug 29, 2019 at 3:05 PM Jeff Zhang wrote: > Please also exclude r module as well. > > xiufeng liu 于2019年8月29日周四 下午7:53写道: > >> *Ye

Re: Compile error

2019-08-29 Thread Jeff Zhang
Please also exclude r module as well. xiufeng liu 于2019年8月29日周四 下午7:53写道: > *Yes, i have used the root account. Now I used the non-root account to > compile, but got another error:* > *The command I used is mvn -e clean package -Pscala-2.11 -Pbuild-distr > -Pspark-2.3 -Pr -Phadoop-2.7 -Dhadoop.v

Re: Compile error

2019-08-29 Thread xiufeng liu
*Yes, i have used the root account. Now I used the non-root account to compile, but got another error:* *The command I used is mvn -e clean package -Pscala-2.11 -Pbuild-distr -Pspark-2.3 -Pr -Phadoop-2.7 -Dhadoop.version=2.7.3 -DskipTests -pl !beam'* *-* ERROR] /zeppelin/r/src/mai

Re: Compile error

2019-08-29 Thread Jeff Zhang
What is your build command ? And do you use root to build it ? xiufeng liu 于2019年8月29日周四 下午2:55写道: > 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 p