This message was deleted.
# general
s
This message was deleted.
k
Can you give an example of what you have set, and where you have set it?
g
The standalone start-Druid command is working fine
But
When I try to setup a cluster
I wanted have deep storage in S3
The error shows to set druid.segmentCache.locations
But I already have it in conf/druid/cluster/data/historical
And I am starting as
start-druid -s=middleManager,historical -c the cluster config location
k
in
conf/druid/cluster/data/historical/runtime.properties
you have set `druid.segmentCache.locations`like
Copy code
druid.segmentCache.locations=[{"path":"var/druid/segment-cache","maxSize":"300g"}]
?
g
Yes @Kyle Hoondert updated the same but I have modified the path to a different mount point
@Kyle Hoondert should I be concerned of changing the location to a custom mount point ?
a
u can specify whatever mount point you want
as long as its mapped to a partition that has the appropriate size and its at least the same if not higher than maxSize in terms of capacity
If it was already mounted to another mount point prior you may want to delete the old druid-segments folder