That is only a warning. You will need to dig down a bit farther down to get the error. Also, run `metron-deployment/scripts/platform-info.sh` and send the output back to us with the error that you find.
On Fri, May 19, 2017 at 11:33 PM, Michael Jones <[email protected]> wrote: > Hello, > > I am trying to deploy Apache Metron to AWS. > > I am using this Git repo: > https://github.com/apache/metron.git > > When I run the script (run.sh), nine servers are created properly. One is > not. For the failed one, there is a corresponding Ansible/Java error. > This is the error: > > > TASK [metron-builder : Build Metron] ****************************** > ************* > fatal: [ec2-54-202-172-153.us-west-2.compute.amazonaws.com -> localhost]: > FAILED! => {"changed": true, "cmd": "cd /usr/bin./playbooks/../.. && mvn > clean package -DskipTests -T 2C -P HDP-2.5.0.0,mpack", "delta": > "0:01:07.352659", "end": "2017-05"rc": 1, "start": "2017-05-19 > 23:11:21.029466", "stderr": "/usr/bin/metron/metron- > analytics/metron-maas-common/src/main/jal.java:64: warning: > [DefaultCharset] Implicit use of the platform default charset, which can > result in e.g. non-ASCII char' in many environments\n return new > BufferedReader(new InputStreamReader(response. > getEntity().getContent()))\n //errorprone.info/bugpattern/ > DefaultCharset)\n Did you mean 'return new BufferedReader(new > InputStreamReader(response.getturn new BufferedReader(new > InputStreamReader(response.getEntity().getContent(), > Charset.defaultCharset()))'?\nNote: /usr/s-common/src/main/java/ > org/apache/metron/maas/util/RESTUtil.java uses or overrides a deprecated > API.\nNote: Recompile withrning\nwarning: No SupportedSourceVersion > annotation found on org.adrianwalker.multilinestring.MultilineProcessor, > returnice version 'RELEASE_6' from annotation processor 'org.adrianwalker. > multilinestring.MultilineProcessor' less than -source 'dSourceVersion > annotation found on org.adrianwalker.multilinestring.MultilineProcessor, > returning RELEASE_6.\nwarning: Sup annotation processor 'org.adrianwalker. > multilinestring.MultilineProcessor' less than -source > '1.8'\n/usr/bin/metron/metroain/java/org/apache/ > metron/test/utils/KafkaLoader.java:64: warning: [unchecked] unchecked > call to send(ProducerRecord<K,V>ducer\n kafkaProducer.send(new > ProducerRecord<String, String>(topic, line));\n > ^\n whends Object declared in class KafkaProducer\n V extends Object > declared in class KafkaProducer\n/usr/bin/metron/metron-n/java/org/ > apache/metron/test/utils/KafkaLoader.java:61: warning: [DefaultCharset] > Implicit use of the platform default chCII characters being silently > replaced with '?' in many environments\n BufferedReader reader = new > BufferedReader( > > > > What should I do? > > thanks, > > Mike >
