[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-31 Thread cestella
Github user cestella commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222638653 You sure Kafka is still up? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread james-sirota
Github user james-sirota commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222590012 Now getting the following error on the bro topology trying to enrich: 2016-05-31 04:24:05.212 o.a.k.c.n.Selector [WARN] Error in I/O with ip

Re: [GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread Casey Stella
If you turn on debug logs for org.apache.metron, you should be able to see exactly when Ack and errors happen. On Mon, May 30, 2016 at 19:34 james-sirota wrote: > Github user james-sirota commented on the pull request: > > >

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread james-sirota
Github user james-sirota commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222565824 Another interesting thing that I think is a problem is that I sent it exactly 30 tuples. The spout acked 60 tuples (somehow doubled the count) and when

Re: [GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread Casey Stella
Yeah the writer is called in process of the parser bolt, just like it was legacy. I'd like a follow on jira splitting them up. Make sure you send in a fair number of messages. The UI doesn't seem to ack before 20 messages I have found. On Mon, May 30, 2016 at 18:57 james-sirota

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread james-sirota
Github user james-sirota commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222563571 I was able to get past the previous error by uploading a new common jar. Now when the topology comes up it processes the CSV no problem. But, I only

Re: [GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread Casey Stella
You can see from https://github.com/cestella/incubator-metron/blob/METRON-174/metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/SensorParserConfig.java that it has the setter and getter for writerClassName Hmm try once more with a clean mvn clean package of the

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread james-sirota
Github user james-sirota commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222534631 I built the jar from the branch and copied it out to an existing AWS cluster that I had. --- If your project is set up for it, you can reply to this

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread cestella
Github user cestella commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222534318 Looks like it can't find the writerClassname field. Are you sure you ran a build from this branch before the deploy? On Mon, May 30, 2016 at 13:48

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-30 Thread james-sirota
Github user james-sirota commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222533633 /usr/metron/0.1BETA/bin/zk_load_configs.sh -m DUMP -z 1xxx:2181 log4j:WARN No appenders could be found for logger

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-29 Thread james-sirota
Github user james-sirota commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222414251 On AWS the following did not work: /usr/metron/0.1BETA/bin/start_parser_topology.sh -s user -k xxx:9092 -z xxx:2181 I got a: 41

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-29 Thread james-sirota
Github user james-sirota commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222411369 FYI...for some reason the kafka topic does not always get auto created. I can't figure out what options cause it to not auto create. Also, some times

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-29 Thread cestella
Github user cestella commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-222364875 In order to validate this, you can do the following: * Configure a new parser, in this example I'll call it a `user` parser and we'll parse some CSV data

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-25 Thread merrimanr
Github user merrimanr commented on the pull request: https://github.com/apache/incubator-metron/pull/127#issuecomment-221736442 I like it. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-25 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/127#discussion_r64669063 --- Diff: metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/bolt/ParserBolt.java --- @@ -60,7 +93,25 @@ public void

[GitHub] incubator-metron pull request: METRON-174 Storm consumption of hba...

2016-05-25 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/127#discussion_r64668872 --- Diff: metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/bolt/ParserBolt.java --- @@ -60,7 +93,25 @@ public void