Topology not working due to Found multiple defaults.yaml resources when deploying to remote cluster

Solution 1:

The jar file must not contain defaults.yaml file. Thus, you need to exclude it via

exclude "defaults.yaml"

Actually I would recommend the exclude all Storm dependencies from your jar. They are not needed and increase the size of the fat jar unnecessarily.