我是apache spark的新手。我试图运行https://github.com/prabeesh/SparkTwitterAnalysis/tree/0.2.0示例,但控制台给了我以下错误:
WARN scheduler.TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory
我已经使用启动服务器nc -lk 9999
,我已经通过 sbt/sbt 包编译了代码,
并使用sbt
/执行了代码sbt 'run spark://localhost:9999 <keys as specifies> hashtag'
此错误的原因是什么以及如何解决它
提前致谢。