Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark Standalone - Docker run #1841

Open
Sharathmk99 opened this issue Apr 22, 2017 · 3 comments
Open

Spark Standalone - Docker run #1841

Sharathmk99 opened this issue Apr 22, 2017 · 3 comments

Comments

@Sharathmk99
Copy link

Hi,

I'm trying to install Sparta using docker. I want to install as Spark Cluster using Master Salve.
When o tried running docker compose, im getting below error, please help. I want to try sparta.

sparta | 22 Apr 2017 17:29:53.950 ERROR c.s.s.s.a.s.h.CustomExceptionHandler$ Ask timed out on [Actor[akka://sparta/user/statusActor#-1510287731]] after [15000 ms]. Sender[null] sent message of type "com.stratio.sparta.serving.core.actor.StatusActor$FindAll$".
sparta | akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://sparta/user/statusActor#-1510287731]] after [15000 ms]. Sender[null] sent message of type "com.stratio.sparta.serving.core.actor.StatusActor$FindAll$".
sparta | at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
sparta | at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)
sparta | at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
sparta | at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
sparta | at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
sparta | at akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:331)
sparta | at akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:282)
sparta | at akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:286)
sparta | at akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:238)
sparta | at java.lang.Thread.run(Thread.java:745)
sparta | 22 Apr 2017 17:30:15.042 ERROR o.a.c.f.imps.CuratorFrameworkImpl Background operation retry gave up
sparta | org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss

@compae
Copy link
Member

compae commented May 11, 2017

It's possible that zookeeper is not accesible or the version that you use is not compatible.

The compatible versions are 3.5.1-Alpha or 3.5.2-Alpha

Regards.

@xycloud
Copy link

xycloud commented Sep 29, 2017

do we have docker image?

@jpizarrom
Copy link

I've developed a sparta docker compose sample https://github.com/jpizarrom/sparkta-docker-sample

It's a proof of concept

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants