I found a small issue in the solr.in.sh By default all items in this file should be commented.
The line item below is uncommented: Issue: https://issues.apache.org/jira/browse/SOLR-13647 <https://issues.apache.org/jira/browse/SOLR-13647> I created a fix here: https://github.com/apache/lucene-solr/pull/804 <https://github.com/apache/lucene-solr/pull/804> John