Member since
09-24-2015
21
Posts
2
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
289 | 11-28-2017 04:09 PM | |
281 | 11-28-2017 03:11 PM | |
1662 | 11-27-2017 05:57 PM | |
826 | 04-13-2016 03:21 PM |
11-26-2019
03:41 AM
I am having the same issue zeppelin notebook won't start and niether will metron rest
... View more
11-28-2017
03:15 PM
I would pursue installation through Ambari, you will have a much easier time. Try the suggestion from @asubramanian and if you still run into issues, let us know and we'll help you through it and/or fix bugs if necessary.
... View more
11-21-2017
08:31 PM
Can you provide more details? Specifically around why Elasticsearch is down? Did it install successfully? Are there errors in the ES logs? Are you able to interact with it directly (outside of Kibana)?
... View more
11-16-2017
10:24 PM
There is also a metron_rest_classpath parameter that can be used for the same purpose (both of these parameters are added to the REST application classpath). You might want to consider keeping just /path/to/metron-elasticsearch-*-uber.jar in metron_indexing_classpath and moving the others to metron_rest_classpath. Probably won't matter now but could cause issues down the road if metron_indexing_classpath is ever reused for something else.
... View more
11-21-2017
08:43 PM
When cloning and building Metron locally you have to be careful about adding extra files within your local copy. There is a plugin that runs (Apache Rat) that checks for licenses whenever you build. You likely added some files that don't have license headers and your best bet is to remove the files flagged in /path/to/metron/target/rat.txt.
... View more