2016-12-13 42 views
0

我刚刚在我的Apache独立群集上安装了Apache Zeppelin,但Zeppelin无法分配多个执行程序。Apache Zeppelin执行者standalong群集

我试着在Spark解释器中设置spark.executor.instances,spark.executor.memory,但没有一个看起来可行。

我需要做什么的任何想法?

感谢, 菲尔 -

回答

1

我终于通过星火解释 UI设置其他属性解决了这一问题。

spark.executor.cores = 5 
spark.executor.instances = 10 
spark.executor.memory = 12G