Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/995
If you add the "-h node1" option to the start command in install_solr.sh
you can develop locally against Solr in full dev. The line ends up looking
like:
```
su $SOLR_USER -c "bin/solr -e cloud -noprompt -h node1"
```---
