Skip to main content
Glama
spark-fairscheduler.xml806 B
<!-- Example configuration file for the Fair Scheduler https://github.com/apache/spark/blob/master/conf/fairscheduler.xml.template Pool configuration supports three properties: - schedulingMode: FAIR or FIFO - weight: pool’s share of the cluster relative to other pools - minShare: minimum share(as a number of CPU cores) of the pool For more information, see the Fair Scheduler documentation: https://spark.apache.org/docs/latest/job-scheduling.html#configuring-pool-properties --> <allocations> <pool name="default"> <schedulingMode>FAIR</schedulingMode> <weight>1</weight> <minShare>1</minShare> </pool> <pool name="highPriority"> <schedulingMode>FAIR</schedulingMode> <weight>5</weight> <minShare>2</minShare> </pool> </allocations>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BERDataLakehouse/datalake-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server