[GitHub] metron pull request #957: METRON-1482: Update REST to work with Solr

2018-03-07 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/957 METRON-1482: Update REST to work with Solr ## Contributor Comments This PR updates the REST start script to properly include the correct indexing jar on the classpath depending on the configur

[GitHub] metron issue #949: METRON-1471: Migrate shuffle connections to local or shuf...

2018-03-07 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/949 I still see a SHUFFLE grouping (spout -> enrichmentSplit) in the legacy enrichment topology flux file. Maybe we end up switching to the new enrichment topology so not important in that case. ---

[GitHub] metron issue #946: METRON-1465:Support for Elasticsearch X-pack

2018-03-07 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/946 @wardbekker Did you test this with Kibana by chance? I'm seeing authentication exceptions in the Kibana UI. Looks like we need additional steps for it to work - https://www.elastic.co/guide/en/kiba

[GitHub] metron pull request #956: METRON-1474 Add normalizecss

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/956 METRON-1474 Add normalizecss ## Contributor Comments This PR adds normalizecss to the frontend projects. It is useful to bridge the differences between browsers. ## Pull Request

[GitHub] metron pull request #955: METRON-1474 Add normalizecss

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 closed the pull request at: https://github.com/apache/metron/pull/955 ---

[GitHub] metron issue #949: METRON-1471: Migrate shuffle connections to local or shuf...

2018-03-07 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/949 @merrimanr As of now, there should be no more SHUFFLE groupings in enrichments, but I'll change the profiler for sure. ---

[GitHub] metron issue #949: METRON-1471: Migrate shuffle connections to local or shuf...

2018-03-07 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/949 There are also shuffle groupings in the enrichment and profiler topologies. Do we want to update those too? ---

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-03-07 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/952 I think we are on board with switching to yarn so no concerns there. There was a discussion on it but if anyone now feels differently, speak up. Sounds like we still have a lot of work to

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172937150 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0", "@angular/platform-brow

[GitHub] metron issue #945: METRON-1464: Convert schemas to be compatible with Solr 5...

2018-03-07 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/945 When looking at the reference guide, it's not obvious to me what the differences are between Point and Trie fields as it relates to our use case. Point field types for the corresponding Trie field

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @merrimanr although it should work with npm as well, cause then it will use the package.json to install the dependencies. ---

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172936489 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0", "@angular/platform-bro

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @merrimanr Yes this is the right way to switch to yarn. Yes we have install yarn locally. I did not know that we have so much dependency on npm. But for me it was hard to add new depen

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172934046 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0", "@angular/platform-brow

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @merrimanr ---

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172932830 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0", "@angular/platform-bro

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-03-07 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/952 I'm having trouble understanding what this PR actually does. I see that package-lock.json was removed and yarn.lock was added. Is that all that's needed to switch to yarn? Do we need to also upd

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172927751 --- Diff: metron-interface/metron-alerts/package.json --- @@ -27,8 +27,8 @@ "core-js": "^2.4.1", "font-awesome": "^4.7.0", "momen

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172927486 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0", "@angular/platform-brow

[GitHub] metron pull request #947: METRON-1467: Replace guava caches in places where ...

2018-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/947 ---

[GitHub] metron pull request #947: METRON-1467: Replace guava caches in places where ...

2018-03-07 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/947#discussion_r172888378 --- Diff: metron-platform/metron-enrichment/src/main/java/org/apache/metron/enrichment/bolt/JoinBolt.java --- @@ -89,29 +91,25 @@ public void prepare(Map

[GitHub] metron issue #947: METRON-1467: Replace guava caches in places where the key...

2018-03-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/947 +1 LGTM ---

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172879403 --- Diff: metron-interface/metron-alerts/package-lock.json --- @@ -1,6427 +0,0 @@ -{ --- End diff -- I think that was the problem! Tha

[GitHub] metron issue #945: METRON-1464: Convert schemas to be compatible with Solr 5...

2018-03-07 Thread simonellistonball
Github user simonellistonball commented on the issue: https://github.com/apache/metron/pull/945 To be fair, my question is probably just as appropriate on a discuss thread and a separate ticket out of said thread if it comes to it. ---

[GitHub] metron pull request #947: METRON-1467: Replace guava caches in places where ...

2018-03-07 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/947#discussion_r172870992 --- Diff: metron-platform/metron-enrichment/src/main/java/org/apache/metron/enrichment/bolt/JoinBolt.java --- @@ -89,29 +91,25 @@ public void prepare(Map m

[GitHub] metron pull request #947: METRON-1467: Replace guava caches in places where ...

2018-03-07 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/947#discussion_r172866140 --- Diff: metron-platform/metron-enrichment/src/main/java/org/apache/metron/enrichment/bolt/JoinBolt.java --- @@ -89,29 +91,25 @@ public void prepare(Map

[GitHub] metron issue #945: METRON-1464: Convert schemas to be compatible with Solr 5...

2018-03-07 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/945 @merrimanr you ran this up in Solr 5.5 as well as 6.6, right? If so, then I'm content with the change and give a +1 pending (other than holding for an answer to Simon's question, which I was wonder

[GitHub] metron pull request #952: Metron-1480 Add yarn as default build tool for the...

2018-03-07 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172858774 --- Diff: metron-interface/metron-alerts/package-lock.json --- @@ -1,6427 +0,0 @@ -{ --- End diff -- I suspect the build failure is due to a

[GitHub] metron pull request #944: METRON-1463: Adjust the groupings and shuffles in ...

2018-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/944 ---

[GitHub] metron pull request #940: METRON-1460: Create a complementary non-split-join...

2018-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/940 ---

[GitHub] metron issue #952: Metron-1480 Add yarn as default build tool for the fronte...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @simonellistonball I am not sure. Probably no. ---

[GitHub] metron issue #955: METRON-1474 Add normalizecss

2018-03-07 Thread simonellistonball
Github user simonellistonball commented on the issue: https://github.com/apache/metron/pull/955 Have the dependencies, License and Notices files been updated? ---

[GitHub] metron issue #953: Metron-1472 Add stylelint support

2018-03-07 Thread simonellistonball
Github user simonellistonball commented on the issue: https://github.com/apache/metron/pull/953 Have the dependencies, License and Notices files been updated? ---

[GitHub] metron issue #952: Metron-1480 Add yarn as default build tool for the fronte...

2018-03-07 Thread simonellistonball
Github user simonellistonball commented on the issue: https://github.com/apache/metron/pull/952 Have the dependencies, License and Notices files been updated? ---

[GitHub] metron pull request #955: METRON-1474 Add normalizecss

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/955 METRON-1474 Add normalizecss THIS IS WIP. FIRST #952 SHOULD BE MERGED. ## Contributor Comments This PR adds normalizecss to the frontend projects. It is useful to bridge the differences b

[GitHub] metron pull request #954: METRON-1478 Move type definitions to dev-dependenc...

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/954 METRON-1478 Move type definitions to dev-dependencies ## Contributor Comments Types definitions should not be in dependencies. I moved them to dev-dependencies. ## Pull Request Check

[GitHub] metron pull request #953: Metron 1472 Add stylelint support

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/953 Metron 1472 Add stylelint support THIS IS WIP. FIRST #952 SHOULD MERGED. Added support for stylelint to be able to validate scss syntax. ## Pull Request Checklist Thank

[GitHub] metron issue #951: Metron-1479 Add editorconfig - create guideline for code ...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/951 @ottobackwards In my next PR the build tool will change to yarn. So package.json will be gone soon, and replaced by yarn.lock which is smaller of course. ---

[GitHub] metron issue #951: Metron-1479 Add editorconfig - create guideline for code ...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/951 @ottobackwards I am not sure, but the I guess this is the normal way of locking dependencies. ---

[GitHub] metron pull request #952: Metron-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/952 Metron-1480 Add yarn as default build tool for the frontend Updated the build tool to yarn for the frontend project to avoid npm instability during dependency adding. ### For all changes

[GitHub] metron issue #951: Metron-1479 Add editorconfig - create guideline for code ...

2018-03-07 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/951 Why are there so many changes to the package locks vs. to the package files themselves? ---

[GitHub] metron pull request #951: Metron-1479 Introduce editorconfig, and format all...

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/951 Metron-1479 Introduce editorconfig, and format all of the code in alerts and config projects It is necessary to use editorconfig, code should be look like the same in all files. ### For