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: 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: 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

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

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