This means that the second line starts with Configuration, which is not valid config and is not preceded by a #. If you remove the newline between SSL X-Pack and Configuration so they end up on a single line I think you should be fine. Note that you have this happen in two places.
in 'reader', line 120, column 1:
Configuration------------------- ...
^
There should be no line in the file that begins with Configuration------- (like your 120th line of your file). All lines that have section headers have the # character at the beginning of the line so that the rest of the line is commented out.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.