/** * A directory on the local filesystem used by Storm for any local filesystem usage it needs. The directory must exist and the Storm daemons must have * permission to read/write from this location. */ publicstaticfinal String STORM_LOCAL_DIR = "storm.local.dir";