2016-12-13 8 views
0

Apache ZeppelinをApacheスタンドアロンクラスタにインストールしましたが、Zeppelinは複数のエグゼキュータを割り当てることができません。Apache Zeppelin executor standalong cluster

Sparkインタプリタでspark.executor.instances,spark.executor.memoryと設定しようとしましたが、動作していないようです。

私は何をする必要がありますか?

おかげで、 - フィル

答えて

1

は、私は最終的にスパークインタプリタ UIに他のプロパティを設定することで、問題を修正しました。

spark.executor.cores = 5 
spark.executor.instances = 10 
spark.executor.memory = 12G 
関連する問題