[GitHub] nifi issue #2668: NIFI-5136 Ensure processor references are removed from Log...

2018-05-01 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2668 @ottobackwards I identified the leaks using VisualVM to analyze the heap, and can now see that the processors and class loader references are no longer in the heap after these changes ---

[GitHub] nifi-registry issue #112: NIFIREG-162: Support Git backed PersistenceProvide...

2018-04-26 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/112 Been testing this and has been looking good so far... I was doing a test where I configured to push to a remote, but I didn't supply a username/password because I honestly wasn't sure

[GitHub] nifi-registry issue #112: NIFIREG-162: Support Git backed PersistenceProvide...

2018-04-26 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/112 I noticed when I ran "git log" that the commit was made by "anonymous" which is correct since I was in an unsecure instance, but the email address of the commit ended up

[GitHub] nifi-registry pull request #112: NIFIREG-162: Support Git backed Persistence...

2018-04-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/112#discussion_r184458388 --- Diff: nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/flow/git/GitFlowMetaData.java --- @@ -0,0 +1,384

[GitHub] nifi pull request #2668: NIFI-5136 Ensure processor references are removed f...

2018-05-01 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2668 NIFI-5136 Ensure processor references are removed from LogRepository … …and from ProcessScheduler - Forcing FileSystem statistics thread to be interrupted when HDFS processors

[GitHub] nifi issue #2498: [WIP] NIFI-4915 - Creating new nifi-hbase_2-client-service...

2018-05-03 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2498 @MikeThomsen thanks! I'll update the PR once things settle down ---

[GitHub] nifi pull request #2674: NIFI-5148 Refactoring Kerberos auth for Solr proces...

2018-05-03 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2674 NIFI-5148 Refactoring Kerberos auth for Solr processors - Created resuable KeytabUser and KeytabConfiguration in nifi-security-utils - Refactored Solr processors to use a KeytabControllerService

[GitHub] nifi-registry pull request #22: NIFIREG-35 Initial NiFi Registry Client

2017-10-19 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/22#discussion_r145762243 --- Diff: nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/api/FlowResource.java --- @@ -0,0 +1,69 @@ +/* + * Licensed

[GitHub] nifi-registry issue #22: NIFIREG-35 Initial NiFi Registry Client

2017-10-19 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/22 Thanks for the review! I am working on resolving the conflicts now. ---

[GitHub] nifi pull request #2221: NIFI-4506 Adding toDate and format functions to rec...

2017-10-20 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2221 NIFI-4506 Adding toDate and format functions to record path Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi issue #2221: NIFI-4506 Adding toDate and format functions to record pat...

2017-10-27 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2221 Yea I forgot about the timezone, but that should be added as an optional parameter, and that will make use of the unused method that Matt pointed out :) ---

[GitHub] nifi issue #2228: NIFI-4528 The ref attribute in the request to view content...

2017-10-27 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2228 +1 Looks good and verified this addresses the problem, will merge to master ---

[GitHub] nifi-registry issue #74: NIFIREG-89 Add landing page for root URL '/'

2017-12-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/74 @dannylane thanks for the contribution! From a quick glance this looks good, will do a more detailed review when I get a chance. One thing that will need to be done is providing

[GitHub] nifi-registry pull request #67: NIFIREG-76 Adding exception mapper for Const...

2017-12-21 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/67 NIFIREG-76 Adding exception mapper for ConstraintViolationException, … …and validating blank names on updates You can merge this pull request into a Git repository by running: $ git

[GitHub] nifi pull request #2388: NIFI-4708 Correcting logic for determining decrypti...

2018-01-08 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2388 NIFI-4708 Correcting logic for determining decryption key in NiFiRegi… …stryMode.groovy Thank you for submitting a contribution to Apache NiFi. In order to streamline the review

[GitHub] nifi issue #2219: NiFi-4436: Add UI controls for starting/stopping/reverting...

2018-01-08 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2219 Have been testing for a while and everything looks good, going to merge... ---

[GitHub] nifi pull request #2387: NIFI-4750 Ensuring preDestruction is called on auth...

2018-01-08 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2387 NIFI-4750 Ensuring preDestruction is called on authorizer and appropr… …iate policy/user-group providers Thank you for submitting a contribution to Apache NiFi. In order

[GitHub] nifi issue #2385: NIFI-4436: Only enforcing registry unique name check when ...

2018-01-08 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2385 Looks good, will merge ---

[GitHub] nifi issue #2221: NIFI-4506 Adding toDate and format functions to record pat...

2018-01-03 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2221 I'd like to merge this in as is (barring any feedback) and add the timezone support later. I created this JIRA for the timezone support: https://issues.apache.org/jira/browse/NIFI-4732 ---

[GitHub] nifi-registry issue #81: NIFIREG-108 Change REST API buckets ordering

2018-01-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/81 Looks good, going to merge ---

[GitHub] nifi-registry issue #80: [NIFIREG-99] add refresh button to an items change ...

2018-01-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/80 Looks good, will merge ---

[GitHub] nifi-registry issue #78: [NIFIREG-78] disable new policy option when registr...

2018-01-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/78 Looks good, will merge ---

[GitHub] nifi-registry issue #79: [NIFIREG-95] remove help icon button from header to...

2018-01-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/79 Looks good, will merge ---

[GitHub] nifi-registry issue #77: [NIFIREG-96] capitalize delete menu option in grid-...

2018-01-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/77 Looks good, will merge ---

[GitHub] nifi issue #2396: NIFI-4756: Updated PublishKafkaRecord processors to includ...

2018-01-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2396 +1 looks good, verified 0.11 and 1.0 processors send attributes in headers correctly, there was a minor check-style error that i am fixing while merging ---

[GitHub] nifi issue #2396: NIFI-4756: Updated PublishKafkaRecord processors to includ...

2018-01-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2396 Reviewing... ---

[GitHub] nifi-registry pull request #89: NIFIREG-120 Basic Docker Image Support

2018-01-18 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/89#discussion_r162360367 --- Diff: nifi-registry-docker/pom.xml --- @@ -0,0 +1,15 @@ + --- End diff -- Thanks for putting this together! I noticed

[GitHub] nifi-registry issue #88: NIFIREG-112 - Add a 'diff' endpoint to the API/Clie...

2018-01-18 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/88 Nice work! Tested this out and everything looks good, going to merge ---

[GitHub] nifi-registry pull request #90: NIFIREG-121 Bumping pom versions from 0.1.1-...

2018-01-18 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/90 NIFIREG-121 Bumping pom versions from 0.1.1-SNAPSHOT to 0.2.0-SNAPSHOT You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbende/nifi

[GitHub] nifi-registry issue #87: NIFIREG-93 Added Getting Started guide and fixed ty...

2018-01-18 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/87 This is really helpful! Looks good, merging ---

[GitHub] nifi issue #2406: NIFI-4782: Allow the value of a Required Property to be mo...

2018-01-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2406 Reviewing... ---

[GitHub] nifi issue #2393: NIFI-4763: Ignore differences in components' Bundle Versio...

2018-01-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2393 +1 looks good and verified behavior, merging ---

[GitHub] nifi-registry issue #92: NIFIREG-122 - add build status to main README

2018-01-19 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/92 Good idea! merging ---

[GitHub] nifi pull request #2391: NIFI-4747 - Removed directory existence check in Ge...

2018-01-19 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2391#discussion_r162655326 --- Diff: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/GetHDFSTest.java --- @@ -224,17 +224,6

[GitHub] nifi issue #2092: NIFI-1604 - PutSolrContentStream - Evaluate stream path ag...

2018-01-19 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2092 Looks good, merging ---

[GitHub] nifi-registry issue #91: NIFIREG-119 Detect incorrect authorizers config

2018-01-19 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/91 Looks good, merging ---

[GitHub] nifi pull request #2391: NIFI-4747 - Removed directory existence check in Ge...

2018-01-19 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2391#discussion_r162655242 --- Diff: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/GetHDFS.java --- @@ -220,16 +220,6

[GitHub] nifi-registry issue #82: NIFIREG-109 Expand LdapUserGroupProvider Config

2018-01-11 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/82 Looks good, will merge, thanks! ---

[GitHub] nifi-registry issue #96: NIFIREG-131 Surface auth failure details

2018-01-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/96 +1 Verified I got back the untrusted proxy error on the client side, and also saw it in the logs on registry server side, going to merge, thanks! ---

[GitHub] nifi-registry issue #96: NIFIREG-131 Surface auth failure details

2018-01-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/96 Reviewing... ---

[GitHub] nifi-registry issue #95: NIFIREG-128 NIFIREG-129 NIFIREG-132 Swagger Fixes

2018-01-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/95 +1 Looks good, will merge ---

[GitHub] nifi issue #2455: NIFI-4837: Addressing thread leak in HandleHTTPRequest

2018-02-07 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2455 Reviewing... ---

[GitHub] nifi issue #2460: NIFI-4858: Expose Request Timeout from HTTP Context Map an...

2018-02-08 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2460 Looks good, merging to master ---

[GitHub] nifi issue #2455: NIFI-4837: Addressing thread leak in HandleHTTPRequest

2018-02-07 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2455 +1 Looks good, tested the scenario in the JIRA and verified the thread count longer continues to increase, will merge ---

[GitHub] nifi issue #2462: NIFI-4863: Bug fixes to the way that we handled Remote Gro...

2018-02-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2462 +1 Ran through test scenarios with input and output ports on RPGs in versioned flows and this appears to clear up all the issues, merging to master ---

[GitHub] nifi pull request #2454: NIFI-4841 Fixing NPE when reverting local changes i...

2018-02-07 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2454 NIFI-4841 Fixing NPE when reverting local changes involving remote gr… …oup ports Thank you for submitting a contribution to Apache NiFi. In order to streamline the review

[GitHub] nifi pull request #2477: NIFI-4839 Adding CLI to nifi-toolkit

2018-02-16 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2477 NIFI-4839 Adding CLI to nifi-toolkit For whoever reviews this, I'd like to preserve the commit history to retain the contributions for each individual. I've already squashed down to the minimum set

[GitHub] nifi pull request #2470: NIFI-4864 Fixing additional resources property poin...

2018-02-15 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2470#discussion_r168568930 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java

[GitHub] nifi pull request #2472: NIFI-4884 Fixing ordering during import from regist...

2018-02-15 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2472 NIFI-4884 Fixing ordering during import from registry so that we set … …schedule strategy on a processor before setting scheduling duration Thank you for submitting a contribution

[GitHub] nifi issue #2477: NIFI-4839 Adding CLI to nifi-toolkit

2018-02-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2477 @pvillard31 thanks for the feedback! Regarding the docs... Long-term I do agree that our admin guide has become quite lengthy and hard to find information, and we should probably spin-off

[GitHub] nifi-registry pull request #73: NIFIREG-87 Updating assembly README for rele...

2017-12-28 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/73 NIFIREG-87 Updating assembly README for release You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbende/nifi-registry update-readme

[GitHub] nifi issue #2219: NiFi-4436: Add UI controls for starting/stopping/reverting...

2017-12-28 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2219 @pvillard31 if the variable is added and not referenced by anything then i believe that is expected behavior, there would be no reason to include that variable in the versioned flow sent

[GitHub] nifi issue #2219: NiFi-4436: Add UI controls for starting/stopping/reverting...

2017-12-28 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2219 @pvillard31 I see what you are saying.. so the flow referenced variables which didn't really exist yet so in v1 of the flow it didn't capture any variables, then you want to add them but adding them

[GitHub] nifi-registry issue #75: NIFIREG-90: Fixing localhost URL in readme.

2018-01-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/75 Thanks for catching this! Will merge ---

[GitHub] nifi issue #2219: NiFi-4436: Add UI controls for starting/stopping/reverting...

2018-01-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2219 I'll start reviewing this... ---

[GitHub] nifi-registry issue #74: NIFIREG-89 Add landing page for root URL '/'

2018-01-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/74 @alopresto thanks for mentioning about the discussion of the NiFi landing page, I wasn't aware of that. Even if we changed to a silent redirect, I _think_ we still want most of what

[GitHub] nifi-registry issue #67: NIFIREG-76 Adding exception mapper for ConstraintVi...

2017-12-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/67 Thanks for reviewing Kevin, merging to master ---

[GitHub] nifi-registry issue #65: [NIFIREG-30] update delete icons

2017-12-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/65 Merging based on Kevin's review, thanks! ---

[GitHub] nifi-registry issue #66: [NIFIREG-14] remove fds demo

2017-12-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/66 +1 looks good, merging ---

[GitHub] nifi-registry issue #64: NIFIREG-75 Fix User Groups for Composite Provider C...

2017-12-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/64 Reviewing... ---

[GitHub] nifi-registry issue #57: NIFIREG-67 Update Admin Guide and Add User Guide

2017-12-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/57 Looks like a good start to the docs, going to merge this in and we can follow up with another PR to add the appropriate screenshots to the user guide ---

[GitHub] nifi-registry issue #64: NIFIREG-75 Fix User Groups for Composite Provider C...

2017-12-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/64 +1 Ran through a full test with NiFi & Registry both configured with a composite user-group-provider, and put an LDAP user into a file-based group, and then made a bucket and gave the g

[GitHub] nifi-registry issue #68: [NIFIREG-83] deselect all users or groups in the ad...

2017-12-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/68 Verified the behavior and looks good, will merge ---

[GitHub] nifi-registry issue #51: NIFIREG-61 Add support for encrypted config files

2017-12-26 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/51 Spoke with @kevdoran and was able to test the functionality in this PR using a pre-encrypted conf directory, verified the app started and worked successfully when encrypted values were present

[GitHub] nifi-registry issue #71: NIFIREG-85 Custom ascii art banner

2017-12-27 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/71 Very cool addition, going to merge ---

[GitHub] nifi-registry issue #72: NIFIREG-84 Corrected screenshot when creating group...

2017-12-27 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/72 Looks good, merging ---

[GitHub] nifi-registry issue #70: NIFIREG-84 Added screenshots to User Guide and made...

2017-12-27 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/70 This looks good, nice work getting all the screenshots in there! Going to merge ---

[GitHub] nifi-registry issue #69: NIFIREG-67 Revisions to Admin Guide

2017-12-27 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/69 Looks good, merging... ---

[GitHub] nifi-registry issue #61: [NIFIREG-30] add bucket side nav

2017-12-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/61 This looks good, going to merge to master, thanks! ---

[GitHub] nifi-registry issue #63: NIFIREG-74 Change login to use HTTP Basic Auth

2017-12-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/63 +1 I was able to resolve the merge conflict locally and test this out, works nicely... was able to login/logout with multiple users against LDAP and verified that basic auth was being used

[GitHub] nifi-registry pull request #62: NIFIREG-66 Initial LICENSE/NOTICE for assemb...

2017-12-20 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/62#discussion_r158176849 --- Diff: nifi-registry-web-docs/src/main/resources/META-INF/LICENSE --- @@ -0,0 +1,223 @@ + + Apache License

[GitHub] nifi issue #2367: NIFI-4730 restructure of nifi-gcp-bundle

2018-01-03 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2367 +1 Builds cleanly and project structure looks correct between processors and service API, going to merge ---

[GitHub] nifi issue #2219: NiFi-4436: Add UI controls for starting/stopping/reverting...

2018-01-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2219 @pvillard31 the current thinking behind variables is that they serve as a starting point when someone imports a flow, but aren't considered as changes that make a flow "dirty" and requir

[GitHub] nifi pull request #2219: NiFi-4436: Add UI controls for starting/stopping/re...

2018-01-03 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2219#discussion_r159513297 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardFlowSynchronizer.java

[GitHub] nifi issue #2477: NIFI-4839 Adding CLI to nifi-toolkit

2018-02-26 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2477 Fixed the issue with returning the appropriate exit code in standalone mode. An example of testing this would be running a script like the following: ``` #!/bin/sh CMD_OUT=`./bin

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r170687174 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java --- @@ -0,0 +1,564

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r170684472 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java --- @@ -0,0 +1,564

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r170683857 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java --- @@ -0,0 +1,564

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r170688235 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java --- @@ -0,0 +1,564

[GitHub] nifi pull request #2478: NIFI-4833 Add scanHBase Processor

2018-02-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2478#discussion_r170686168 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/ScanHBase.java --- @@ -0,0 +1,564

[GitHub] nifi issue #2477: NIFI-4839 Adding CLI to nifi-toolkit

2018-02-26 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2477 @pvillard31 since you tested this out a bit, would you be able to give a final review & merge? ---

[GitHub] nifi pull request #2805: NIFI-5325 A Syslog Parser that fully supports RFC 5...

2018-06-21 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2805#discussion_r197142251 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ParseSyslog5424.java --- @@ -0,0

[GitHub] nifi pull request #2805: NIFI-5325 A Syslog Parser that fully supports RFC 5...

2018-06-21 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2805#discussion_r197144571 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ParseSyslog5424.java --- @@ -0,0

[GitHub] nifi issue #2805: NIFI-5325 A Syslog Parser that fully supports RFC 5424 Str...

2018-06-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2805 Looks good, merging, thanks! ---

[GitHub] nifi issue #2930: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2930 I think the primary concern is ensuring that existing flows behave the same as they currently do, which means the default behavior needs to apply the file filter to files and directories

[GitHub] nifi issue #2930: NIFI-4434 Fixed recursive listing with a custom regex filt...

2018-08-01 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2930 Will review... ---

[GitHub] nifi issue #2866: NIFI-4710 Kerberos support for user auth in Docker instanc...

2018-08-01 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2866 @pepov your description of the various kerberos options is correct, and the SPNEGO approach is definitely the traditional way kerberos is intended to work. The direct login is definitely more

[GitHub] nifi issue #2913: NIFI-5083: enabled EL support for processor configuration ...

2018-07-25 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2913 I think you will also need to find where the group id property is used and ensure that evaluateAttributeExpressions() is called when obtaining the value. ---

[GitHub] nifi issue #2913: NIFI-5083: enabled EL support for processor configuration ...

2018-07-25 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2913 Actually, I take back my last comment, I now see where the value is obtained and it does have the logic: ``` String propertyValue = propertyDescriptor.isExpressionLanguageSupported

[GitHub] nifi issue #2939: NIFI-5466: Keep a running total of stats for each componen...

2018-08-07 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2939 Will review... ---

[GitHub] nifi-registry issue #136: NIFIREG-194: Updated VersionedConnection to suppor...

2018-08-14 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/136 Looks good to me, will merge, thanks! ---

[GitHub] nifi-registry pull request #133: NIFIREG-190

2018-08-09 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/133#discussion_r209132775 --- Diff: nifi-registry-framework/src/main/java/org/apache/nifi/registry/provider/hook/AbstractEventHookProvider.java --- @@ -0,0 +1,72

[GitHub] nifi-registry pull request #136: NIFIREG-194: Updated VersionedConnection to...

2018-08-14 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/136#discussion_r209961895 --- Diff: nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedConnection.java --- @@ -134,6 +139,36 @@ public void

[GitHub] nifi issue #2939: NIFI-5466: Keep a running total of stats for each componen...

2018-08-20 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2939 Code looks good and verified stats functionality from using the application, once the license headers are resolved I am a +1 ---

[GitHub] nifi issue #2939: NIFI-5466: Keep a running total of stats for each componen...

2018-08-20 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2939 Just started reviewing, there are a bunch of files with missing license headers... ``` [WARNING] Files with unapproved licenses: /home/travis/build/apache/nifi/nifi-nar-bundles/nifi

[GitHub] nifi issue #2959: NIFI-5540 Provide default `nifi.sensitive.props.key` value...

2018-08-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2959 Verified that I am now able to start up a cluster without explicitly specifying a sensitive properties key, same as it previously worked before this issue, thanks Andy! Will merge shortly ---

[GitHub] nifi issue #2820: NIFI-5327 Adding Netflowv5 protocol parser

2018-07-20 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2820 I haven't looked at any of the code so keep that in mind :) If we are talking about NiFi templates, then they are just examples of how to use a processor or set of processors, which you can

[GitHub] nifi pull request #2900: NIFI-5432 Add Syslog Record Reader legacy Syslog

2018-07-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2900#discussion_r203060708 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi

[GitHub] nifi pull request #2900: NIFI-5432 Add Syslog Record Reader legacy Syslog

2018-07-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2900#discussion_r203052373 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi

[GitHub] nifi issue #2900: NIFI-5432 Add Syslog Record Reader legacy Syslog

2018-07-17 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2900 Looks good, merging, thanks! ---

<    2   3   4   5   6   7   8   9   >