Member since
06-26-2017
24
Posts
2
Kudos Received
0
Solutions
07-20-2017
06:36 PM
@Vipin Rathor I did mention zookeeper clients and kafka broker lists in application.yml file
... View more
07-20-2017
06:34 PM
@Vipin Rathor I should have done this long ago. Well this is my application.yml file server:
port: 8082 spring:
datasource: driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://ip-10-0-1-17.ec2.internal:3306/metronrest username: Admin
password: Admin jpa: hibernate: ddl-auto: update zookeeper: url: {ip-10-0-1-17.ec2.internal: 2181}
kafka: broker: url: {ip-10-0-1-214.ec2.internal: 6667,ip-10-0-1-234.ec2.internal: 6667}
hdfs:
namenode:
url: {ip-10-0-1-17.ec2.internal: 8020} grok:
path:
temp: ./patterns/temp default: /apps/metron/patterns storm: ui: url: {ip-10-0-1-17.ec2.internal} parser: script.path: /usr/hcp/1.1.0.0-71/metron/bin/start_parser_topology.sh enrichment:
script.path: /usr/hcp/1.1.0.0-71/metron/bin/start_enrichment_topology.sh indexing:
script.path: /usr/hcp/1.1.0.0-71/metron/bin/start_elasticsearch_topology.sh
... View more
07-20-2017
02:03 PM
Hello @Vipin Rathor sorry for the delay and thanks for the reply.
It kinda worked now I am not getting any socket errors but insted getting this :
... View more
07-17-2017
04:28 PM
@asubramanian below is my application.yml file. And versions are: Metron 0.4.0.1.1.0.0
hcp is 1.1.0.0-71 server:
port: 8082
spring: datasource:
driver ClassName: com.mysql.jdbc.Driver url: jdbc:mysql://ip-10-0-1-203.ec2.internal:3306/metronrest username: Admin password: Admin platform: h2 jpa: hibernate:
ddl-auto: update zookeeper: url: ${ip-10-0-1-203.ec2.internal:2181,ip-10-0-1-108.ec2.internal:2181,ip-10-0 -1-74.ec2.internal:2181} kafka:
broker:
url: ${ip-10-0-1-108.ec2.internal:6667,ip-10-0-1-74.ec2.internal:6667} hdfs: namenode: url: ${ip-10-0-1-203.ec2.internal:8020} grok: path: temp: ./patterns/temp
default: /apps/metron/patterns storm:
ui:
url: ${ip-10-0-1-203.ec2.internal:8744} parser: script.path: /usr/hcp/1.1.0.0-71/metron/bin/start_parser_topology.sh enrichment:
script.path: /usr/hcp/1.1.0.0-71/metron/bin/start_enrichment_topology.sh indexing:
script.path: /usr/hcp/1.1.0.0-71/metron/bin/start_elasticsearch_topology.sh
... View more
07-17-2017
02:18 PM
Hi , I am trying to run Metron using Ambari on Amazon EC2 instance. I downloaded Metron rest and on a metron node and trying to start the process. But I am getting socket errors. Help much appreciated.
... View more
Labels:
- Labels:
-
Apache Metron
07-17-2017
02:14 PM
Hi , I am trying to run Metron using Ambari on Amazon EC2 instance. I downloaded Metron rest and on a metron node and trying to start the process. But I am getting socket errors. Help much appreciated.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Metron
07-14-2017
08:19 PM
Follow up : The error I am actually getting is below :
... View more
07-14-2017
05:13 PM
SO basically my MySQL server is running on Node 1. In that I created users and stuff. On Node 2 the HCP package (Metron) is installed. While configuring the managment module I did give rest-host as Node2's public ip (NOTE: METRON REST AND MANAGMENT MODULE ARE RUNNING ON THE SAME INSTANCE AND HAVE SAME PUBLIC IP) along with port num 8082. Now when I try to access the managment module with :4200 it takes me no where. The page remains static. In the background when I run the ./bin/start_managment-ui.sh with the port num and rest-host:port-num it does'nt terminate after running. Instead is giving me kind of logs for the managment UI.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Metron
07-14-2017
02:12 PM
@Lee Adrian Well i tried using bro plugin for kafka, but I am getting errors. Do you have any documentation with steps to follow ?
... View more
07-13-2017
10:23 PM
@Laurens Vets Thanks for replying. I figured out myself. The thing was the HDP package was not compatible with Metron. I was using an older version of HDP with newer version of Metron.
... View more