[GitHub] nifi pull request #599: NIFI-2156: Add ListDatabaseTables processor

2016-07-06 Thread mattyb149
Github user mattyb149 closed the pull request at: https://github.com/apache/nifi/pull/599 --- 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 this feature enabled and wishes so, or if the feature is

[GitHub] nifi pull request #613: NIFI-2157: Add GenerateTableFetch processor

2016-07-06 Thread mattyb149
GitHub user mattyb149 opened a pull request: https://github.com/apache/nifi/pull/613 NIFI-2157: Add GenerateTableFetch processor NOTE: This PR depends on #599. I put the DB-specific stuff in an interface and used ServiceLoader to get at them, but I welcome your comments perhaps on

[GitHub] nifi issue #601: NIFI-2039: Provide a new ProcessSession.read() method that ...

2016-07-05 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/601 +1 LGTM, ran all tests and manually verified error messages, etc. Merging into master, thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] nifi issue #601: NIFI-2039: Provide a new ProcessSession.read() method that ...

2016-07-05 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/601 Reviewing... --- 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 this feature enabled and wishes so, or if

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-05 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 +1 LGTM, merging to master --- 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 this feature enabled and

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-05 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 Ok sounds good. I gave the Integration Test thing (and the QueryCassandra -- actually in AbstractCassandraProcessor) fix a try, the ITs don't work (yet) but feel free to take a look:

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-05 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 @jeffoxenberg After your fix is applied, I tried a QueryCassandra to get the values out of the table, and I'm getting a similar codec error then. Should we edit the Jira to fix both cases, or d

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-05 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 @jeffoxenberg mind squashing your commits into one? Please and thanks! --- 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] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-05 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 You're right, we'd need some integration tests (possibly using CassandraUnit) to show this. I will verify your change then merge as-is, we can add an improvement Jira or something to add i

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-01 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 Can you put your template in a Gist? I'll give it a try too --- 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 doe

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-01 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 Were there quotes (single or double) in the real flow's value? --- 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] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-01 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 I cherry-picked in the commits that added unit tests, to show that they would fail without your fix, however they pass. Any idea how the tests differ from the error that spawned the Jira? --- If

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69357965 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-01 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 An example could be another test just like that one with cql.args.10.value set to "I'm not a timestamp" or a timestamp not in ISO-8601 format like "07.01.2016". Not sa

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69355805 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69355562 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69353249 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r6935 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69351536 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69351172 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69346410 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi issue #602: NIFI-2165: fix support for inserting timestamps into cassan...

2016-07-01 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/602 Looks good, mind adding unit test(s) to try various good and bad values? --- 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

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69325929 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml --- @@ -56,6 +56,11 @@ language governing permissions and

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69320414 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/test/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69319909 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69319637 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69319591 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69318800 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69318859 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-07-01 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69318666 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml --- @@ -56,6 +56,11 @@ language governing permissions and

[GitHub] nifi pull request #599: NIFI-2156: Add ListDatabaseTables processor

2016-06-30 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/599#discussion_r69224252 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListDatabaseTables.java

[GitHub] nifi pull request #599: NIFI-2156: Add ListDatabaseTables processor

2016-06-30 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/599#discussion_r69224117 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestListDatabaseTables.java

[GitHub] nifi pull request #599: NIFI-2156: Add ListDatabaseTables processor

2016-06-30 Thread mattyb149
GitHub user mattyb149 opened a pull request: https://github.com/apache/nifi/pull/599 NIFI-2156: Add ListDatabaseTables processor You can merge this pull request into a Git repository by running: $ git pull https://github.com/mattyb149/nifi NIFI-2156 Alternatively you can

[GitHub] nifi issue #595: pull new code

2016-06-30 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/595 This PR appears to be a collection of merge commits, were you trying to issue a PR with new code against the master branch? If so can you point me at the commit, I can help get the PR into the

[GitHub] nifi issue #591: NIFI-2142 Cache compiled XSLT in TransformXml

2016-06-28 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/591 I found this, could it be a property of the dialog? http://www.saxonica.com/documentation9.5/extensions/output-extras/indent-spaces.html --- If your project is set up for it, you can reply to this

[GitHub] nifi issue #500: NIFI 1922

2016-06-27 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/500 Also it looks like like you've got a merge commit in your chain here. Can you start with a fresh master branch, apply your patch, then push the pull request? If you have two commits, perhap

[GitHub] nifi issue #500: NIFI 1922

2016-06-27 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/500 The file "NIFI-1922-patch" is included in this commit and should not be, just the changes it implies (which have been applied). Can you remove this file from the commit? Please and thanks

[GitHub] nifi pull request #525: NIFI-1976 - Windows Event Log native processor

2016-06-27 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/525#discussion_r68668099 --- Diff: nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/src/main/java/org/apache/nifi/processors/windows/event/log

[GitHub] nifi issue #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-06-27 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/576 Per an offline discussion with @JPercivall, Multi-Get and/or Search capabilities are not really right for the FetchXYZ processor idiom. A better solution may be a List/Search/Execute processor for

[GitHub] nifi issue #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-06-27 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/576 Yep will do! --- 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 this feature enabled and wishes so, or if

[GitHub] nifi issue #586: NIFI-2118 Addresssing License/Notice issues in nifi-assumbl...

2016-06-26 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/586 +1 LGTM, merged to 0.x and master --- 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 this feature enabled

[GitHub] nifi pull request #534: Fix for NIFI-1838 & NIFI-1152

2016-06-24 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/534#discussion_r68438921 --- Diff: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java

[GitHub] nifi pull request #576: NIFI-2068: Add Elasticsearch HTTP processors

2016-06-24 Thread mattyb149
GitHub user mattyb149 opened a pull request: https://github.com/apache/nifi/pull/576 NIFI-2068: Add Elasticsearch HTTP processors - Renamed original AbstractElasticsearchProcessor to AbstractElasticsearchTransportClientProcessor, as a base class for the original ES processors

[GitHub] nifi issue #558: NIFI-2065: When a provenance query matches the max number o...

2016-06-22 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/558 +1 LGTM, tested with plenty of provenance events, verified the "Skipping search" entry appeared in the log. --- If your project is set up for it, you can reply to this email and have

[GitHub] nifi issue #550: NIFI-1900: Verify that connection's destination is not runn...

2016-06-22 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/550 +1 LGTM, reproduced the error then applied the patch and retested, verified that a connection cannot be moved if its destination has active threads (even if stopped). --- If your project is set up

[GitHub] nifi pull request #477: NIFI-1663: Add ConvertAvroToORC processor

2016-06-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/477#discussion_r68073235 --- Diff: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/ConvertAvroToORC.java --- @@ -0,0 +1,303

[GitHub] nifi pull request #477: NIFI-1663: Add ConvertAvroToORC processor

2016-06-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/477#discussion_r68072879 --- Diff: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/ConvertAvroToORC.java --- @@ -0,0 +1,303

[GitHub] nifi pull request #477: NIFI-1663: Add ConvertAvroToORC processor

2016-06-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/477#discussion_r68072906 --- Diff: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/ConvertAvroToORC.java --- @@ -0,0 +1,303

[GitHub] nifi pull request #534: Fix for NIFI-1838 & NIFI-1152

2016-06-21 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/534#discussion_r67970007 --- Diff: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java

[GitHub] nifi issue #550: NIFI-1900: Verify that connection's destination is not runn...

2016-06-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/550 Reviewing... --- 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 this feature enabled and wishes so, or if

[GitHub] nifi issue #254: NIFI-1583 Added ConvertJSONtoCSV processor

2016-06-21 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/254 @acesir Mind rebasing against the latest master? Please and thanks! --- 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] nifi pull request #248: NIFI-1568: Add Filter Capability to UnpackContent

2016-06-18 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/248#discussion_r67605391 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java --- @@ -154,75

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-17 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67562782 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,245

[GitHub] nifi issue #255: NIFI-1594: Add option to bulk using Index or Update.

2016-06-17 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/255 +1 LGTM, built and ran tests, also ran a few sample documents through the flow to exercise the index, update, and upsert logic. Thanks for the contribution! will merge to 0.x and master --- If

[GitHub] nifi pull request #397: NIFI-1815

2016-06-16 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/397#discussion_r67451461 --- Diff: nifi-nar-bundles/nifi-ocr-bundle/nifi-ocr-processors/src/test/resources/tessdata/tessconfigs/nobatch --- @@ -0,0 +1 @@ + --- End diff

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-16 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67392432 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,245

[GitHub] nifi issue #256: NIFI-1578: Create PutSlack processor

2016-06-15 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/256 +1 LGTM, can you squash your commits into 1? should make it easier to rebase (will need to change the version to 0.7.0-SNAPSHOT) unless after you squash you want to issue another PR against 0.x? If

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67281209 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,243

[GitHub] nifi pull request #255: NIFI-1594: Add option to bulk using Index or Update.

2016-06-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/255#discussion_r67277159 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch/PutElasticsearch.java

[GitHub] nifi pull request #248: NIFI-1568: Add Filter Capability to UnpackContent

2016-06-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/248#discussion_r67246009 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java --- @@ -154,75

[GitHub] nifi pull request #458: NIFI-1829 - Create new DebugFlow processor.

2016-06-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/458#discussion_r67230976 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/DebugFlow.java --- @@ -0,0 +1,499

[GitHub] nifi issue #475: NIFI-2026 - Add Maven profile to compile nifi-hadoop-librar...

2016-06-15 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/475 The arg part is useful for more than just this case, perhaps it could be set to a more generic property such as "nifi.additional.java.args" or something, and done as a separate i

[GitHub] nifi issue #475: NIFI-2026 - Add Maven profile to compile nifi-hadoop-librar...

2016-06-15 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/475 The more I think about this, especially with the inclusion of elements for specific vendors, I tend to agree with the settings.xml approach. Should be easy to describe in a blog post or email to

[GitHub] nifi pull request #475: NIFI-2026 - Add Maven profile to compile nifi-hadoop...

2016-06-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/475#discussion_r67174016 --- Diff: nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml --- @@ -21,19 +21,70 @@ true true

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67162014 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,243

[GitHub] nifi issue #477: NIFI-1663: Add ConvertAvroToORC processor

2016-06-15 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/477 Just updated the POM to use Orc 1.1.1 (and changed the hard-coded version to a property) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] nifi pull request #475: NIFI-2026 - Add Maven profile to compile nifi-hadoop...

2016-06-15 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/475#discussion_r67157439 --- Diff: nifi-assembly/pom.xml --- @@ -470,6 +470,15 @@ language governing permissions and limitations under the License

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-14 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67039275 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,238

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-14 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67039181 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,238

[GitHub] nifi pull request #248: NIFI-1568: Add Filter Capability to UnpackContent

2016-06-14 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/248#discussion_r67017365 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent.java --- @@ -154,75

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-14 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67014112 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,238

[GitHub] nifi pull request #256: NIFI-1578: Create PutSlack processor

2016-06-14 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/256#discussion_r67014211 --- Diff: nifi-nar-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/PutSlack.java --- @@ -0,0 +1,238

[GitHub] nifi issue #256: NIFI-1578: Create PutSlack processor

2016-06-14 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/256 @adamonduty I will review. Can you rebase this against the latest master branch? It can't be merged as-is. Thanks! --- If your project is set up for it, you can reply to this email and have

[GitHub] nifi pull request #508: NIFI-1981 Cluster communication without client certi...

2016-06-14 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/508#discussion_r66990173 --- Diff: nifi-commons/nifi-security-utils/pom.xml --- @@ -30,6 +30,21 @@ org.apache.commons commons-lang3

[GitHub] nifi issue #508: NIFI-1981 Cluster communication without client certificate

2016-06-14 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/508 +1 LGTM, built and ran with Java 7 and 8 on 0.x branch. Mind squashing the commits? Then I'll merge to 0.x and master, thanks! --- If your project is set up for it, you can reply to this emai

[GitHub] nifi pull request #508: NIFI-1981 Cluster communication without client certi...

2016-06-13 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/508#discussion_r66900343 --- Diff: nifi-commons/nifi-security-utils/src/test/groovy/org/apache/nifi/security/util/CertificateUtilsTest.groovy --- @@ -272,4 +275,179 @@ class

[GitHub] nifi pull request #508: NIFI-1981 Cluster communication without client certi...

2016-06-13 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/508#discussion_r66900061 --- Diff: nifi-commons/nifi-security-utils/src/test/groovy/org/apache/nifi/security/util/CertificateUtilsTest.groovy --- @@ -272,4 +275,179 @@ class

[GitHub] nifi issue #255: NIFI-1594: Add option to bulk using Index or Update.

2016-06-13 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/255 @joaohf will you have a chance to make the suggested updates? The PMC is looking to cut a 0.7.0 release soon and are wondering if this ticket can/should be included. Thanks! --- If your project is

[GitHub] nifi issue #475: - Add Maven profile to compile nifi-hadoop-libraries-nar us...

2016-06-10 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/475 MapR against a MapR cluster, the client is ok and I used the same *-site.xml files, although they are notably silent due to the need to install the client. Do I need additional measures to add the

[GitHub] nifi issue #477: NIFI-1663: Add ConvertAvroToORC processor

2016-06-10 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/477 @omalley Thanks! I updated the version in the POM to 1.1.0 and force-pushed the branch. Hopefully Travis will find the release JARs and complete successfully :) --- If your project is set up for

[GitHub] nifi issue #475: - Add Maven profile to compile nifi-hadoop-libraries-nar us...

2016-06-10 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/475 Do you mind filing a Jira case for this, and updating the PR title with the Jira case number? It will make things easier to track, please and thanks! I am having trouble with PutHDFS at the

[GitHub] nifi pull request #521: NIFI-1998: Upgraded Cassandra driver to 3.0.2

2016-06-10 Thread mattyb149
GitHub user mattyb149 opened a pull request: https://github.com/apache/nifi/pull/521 NIFI-1998: Upgraded Cassandra driver to 3.0.2 This should apply cleanly to both master and 0.x branches You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi issue #516: NIFI-1993 upgraded CGLIB to 3.2.2

2016-06-10 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/516 +1 LGTM, tested #515 with and without this commit, verified the test fails without this commit. Merged to master --- If your project is set up for it, you can reply to this email and have your

[GitHub] nifi issue #475: - Add Maven profile to compile nifi-hadoop-libraries-nar us...

2016-06-09 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/475 As an optional Maven build profile I would imagine it's ok but will defer to @joewitt and others. In the meantime I will review and test this profile (and its absence) against various Hadoop di

[GitHub] nifi issue #516: NIFI-1993 upgraded CGLIB to 3.2.2

2016-06-09 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/516 What's a good test? Successful build? Or something more? --- 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

[GitHub] nifi issue #492: NIFI-1975 - Processor for parsing evtx files

2016-06-09 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/492 +1 LGTM, built and ran tests and contrib-check. Ran a NiFi flow with multiple EVTX files exercising all relationships and granularities. Great contribution, thanks much! Merging to master

[GitHub] nifi pull request #492: NIFI-1975 - Processor for parsing evtx files

2016-06-08 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/492#discussion_r66292230 --- Diff: nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/ParseEvtxTest.java --- @@ -0,0 +1,318

[GitHub] nifi issue #510: NIFI-1984: Ensure that locks are always cleaned up by Naive...

2016-06-08 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/510 +1 LGTM, built and ran tests, also started NiFi and tried various delete operations including an attempt to delete a processor that had an incoming connection. All behavior was as expected --- If

[GitHub] nifi issue #492: NIFI-1975 - Processor for parsing evtx files

2016-06-08 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/492 The nifi-evtx-nar needs to be added to the top-level POM and the nifi-assembly POM, otherwise it will not be included in the distro. --- If your project is set up for it, you can reply to this

[GitHub] nifi issue #477: NIFI-1663: Add ConvertAvroToORC processor

2016-06-07 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/477 They're evaluating RC3 as of this writing, I will be doing the same but I expect good results and an imminent release :) --- If your project is set up for it, you can reply to this email and

[GitHub] nifi issue #505: [NIFI-1707] create bower.options mvn property to support bo...

2016-06-07 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/505 +1 LGTM, tested it with and without command-line options, verified they are passed to bower --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] nifi issue #504: NIFI-1979 Moved HL7 test file into TestExtractHL7Attributes...

2016-06-07 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/504 +1 LGTM, tested on Apache and GitHub and tests are passing. Merging to 0.x and master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] nifi issue #504: NIFI-1979 Moved HL7 test file into TestExtractHL7Attributes...

2016-06-07 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/504 Reviewing... --- 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 this feature enabled and wishes so, or if

[GitHub] nifi pull request #255: NIFI-1594: Add option to bulk using Index or Update.

2016-06-07 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/255#discussion_r66067616 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch/PutElasticsearch.java

[GitHub] nifi issue #248: NIFI-1568: Add Filter Capability to UnpackContent

2016-06-07 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/248 I can continue the review on this one, mind rebasing against the latest master or 0.x branch? Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] nifi pull request #492: NIFI-1975 - Processor for parsing evtx files

2016-06-06 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/492#discussion_r66000949 --- Diff: nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/main/java/org/apache/nifi/processors/evtx/ParseEvtx.java --- @@ -0,0 +1,353

[GitHub] nifi pull request #492: NIFI-1975 - Processor for parsing evtx files

2016-06-06 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/492#discussion_r66000706 --- Diff: nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/main/java/org/apache/nifi/processors/evtx/ParseEvtx.java --- @@ -0,0 +1,353

[GitHub] nifi pull request #492: NIFI-1975 - Processor for parsing evtx files

2016-06-06 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/492#discussion_r66000567 --- Diff: nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/main/java/org/apache/nifi/processors/evtx/ParseEvtx.java --- @@ -0,0 +1,353

[GitHub] nifi pull request #492: NIFI-1975 - Processor for parsing evtx files

2016-06-06 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/492#discussion_r66000431 --- Diff: nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-processors/pom.xml --- @@ -0,0 +1,68 @@ + + +http://maven.apache.org/POM/4.0.0"; xmln

[GitHub] nifi pull request #492: NIFI-1975 - Processor for parsing evtx files

2016-06-06 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/492#discussion_r66000380 --- Diff: nifi-nar-bundles/nifi-evtx-bundle/nifi-evtx-nar/src/main/resources/META-INF/NOTICE --- @@ -0,0 +1,36 @@ +nifi-evtx-nar +Copyright 2016 The

  1   2   3   >