You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Siyuan he <hs...@gmail.com> on 2014/06/27 16:52:54 UTC

problem when start spark streaming in cluster mode

Hi all,

I can start a spark streaming app in "Client" mode on a Pseudo-standalone
cluster on my local machine.

However when I tried to start it in "Cluster" mode. It always get the
following exception on the Driver.

Exception in thread "main" akka.ConfigurationException: Could not
start logger due to [akka.ConfigurationException: Logger specified in
config can't be loaded [akka.event.slf4j.Slf4jLogger] due to
[akka.event.Logging$LoggerInitializationException: Logger
log1-Slf4jLogger did not respond with LoggerInitialized, sent instead
[TIMEOUT]]]

Can someone help?

Thanks,
siyuan