Checked alluxio-master logs, they tell: " data_alluxio-master.1.jasmo3qhjjs5@web 2018-08-16 18:18:41,298 ERROR TThreadPoolServer - Thrift error occurred during processing of message. bigdata_alluxio-master.1.jasmo3qhjjs5@web org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client? bigdata_alluxio-master.1.jasmo3qhjjs5@web at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:228) bigdata_alluxio-master.1.jasmo3qhjjs5@web at org.apache.thrift.TMultiplexedProcessor.process(TMultiplexedProcessor.java:92) bigdata_alluxio-master.1.jasmo3qhjjs5@web at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286) bigdata_alluxio-master.1.jasmo3qhjjs5@web at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) bigdata_alluxio-master.1.jasmo3qhjjs5@web at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) bigdata_alluxio-master.1.jasmo3qhjjs5@web at java.lang.Thread.run(Thread.java:748) " However, I added alluxio-client to the intepreter dependencies, is it not supposed to work with just the client?
Sincerely, Anton Kulaga Bioinformatician at Computational Biology of Aging Group 296 Splaiul Independentei, Bucharest, Romania, 060031 http://aging-research.group On Thu, 16 Aug 2018 at 20:48, antonkul...@gmail.com <antonkul...@gmail.com> wrote: > I am using latest zeppelin and latest alluxio. I successfully configured > alluxio in my docker stack ( > https://github.com/antonkulaga/bigdata-docker/blob/master/bigdata-extended.yml > ), however I fail to access it with zeppelin alluxio intepreter. I > constantly get: > ``` > java.lang.IllegalAccessError: tried to access method > alluxio.Configuration.<init>()V from class > org.apache.zeppelin.alluxio.AlluxioInterpreter at > org.apache.zeppelin.alluxio.AlluxioInterpreter.open(AlluxioInterpreter.java:78) > at > org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69) > at > org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:617) > at org.apache.zeppelin.scheduler.Job.run(Job.java:188) at > org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:140) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > at java.lang.Thread.run(Thread.java:748) > ``` > even though I configured the master URL and added alluxio-1.8.0-client.jar > to the intepreter dependencies. >