Hi, I can see some package name from previous repository (com.nflabs). The repository is outdated. Could you try latest code on apache github mirror? ( https://github.com/apache/incubator-zeppelin)
Thanks, moon On Mon, May 18, 2015 at 4:01 PM Richard Grossman <[email protected]> wrote: > Hi > > 1/ I've a Spark cluster on EC2 standalone. Working. The cluster is based > on hadoop 1.0.4 and spark 1.3.1 > 2/ I've up a new machine for Zeppelin give all access to all port between > the machines > 3/ make install and configure Zepellin > > > Now I just try to do println("hello") I got no result in log I can see > INFO [2015-05-17 09:40:02,129] ( > {pool-2-thread-2} RemoteInterpreter.java[open]:143) - open remote > interpreter com.nflabs.zeppelin.spark.SparkInterpreter > ERROR [2015-05-17 09:40:03,366] ({pool-2-thread-2} > > Job.java[run]:165) - Job failed > com.nflabs.zeppelin.interpreter.InterpreterException: > org.apache.thrift.TApplicationException: Internal error processing open > at > com.nflabs.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:146) > at > com.nflabs.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:51) > at > com.nflabs.zeppelin.interpreter.LazyOpenInterpreter.getFormType(LazyOpenInterpreter.java:87) > at com.nflabs.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:173) > at com.nflabs.zeppelin.scheduler.Job.run(Job.java:152) > at > com.nflabs.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:237) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > Caused by: org.apache.thrift.TApplicationException: Internal error > processing open > at > org.apache.thrift.TApplicationException.read(TApplicationException.java:108) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71) > at > com.nflabs.zeppelin.interpreter.thrift.RemoteInterpreterService$Client.recv_open(RemoteInterpreterService.java:140) > at > com.nflabs.zeppelin.interpreter.thrift.RemoteInterpreterService$Client.open(RemoteInterpreterService.java:127) > at > com.nflabs.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:144) > ... 12 more > > > Thanks for help >
