[GitHub] nifi pull request #2561: NIFI-4035 Implement record-based Solr processors

2018-03-20 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2561#discussion_r175863187 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/PutSolrRecord.java --- @@ -0,0 +1,351

[GitHub] nifi pull request #2561: NIFI-4035 Implement record-based Solr processors

2018-03-20 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2561#discussion_r175863036 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/PutSolrRecord.java --- @@ -0,0 +1,351

[GitHub] nifi issue #2573: NIFI-4885: Updating versioning endpoints to account for gr...

2018-03-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2573 Tested a bunch of scenarios involving version control with granular restricted component permissions and everything looks good now, going to merge ---

[GitHub] nifi issue #2552: NIFI-4917: Externalize Keytab and Principal configuration ...

2018-03-20 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2552 @markap14 do you think it makes sense to update the default nifi-env.sh/.bat so that the environment variable is already there (defaulting to allow) and can easily be toggled? https

[GitHub] nifi pull request #2561: NIFI-4035 Implement record-based Solr processors

2018-03-20 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2561#discussion_r175858048 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/SolrUtils.java --- @@ -280,5 +291,115

[GitHub] nifi-minifi pull request #119: MINIFI-447 - Adding FlowMapper and FlowRetrie...

2018-03-23 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-minifi/pull/119 MINIFI-447 - Adding FlowMapper and FlowRetrievalService Thank you for submitting a contribution to Apache NiFi - MiNiFi. In order to streamline the review of the contribution we ask you

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

2018-03-05 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2478 One other question, what do you envision people most likely do with the output of this processor? The reason I'm asking is because I'm debating if it makes sense to write multiple JSON

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

2018-03-05 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2478 @bdesert Thanks for the updates, was reviewing the code again and I think we need to change to way the `ScanHBaseResultHandler` works... Currently it adds rows to a list in memory until bulk

[GitHub] nifi pull request #2505: NIFI-4920 Skipping sensitive properties when updati...

2018-03-02 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2505 NIFI-4920 Skipping sensitive properties when updating component prope… …rties from versioned component Thank you for submitting a contribution to Apache NiFi. In order

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

2018-02-28 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2498 @MikeThomsen thanks for the heads up, i don't anticipate this one being able to be merged any time soon since it will probably still be a while before a GA 2.0.0 hbase-client is available, so we

[GitHub] nifi issue #2582: NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-pro...

2018-04-25 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2582 @jtstorck I tested this against a 2.6 Hadoop with Kerberos and also a 3.0.0 and it appears to work against both so I'm planning to merge this. I do think we should make it as easy as possible

[GitHub] nifi issue #2660: NIFI-5116 Implemented logic to translate nifi.properties f...

2018-04-26 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2660 Looks good, going to merge, thanks! ---

[GitHub] nifi issue #2660: NIFI-5116 Implemented logic to translate nifi.properties f...

2018-04-26 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2660 Reviewing... ---

[GitHub] nifi pull request #2809: NIFI-5316 Fixed array handling for Avro that comes ...

2018-06-28 Thread bbende
Github user bbende closed the pull request at: https://github.com/apache/nifi/pull/2809 ---

[GitHub] nifi issue #2809: NIFI-5316 Fixed array handling for Avro that comes from Pa...

2018-06-28 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2809 Thanks @zenfenan ! will close the PR ---

[GitHub] nifi issue #3040: NIFI-5648: Enable to launch NiFi and ignore the failed ext...

2018-10-08 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3040 I agree with the points made by @joewitt , although this PR did make me compare what we are doing for processors vs. controller services... I noticed that for processors the try/catch wraps

[GitHub] nifi issue #3057: NIFI-5667: Add nested record support for PutORC

2018-10-11 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3057 Ok using your test.avro going into PutORC with an AvroReader that uses embedded schema I can get the error you showed earlier. I also tested ConvertRecord using the AvroReader and JsonWrtier

[GitHub] nifi pull request #3065: NIFI-5680 Handling trailing slashes on URLs of regi...

2018-10-11 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3065 NIFI-5680 Handling trailing slashes on URLs of registry clients Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi issue #3070: NIFI-5695: Fixed bug that caused ports to not properly map...

2018-10-12 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3070 Verified this fixes the issue, looks good to me. ---

[GitHub] nifi issue #3057: NIFI-5667: Add nested record support for PutORC

2018-10-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3057 Looks good to me, was able to verify the functionality, going to merge ---

[GitHub] nifi pull request #3088: NIFI-5719 Ensuring FetchFile routes to failure if t...

2018-10-17 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3088 NIFI-5719 Ensuring FetchFile routes to failure if the move completion… … strategy can't be completed Thank you for submitting a contribution to Apache NiFi. In order

[GitHub] nifi pull request #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3079#discussion_r226017591 --- Diff: nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/src/main/java/org/apache/nifi/processors/parquet/ConvertAvroToParquet.java --- @@ -0,0

[GitHub] nifi pull request #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3079#discussion_r226020300 --- Diff: nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/src/main/java/org/apache/nifi/processors/parquet/ConvertAvroToParquet.java --- @@ -0,0

[GitHub] nifi pull request #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3079#discussion_r226021329 --- Diff: nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/src/main/java/org/apache/nifi/processors/parquet/ConvertAvroToParquet.java --- @@ -0,0

[GitHub] nifi pull request #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3079#discussion_r226019319 --- Diff: nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/src/main/java/org/apache/nifi/processors/parquet/ConvertAvroToParquet.java --- @@ -0,0

[GitHub] nifi pull request #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3079#discussion_r226018942 --- Diff: nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/src/main/java/org/apache/nifi/processors/parquet/ConvertAvroToParquet.java --- @@ -0,0

[GitHub] nifi pull request #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-17 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3079#discussion_r226017678 --- Diff: nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/src/main/java/org/apache/nifi/processors/parquet/ConvertAvroToParquet.java --- @@ -0,0

[GitHub] nifi issue #3082: NIFI-375: Ensuring the run status endpoints are properly m...

2018-10-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3082 Looks good, verified the functionality and will merge ---

[GitHub] nifi pull request #3081: NIFI-5708 Fixing the creation of ValidationContextF...

2018-10-16 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3081 NIFI-5708 Fixing the creation of ValidationContextFactory for control… …ler services so it uses the ComponentVariableRegistry and not the file-based instance Thank you for submitting

[GitHub] nifi issue #3082: NIFI-375: Ensuring the run status endpoints are properly m...

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

[GitHub] nifi pull request #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-22 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3079#discussion_r227125269 --- Diff: nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/src/main/java/org/apache/nifi/processors/parquet/utils/ParquetBuilderProperties.java

[GitHub] nifi issue #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3079 Busy with some other things at the moment, but will take a look when I get a chance. ---

[GitHub] nifi pull request #3095: NIFI-5673 Fixing connection handling in MQTT proces...

2018-10-19 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3095 NIFI-5673 Fixing connection handling in MQTT processors Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi pull request #3096: NIFI-5721 Fixing connection handling in MQTT proces...

2018-10-19 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3096 NIFI-5721 Fixing connection handling in MQTT processors Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi pull request #3095: NIFI-5673 Fixing connection handling in MQTT proces...

2018-10-19 Thread bbende
Github user bbende closed the pull request at: https://github.com/apache/nifi/pull/3095 ---

[GitHub] nifi issue #3079: NIFI-5706 : Added ConvertAvroToParquet processor

2018-10-17 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3079 @MikeThomsen the advantage is not having to write the parquet out to local disk somewhere, and then have a disconnected flow where another part reads it back in. With this approach the data stays

[GitHub] nifi pull request #3104: NIFI-5740 Ensuring permissions are restored after t...

2018-10-23 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3104 NIFI-5740 Ensuring permissions are restored after test completes in T… …estFetchFile Thank you for submitting a contribution to Apache NiFi. In order to streamline the review

[GitHub] nifi issue #3106: NIFI-5741: When returning a ConnectionFactory from the Jnd...

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

[GitHub] nifi pull request #3041: NIFI-5224 Added SolrClientService.

2018-10-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3041#discussion_r228563247 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml --- @@ -147,6 +147,12 @@ 2.2.1 test

[GitHub] nifi issue #3118: NIFI-5771: Ensure that we only increment claimant count fo...

2018-10-31 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3118 Reviewing... ---

[GitHub] nifi issue #3118: NIFI-5771: Ensure that we only increment claimant count fo...

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

[GitHub] nifi pull request #3119: NIFI-5673 Support auto loading of new NARs

2018-10-31 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3119 NIFI-5673 Support auto loading of new NARs This PR introduces a new property in nifi.properties where you can specify a directory that will be watched for new NARs (defaults ./extensions), and upon

[GitHub] nifi pull request #3041: NIFI-5224 Added SolrClientService.

2018-10-26 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3041#discussion_r228542809 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml --- @@ -147,6 +147,12 @@ 2.2.1 test

[GitHub] nifi-registry pull request #144: NIFIREG-209 Rebuild metadata DB from FlowPe...

2018-10-30 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/144 NIFIREG-209 Rebuild metadata DB from FlowPersistenceProvider when emp… …ty DB AND when instance of MetadataAwareFlowPersistenceProvider You can merge this pull request into a Git

[GitHub] nifi-registry issue #144: NIFIREG-209 Rebuild metadata DB from FlowPersisten...

2018-10-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/144 @kevdoran @ijokarumawak what do you guys think of this? ---

[GitHub] nifi pull request #3119: NIFI-5673 Support auto loading of new NARs

2018-11-01 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3119#discussion_r230134587 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils/src/main/java/org/apache/nifi/nar/NarAutoLoaderTask.java

[GitHub] nifi issue #3119: NIFI-5673 Support auto loading of new NARs

2018-11-01 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3119 @markap14 additional commit pushed that addresses your initial comments ---

[GitHub] nifi issue #3132: NIFI-5769: Refactored FlowController to use Composition ov...

2018-11-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3132 Code looks good and have been running this branch this morning and everything seems to work as expected, so going to merge shortly, thanks! ---

[GitHub] nifi issue #3171: NIFI-5822: Ensure that we don't call FlowController.getCon...

2018-11-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3171 Reviewing... ---

[GitHub] nifi issue #3171: NIFI-5822: Ensure that we don't call FlowController.getCon...

2018-11-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3171 +1 code looks good, verified functionality, will merge ---

[GitHub] nifi issue #3173: NIFI-5824: Added unit test to FlowController to ensure tha...

2018-11-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3173 Code looks good and tests pass, will merge ---

[GitHub] nifi issue #3136: NIFI-5796: Addressed issue that caused Counters' values to...

2018-11-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3136 Reviewing... ---

[GitHub] nifi-registry issue #146: NIFIREG-205: Allow Git repo to delete a flow with ...

2018-11-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/146 Looks good, going to merge, thanks! ---

[GitHub] nifi issue #3136: NIFI-5796: Addressed issue that caused Counters' values to...

2018-11-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3136 Looks good, going to merge ---

[GitHub] nifi issue #3124: NIFI-5767 Added NiFi Toolkit Guide to docs

2018-11-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3124 I'm good with removing the README once 1.9.0 is released, or changing it to a link to the new toolkit docs. ---

[GitHub] nifi pull request #3041: NIFI-5224 Added SolrClientService.

2018-10-03 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3041#discussion_r222377115 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-client-api/pom.xml --- @@ -0,0 +1,68 @@ + + +http://maven.apache.org/POM/4.0.0; xmlns:xsi

[GitHub] nifi pull request #3041: NIFI-5224 Added SolrClientService.

2018-10-03 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3041#discussion_r222376374 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/SolrProcessor.java --- @@ -176,70 +172,11

[GitHub] nifi pull request #3041: NIFI-5224 Added SolrClientService.

2018-10-03 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3041#discussion_r222379389 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml --- @@ -147,6 +147,12 @@ 2.2.1 test

[GitHub] nifi issue #3057: NIFI-5667: Add nested record support for PutORC

2018-10-11 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3057 @VikingK in your schema it has OItems defined as an array, but then in the JSON OItems is not an array, its an object with a field called array. So running with that schema and example JSON I get

[GitHub] nifi-registry issue #142: NIFIREG-200 Update dependencies

2018-09-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/142 Reviewing.. ---

[GitHub] nifi-registry pull request #143: NIFIREG-201 Refactoring project structure t...

2018-09-21 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/143 NIFIREG-201 Refactoring project structure to better isolate extensions You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbende/nifi

[GitHub] nifi-registry issue #142: NIFIREG-200 Update dependencies

2018-09-21 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/142 This looks good and I'll merge to master. Something I noticed while reviewing this (not a result of anything in this PR), is that the nifi-registry-extensions modules are impacted

[GitHub] nifi-registry pull request #149: NIFIREG-215 Extension Bundle Improvements

2018-12-11 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/149 NIFIREG-215 Extension Bundle Improvements I left the changes as separate commits in order to more easily review each change on it's own, but feel free to squash upon merging. You can merge

[GitHub] nifi-registry pull request #149: NIFIREG-215 Extension Bundle Improvements

2018-12-12 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/149#discussion_r241190389 --- Diff: nifi-registry-core/nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/api/ExtensionResource.java --- @@ -93,15 +94,25

[GitHub] nifi-registry issue #149: NIFIREG-215 Extension Bundle Improvements

2018-12-12 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/149 Thanks for the review, I'll look into that lastModified timestamp issue as well. ---

[GitHub] nifi-registry pull request #149: NIFIREG-215 Extension Bundle Improvements

2018-12-12 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/149#discussion_r241191410 --- Diff: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/bucket/Bucket.java --- @@ -41,6 +41,8

[GitHub] nifi-registry issue #149: NIFIREG-215 Extension Bundle Improvements

2018-12-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/149 @kevdoran I pushed up a commit to update the filter params documentation. I decided not to do anything with the lastModified value on the bundle table because technically nothing on that row

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240374218 --- Diff: src/main/java/org/apache/nifi/extension/definition/extraction/ExtensionDefinitionFactory.java --- @@ -0,0 +1,247 @@ +/* + * Licensed

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240314647 --- Diff: src/main/java/org/apache/nifi/XmlDefinitionWriter.java --- @@ -0,0 +1,165 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240308506 --- Diff: src/main/java/org/apache/nifi/NarMojo.java --- @@ -426,12 +479,260 @@ protected boolean cloneDuringInstanceClassLoading

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240314701 --- Diff: src/main/java/org/apache/nifi/PropertiesDefinitionWriter.java --- @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] nifi-maven pull request #7: NIFI-5859: Build NAR Extension Definitions/docs ...

2018-12-10 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-maven/pull/7#discussion_r240310495 --- Diff: src/main/java/org/apache/nifi/NarMojo.java --- @@ -426,12 +479,260 @@ protected boolean cloneDuringInstanceClassLoading

[GitHub] nifi issue #3192: NIFI-5859: Added XML-based documentation writer that can b...

2018-11-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3192 Will review... ---

[GitHub] nifi pull request #3192: NIFI-5859: Added XML-based documentation writer tha...

2018-11-30 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3192#discussion_r237982934 --- Diff: nifi-api/src/main/java/org/apache/nifi/documentation/AbstractDocumentationWriter.java --- @@ -0,0 +1,301 @@ +/* + * Licensed to the Apache

[GitHub] nifi pull request #3192: NIFI-5859: Added XML-based documentation writer tha...

2018-11-30 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3192#discussion_r237974350 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml --- @@ -26,6 +26,12 @@ true

[GitHub] nifi pull request #3192: NIFI-5859: Added XML-based documentation writer tha...

2018-11-30 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/3192#discussion_r237917798 --- Diff: nifi-api/src/main/java/org/apache/nifi/documentation/AbstractDocumentationWriter.java --- @@ -0,0 +1,301 @@ +/* + * Licensed to the Apache

[GitHub] nifi-registry issue #148: NIFIREG-211 Initial work for adding extenion bundl...

2018-11-29 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/148 Just pushed a new commit that allows the client to specify a SHA-256 when uploading the bundle. If they specify one and it doesn't match what the server calculates, then it is rejected

[GitHub] nifi issue #3202: NIFI-5868: Added instrumentation around ListFile such that...

2018-12-05 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3202 Will review... ---

[GitHub] nifi pull request #3211: NIFI-5884 Bumping hbase-client version from 1.1.2 t...

2018-12-07 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3211 NIFI-5884 Bumping hbase-client version from 1.1.2 to 1.1.13 Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi pull request #3206: NIFI-5877 Protecting against null values when obtai...

2018-12-06 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/3206 NIFI-5877 Protecting against null values when obtaining master address Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi issue #3192: NIFI-5859: Added XML-based documentation writer that can b...

2018-12-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3192 LGTM, going to merge, thanks! ---

[GitHub] nifi issue #3202: NIFI-5868: Added instrumentation around ListFile such that...

2018-12-05 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/3202 Code looks good, verified I can see the debug logging when enabled, going to merge ---

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236850477 --- Diff: nifi-registry-core/nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/api/ExtensionRepositoryResource.java --- @@ -0,0 +1,378

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236849392 --- Diff: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/extension/ExtensionBundleVersionMetadata.java

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236853819 --- Diff: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/extension/ExtensionBundleVersionMetadata.java

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236853713 --- Diff: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/extension/ExtensionBundleVersionMetadata.java

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236849686 --- Diff: nifi-registry-core/nifi-registry-framework/src/main/resources/db/migration/V3__AddExtensions.sql --- @@ -0,0 +1,62 @@ +-- Licensed

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236852286 --- Diff: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/extension/ExtensionBundleVersionMetadata.java

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236849819 --- Diff: nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/service/extension/StandardExtensionService.java

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r236865785 --- Diff: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/extension/ExtensionBundleVersionMetadata.java

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-20 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/148 NIFIREG-211 Initial work for adding extenion bundles to NiFi Registry This PR includes the foundational work for adding extension bundles as a new type of versioned item. With this PR

[GitHub] nifi-registry issue #148: NIFIREG-211 Initial work for adding extenion bundl...

2018-11-20 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/148 All versioned items (flows and now bundles) live in a bucket, and a bucket is where security policies are applied. So each bucket can be kind of like a mini extension repo, there could

[GitHub] nifi-registry issue #148: NIFIREG-211 Initial work for adding extenion bundl...

2018-11-20 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/148 Before releasing any of this we would definitely have sections in the user guide and admin guide related to extension bundles, but we can't really write all that until the work is done

[GitHub] nifi-registry pull request #148: NIFIREG-211 Initial work for adding extenio...

2018-11-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/148#discussion_r237093889 --- Diff: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/extension/ExtensionBundleVersionMetadata.java

[GitHub] nifi-registry issue #148: NIFIREG-211 Initial work for adding extenion bundl...

2018-11-28 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/148 @kevdoran just pushed a commit that addresses the review comments, let me know if you find anything else. As an FYI, I did try to change that swagger annotation for LinkableEntity

[GitHub] nifi-registry pull request #140: NIFIREG-199 - Adding interfaces to represen...

2018-09-18 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi-registry/pull/140 NIFIREG-199 - Adding interfaces to represent configurable components … …and extension components You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi-registry issue #139: NIFIREG-198 Fix VersionedRemoteProcessGroup target...

2018-09-18 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/139 +1 looks good and will merge, thanks! ---

<    4   5   6   7   8   9