and_apo
and_apo

Reputation: 1297

IBM Bluemix Apache Spark Resource Manager

Reading the official documentation I couldn't directly see what Resource Manager(Spark, Mesos, YARN) or how the Apache Spark managed service is currently setup(it only says you can provision up to 30 executors with no machine/cluster details).

Does anybody know what the Resource Manager of IBM's Spark service is?

Upvotes: 0

Views: 61

Answers (1)

charles gomes
charles gomes

Reputation: 2155

IBM Bluemix Spark Service uses the Ego resource manager from Platform Symphony in an integrated environment.

http://www.ibm.com/support/knowledgecenter/SSGSMK_7.1.0/management_sym/yarn_resource_management.html

For now, users cannot opt to select a type of resource manager, since the Spark service is a fully managed service.

Upvotes: 1

Related Questions