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