-
Notifications
You must be signed in to change notification settings - Fork 68
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
Starting child for FunctionInfoProvider failed #554
Comments
How can I increase timeout value?? |
Probably this problem is not related to timeout. |
Thanks dos65 for your quick response, after going through log carefully I noticed actual error was java.lang.NoSuchMethodError: scala.runtime.IntRef.create(I)Lscala/runtime/IntRef |
The message above probably means that you have spark compiled against scala 2.10. The recent version of mist don't support this scala version. |
I am using scala 2.11.8, what could be the possible version of mist that I can use to avoid above error |
@daffydee13 I can't reproduce this problem using the latest version. I tried to run mist on spark 2.0.0 and it works. Are you sure that there is no scala-2.10 in the classpath? Maybe you have a suggestion about how to reproduce it? |
It shows error starting child for Initialization of FunctionInfoProvider failed of timeout
2020-01-18 23:38:50 ERROR RestartSupervisor:159 - Starting child for FunctionInfoProvider failed
java.lang.IllegalStateException: Initialization of FunctionInfoProvider failed of timeout
at io.hydrosphere.mist.master.jobs.ActorRefWaiter$IdentityActor$$anonfun$receive$1.apply$
at akka.actor.Actor$class.aroundReceive(Actor.scala:517)
at io.hydrosphere.mist.master.jobs.ActorRefWaiter$IdentityActor.aroundReceive(FunctionIn$
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
at akka.actor.ActorCell.invoke(ActorCell.scala:496)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
at akka.dispatch.Mailbox.run(Mailbox.scala:224)
at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
The text was updated successfully, but these errors were encountered: