[GitHub] metron pull request #530: METRON-777 Metron Extension System and Parser Exte...

2017-08-12 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/530#discussion_r132820881 --- Diff: bundles-lib/src/main/java/org/apache/metron/bundles/VFSBundleClassLoader.java --- @@ -0,0 +1,515 @@ +/* + * Licensed to the Apache S

[GitHub] metron pull request #530: METRON-777 Metron Extension System and Parser Exte...

2017-08-12 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/530#discussion_r132820984 --- Diff: bundles-lib/src/main/java/org/apache/metron/bundles/ExtensionManager.java --- @@ -0,0 +1,436 @@ +/* + * Licensed to the Apache Softwa

[GitHub] metron pull request #530: METRON-777 Metron Extension System and Parser Exte...

2017-08-12 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/530#discussion_r132820993 --- Diff: bundles-lib/src/main/java/org/apache/metron/bundles/ExtensionManager.java --- @@ -0,0 +1,436 @@ +/* + * Licensed to the Apache Softwa

[GitHub] metron issue #530: METRON-777 Metron Extension System and Parser Extensions

2017-08-12 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/530 @mattf-horton please take a look at [22ba18b](https://github.com/apache/metron/pull/530/commits/22ba18b569b05bf040d1fca1f331602210e2e5ec) [97ef4f0](https://github.com/apache/metron/pul

[GitHub] metron issue #690: METRON-1091 Package STELLAR shell as stand alone

2017-08-12 Thread JonZeolla
Github user JonZeolla commented on the issue: https://github.com/apache/metron/pull/690 +1, visual inspection + a bit of playing around (see below). ``` ~/bin$ ./stellar SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operati

[GitHub] metron pull request #692: METRON-1107 add support for handling epoch dates i...

2017-08-12 Thread ottobackwards
GitHub user ottobackwards opened a pull request: https://github.com/apache/metron/pull/692 METRON-1107 add support for handling epoch dates in seconds or milliseconds This PR adds the capability for the Stellar Date functions which take Long times to handle both seconds and millisec