Questions tagged [cluster-manager]
13 questions
3
votes
3 answers
What is the equivalent of the cluster manager feature used in Google map on Huawei Map?
I am trying to implement Huawei Map Kit to my android project. As you know google provides cluster manager to group many items on a map based on zoom level. How can I implement same feature in Huawei Map?

Alize Dronna
- 197
- 7
2
votes
1 answer
What is Databricks Spark cluster manager? Can it be changed?
Original Spark distributive supports several cluster managers like YARN, Mesos, Spark Standalone, K8s.
I can't find what is under the hood in Databricks Spark, which cluster manager it is using, and is it possible to change?
What's Databricks Spark…

Alex_Y
- 588
- 3
- 19
2
votes
1 answer
Google Maps ClusterManager Cluster don't show up on start of the app
I'm using a cluster manager in the google maps app I'm currently developing. My problem is that whenever I start the app on the Android Studio Emulator the clusters won't show up. To make them show up you have to zoom in and out a few times. The…

KaraokeKarsten
- 75
- 3
1
vote
1 answer
Why GMUClusterManager is not showing on iOS?
I try to use SwiftUI view using the UIViewRepresentable pattern, the GoogleMaps background works but the ClusterManager doesn't
show anything. Is there something wrong?
I try to generate 10000 markers like in the sample of Google Maps documentation,…

Ruben
- 45
- 1
- 7
1
vote
1 answer
Using Google's maps sdk android utility library in Huawei Map Kit
I am trying to migrate Google Maps to Huawei Map kit. But there are no features for ClusterManager, ClusterItem, DefaultClusterRenderer e.t.c.
Now I am trying to use below this library for it:
But I do not know how to implement it. I opened Gradle…

Aytaj
- 67
- 6
1
vote
1 answer
Is DefaultClusterRenderer in android-maps-utils broken in v1.2.1?
When trying to override any functions in DefaultClusterRenderer, it will not compile in v1.2.1. All seems ok in v1.1.0
In here I want to set colors to the clustericons, and overrides the DefaultClusterRenderer onBeforeClusterItemRendered to set the…

Roar Grønmo
- 2,926
- 2
- 24
- 37
1
vote
0 answers
Is there a way to clone services configurations in a cluster?
I need to clone services configuration (hue, spark, etc.) from a cluster to another one. Both of cluster are managed by Cloudera Manager (i need to clone cloudera manager configuration too).

C1ngh10
- 13
- 1
- 7
0
votes
0 answers
Define specific spark executors per worker on a Spark cluster of 3 worker nodes
I have a Spark cluster of 3 servers (1 worker per server = 3 workers). The resources are very much the same across servers (70 cores, 386GB of RAM each).
I also have an application that I spark-submit, with 120 cores and 200GB ram (24…
0
votes
1 answer
cluster markers displaying inaccurately
I've tried to implement the cluster manager following this Google Developers toutorial but my markers are displaying extremely inaccurately compared to just using googleMap.addMarker();(example).
Here is an image comparison of the two
I suppose it…

Samuel Browne
- 73
- 1
- 9
0
votes
1 answer
Simple Docker container cluster deployment system
I am looking for a "simple" deployment system that can manage a cluster of computers.
I have one Docker image (hosted on DockerHub) that will run with different environment parameters in this cluster. For this image I have a docker_compose file that…

Copil tembel
- 399
- 4
- 22
0
votes
1 answer
Pacemaker cluster stops all resources permanently
Is it possible to configure Pacemaker resource group in such way that in case of resource timeout on invoking any operation (monitor, start, stop may be ignored), cluster manager will migrate resources to a Standby node? If there will again problem…

Ryszard Styczynski
- 194
- 2
- 9
0
votes
2 answers
'com.google.maps.android:android-maps-utils:1.0.1' breaks on clustering, :1.0.0 does not
After upgrading android-maps-utils from 1.0.0 to 1.0.1 the cluster part of my app won't compile because
import com.google.maps.android.clustering.ClusterItem
import com.google.maps.android.clustering.ClusterManager
does not import…

Roar Grønmo
- 2,926
- 2
- 24
- 37
0
votes
2 answers
Kotlin GoogleMaps ClusterManager returns cluster items size smaller than size of items initially passed to it
I am using a ClusterManager to cluster potentially thousands of markers. The default clustering shows values like 10+, 100+, 500+, etc and I needed to show the exact value.
I therefore overrode getClusterText(bucket: Int): String. When completely…

pnizzle
- 6,243
- 4
- 52
- 81