modified "Release Process" wiki

2017-09-07 Thread Matt Foley
Hi, You may have seen notification for a change I made in the “Release Process” wiki page. The purpose of the change is to delay pushing the RC# tag to the public repo until AFTER one goes thru the verification steps on the release candidate. The reason is that on this release I’ve already

[GitHub] metron issue #724: METRON-1142: Add Geo Hashing functions to stellar

2017-09-07 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/724 @justinleet Ok, I added an walk-through of using geohashes and the profiler to find geographic anomalies in authentication records (admittedly synthetic). Let me know if this makes some sense and

Re: Question about SourceHandler and HdfsWriter

2017-09-07 Thread Otto Fowler
I’m hoping for some comments before taking a stab at this. On September 6, 2017 at 17:42:41, Otto Fowler (ottobackwa...@gmail.com) wrote: Bump - any thoughts? this seems to be cropping up for folks. On September 5, 2017 at 07:01:09, Otto Fowler (ottobackwa...@gmail.com) wrote: Note: I don’t

Re: Ambari Metrics Collector failing...

2017-09-07 Thread Simon Elliston Ball
Correct, it’s not critical. Metrics can help a bit with debugging things like node hotspots in Metron and in HDP generally, but it’s certainly not required to run. Simon > On 7 Sep 2017, at 16:13, zeo...@gmail.com wrote: > > I wouldn't consider it a show stopper myself,

Re: [DISCUSS] Metron release 0.4.1

2017-09-07 Thread Matt Foley
Okay. Please ping when committed. Also, any input on https://issues.apache.org/jira/browse/METRON-1163 ? On 9/7/17, 7:39 AM, "Ryan Merriman" wrote: Matt, We recently found a bug that's breaking certain features in the management UI. The fixes are still in

[GitHub] metron issue #729: METRON-1150: REST parseMessage endpoint fails with Unable...

2017-09-07 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/729 Just pushed out a small change to support parameter substitution in the metron_temp_grok_path parameter. I verified this in full dev as well. I also verified the temporary files are being

Re: Ambari Metrics Collector failing...

2017-09-07 Thread zeo...@gmail.com
I wouldn't consider it a show stopper myself, happy to be persuaded otherwise. I'm not even 100% sure it's related to Metron. I just put it in Ambari's maintenance mode for now. Jon On Thu, Sep 7, 2017, 11:11 Laurens Vets wrote: > Is this something we need to fix for

Re: Ambari Metrics Collector failing...

2017-09-07 Thread Laurens Vets
Is this something we need to fix for 0.4.1? Also, should I create JIRA ticket? On 2017-09-06 16:45, zeo...@gmail.com wrote: I'm seeing the same issue right now as well on my fresh bare metal install of HDP (no Metron yet), haven't dug into it further to troubleshoot. Jon On Wed, Sep 6,

Re: [DISCUSS] Metron release 0.4.1

2017-09-07 Thread Ryan Merriman
Matt, We recently found a bug that's breaking certain features in the management UI. The fixes are still in review ( https://github.com/apache/metron/pull/729 and https://github.com/apache/metron/pull/730) and should make it in soon. It would be good to include these if possible. Ryan On Thu,

[GitHub] metron pull request #731: METRON-1136 Refactor for ParserExtensionConfig and...

2017-09-07 Thread ottobackwards
Github user ottobackwards closed the pull request at: https://github.com/apache/metron/pull/731 ---

[GitHub] metron issue #700: METRON-1077: Use column meta data end point in alerts ui

2017-09-07 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/700 @merrimanr I have made services similar to rest classes. I had to rename few files, classes and variables. ---

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

2017-09-07 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/700#discussion_r137454070 --- Diff: metron-interface/metron-alerts/src/app/service/alert.service.ts --- @@ -39,21 +41,31 @@ export class AlertService { private

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

2017-09-07 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/700#discussion_r137454061 --- Diff: metron-interface/metron-alerts/src/app/service/cluster-metadata.service.ts --- @@ -16,14 +16,20 @@ * limitations under the License.

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

2017-09-07 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/700#discussion_r137454065 --- Diff: metron-interface/metron-alerts/src/app/utils/metron-rest-api-utils.ts --- @@ -0,0 +1,40 @@ +/** + * Licensed to the Apache Software