[GitHub] nifi pull request #722: NIFI-2399 Correcting comparison of maxEventId agains...

2016-07-25 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/722 NIFI-2399 Correcting comparison of maxEventId against lastEventId in … …SiteToSiteProvenanceReportingTask You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi pull request #702: NIFI-1950 Updating FileAuthorizer to convert access ...

2016-07-21 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/702 NIFI-1950 Updating FileAuthorizer to convert access controls from inp… …ut and output ports during legacy conversion You can merge this pull request into a Git repository by running: $ git

[GitHub] nifi issue #574: NIFI-1733 Adding a Ranger implementation of NiFi's Authoriz...

2016-07-25 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/574 @YolandaMDavis rebased against master to resolve conflicts and pushed a new commit that addresses your feedback --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] nifi issue #574: NIFI-1733 Adding a Ranger implementation of NiFi's Authoriz...

2016-07-25 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/574 @YolandaMDavis thanks for reviewing! Working on some changes based on your feedback. Regarding the need for RangerBasePluginWithPolicies... unfortunately the PolicyEngine is a private member

[GitHub] nifi pull request #574: NIFI-1733 Adding a Ranger implementation of NiFi's A...

2016-07-25 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/574#discussion_r72070305 --- Diff: nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/src/main/java/org/apache/nifi/ranger/authorization/RangerNiFiAuthorizer.java --- @@ -0,0

[GitHub] nifi issue #724: NIFI-2403 Ensuring uniqueness on user identities and group ...

2016-07-27 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/724 @mcgilman thanks for reviewing, great points... i just pushed a new commit that addresses the uniqueness across users and groups, and on updates --- If your project is set up for it, you can reply

[GitHub] nifi pull request #735: NIFI-2390 Separating of users and groups from author...

2016-07-28 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/735 NIFI-2390 Separating of users and groups from authorizations.xml into… … separate file You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbende

[GitHub] nifi pull request #719: NIFI-2389 Refactoring identity mapping and applying ...

2016-07-25 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/719 NIFI-2389 Refactoring identity mapping and applying it to FileAuthori… …zer for initial admin, cluster nodes, and legacy authorized users You can merge this pull request into a Git repository

[GitHub] nifi issue #823: NIFI-2531: Fixed JdbcCommon handling of BigInteger objects ...

2016-08-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/823 Tested this out with MySQL, created a table like the following: ``` mysql> CREATE TABLE BIGINT_TEST (id bigint(20) unsigned, name varchar(255)); Query OK, 0 rows affected (0.02

[GitHub] nifi pull request #772: NIFI-2453 Making FileAuthorizer perform initial seed...

2016-08-02 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/772 NIFI-2453 Making FileAuthorizer perform initial seeding when users an… …d groups are already present You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi issue #768: NIFI-2457 removed old state file mechanism and fixed state ...

2016-08-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/768 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

[GitHub] nifi issue #768: NIFI-2457 removed old state file mechanism and fixed state ...

2016-08-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/768 I'm a +1 and will merge to master. My only comment is that we may want to call out in the release notes that we removed the auto-migration from the old state mechanism... probably an unlikely scenario

[GitHub] nifi issue #826: Template Authorization - defer to parent Process Group when...

2016-08-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/826 +1 looks good, verified functionality, will merge 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

[GitHub] nifi issue #824: NIFI-2526 - DN order, multiple standalone runs, client cert...

2016-08-11 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/824 This looks good to me. I am able to build cleanly on a JDK without the unlimited crypto, and I can run the toolkit to generate certs, listing the contents of the client p12 and the keystore/truststore

[GitHub] nifi issue #832: NIFI-2544: Created integration tests for clustering and add...

2016-08-11 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/832 This PR appears to have fixed an issue I was seeing while testing PR 829. Full build passed with contrib-check, ran the IT test which passed, and setup a three node cluster with no issues, so I'm a +1

[GitHub] nifi issue #829: NIFI-2535: Do not include properties that are unset in flow...

2016-08-11 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/829 I've been testing this with PR 832, which has a few minor clustering fixes, and together everything has been working well. I have repeatedly taken an old flow.xml that previously produced

[GitHub] nifi pull request #843: NIFI-2553 Fixing handling of Paths in HDFS processor...

2016-08-11 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/843 NIFI-2553 Fixing handling of Paths in HDFS processors You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbende/nifi NIFI-2553 Alternatively you can

[GitHub] nifi issue #822: Ensuring bulletins bubble up to ancestor Process Groups

2016-08-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/822 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

[GitHub] nifi issue #800: Addressing issue preventing the display of the user in the ...

2016-08-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/800 Looks good, will merge 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

[GitHub] nifi issue #829: NIFI-2535: Do not include properties that are unset in flow...

2016-08-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/829 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

[GitHub] nifi issue #823: NIFI-2531: Fixed JdbcCommon handling of BigInteger objects ...

2016-08-10 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/823 Latest update looks good, nice work! Will merge 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

[GitHub] nifi pull request #755: Update REST endpoint documentation

2016-08-03 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/755#discussion_r73373783 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/AccessPolicyResource.java

[GitHub] nifi pull request #755: Update REST endpoint documentation

2016-08-03 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/755#discussion_r73377622 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/AccessResource.java --- @@ -111,7

[GitHub] nifi pull request #755: Update REST endpoint documentation

2016-08-03 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/755#discussion_r73405602 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProvenanceResource.java

[GitHub] nifi issue #755: Update REST endpoint documentation

2016-08-03 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/755 I'm a +1 once the comments above are addressed, let me know if you want me to merge it in after you make any updates --- If your project is set up for it, you can reply to this email and have your

[GitHub] nifi issue #706: NIFI-1868: Add PutHiveStreaming processor

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/706 Tested out the trigger serially and appears to be working as expected. I am a +1 to merge this in, do you want to squash the commits first? --- If your project is set up for it, you can reply

[GitHub] nifi issue #780: NIFI-2435 - Wrapping reader call in doAs if necessary

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/780 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

[GitHub] nifi issue #784: Fixing issue with auto complete after closing/opening the c...

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/784 +1 looks good, 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

[GitHub] nifi issue #784: Fixing issue with auto complete after closing/opening the c...

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/784 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

[GitHub] nifi pull request #843: NIFI-2553 Fixing handling of Paths in HDFS processor...

2016-08-13 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/843#discussion_r74689944 --- Diff: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java --- @@ -90,20

[GitHub] nifi pull request #843: NIFI-2553 Fixing handling of Paths in HDFS processor...

2016-08-13 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/843#discussion_r74689871 --- Diff: nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java --- @@ -286,8

[GitHub] nifi issue #843: NIFI-2553 Fixing handling of Paths in HDFS processors

2016-08-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/843 @YolandaMDavis Thanks for reviewing and testing! After looking at the existing EL validator in StandardValidators, it wasn't used by any processor and I believe the logic didn't fully make sense

[GitHub] nifi issue #665: NIFI-2289: Directly ask ZooKeeper which node is cluster coo...

2016-07-18 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/665 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

[GitHub] nifi pull request #668: NIFI-929 Changing RunNiFi to write just the pid to n...

2016-07-18 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/668 NIFI-929 Changing RunNiFi to write just the pid to nifi.pid and the f… …ull status to nifi.status You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi issue #672: NIFI-2309 Correcting AmbariReportingTask so it reports tota...

2016-07-19 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/672 @JPercivall good catch, just pushed an update to correct the variable names --- 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 #677: NIFI-929 Changing permissions of nifi.pid to be read...

2016-07-19 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/677 NIFI-929 Changing permissions of nifi.pid to be readable by all, writ… …able only by user You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] nifi pull request #659: NIFI-2194 Caching metrics in AmbariReportingTask so ...

2016-07-15 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/659 NIFI-2194 Caching metrics in AmbariReportingTask so each iteration se… …nds last iteration's metrics You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi issue #773: Addressing issue when initial Provenance query is cancelled

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/773 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

[GitHub] nifi issue #789: NIFI-2483: Removed 'passthrough' relationship

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/789 +1 looks good, will merge 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

[GitHub] nifi issue #773: Addressing issue when initial Provenance query is cancelled

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/773 +1 looks good, merged 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

[GitHub] nifi issue #791: NIFI-2484: Ensure that if a Processor throws an Exception f...

2016-08-04 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/791 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

[GitHub] nifi issue #788: Updating the REST docs to account for the refactored endpoi...

2016-08-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/788 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

[GitHub] nifi issue #788: Updating the REST docs to account for the refactored endpoi...

2016-08-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/788 Looks good, will merge to master shortly... --- 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

[GitHub] nifi issue #800: Addressing issue preventing the display of the user in the ...

2016-08-09 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/800 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

[GitHub] nifi issue #706: NIFI-1868: Add PutHiveStreaming processor

2016-08-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/706 Latest update is looking good... one thing I noticed, if you send in an Avro file that does not have the partition columns of the table, it throws an IOException around line 435 when trying to extract

[GitHub] nifi issue #755: Update REST endpoint documentation

2016-08-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/755 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

[GitHub] nifi issue #706: NIFI-1868: Add PutHiveStreaming processor

2016-08-02 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/706 Error handling on the relationships is looking good, thanks for making those updates. One more thing I ran into, when I set concurrent tasks to 2 on the PutHiveStreamingProcessor and I

[GitHub] nifi pull request #767: NIFI-1869 Cloning controller services when reference...

2016-08-01 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/767 NIFI-1869 Cloning controller services when referenced by reporting ta… …sks and upgrading from 0.x to 1.0.0 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi pull request #706: NIFI-1868: Add PutHiveStreaming processor

2016-07-28 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/706#discussion_r72677845 --- Diff: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/PutHiveStreaming.java --- @@ -0,0 +1,657

[GitHub] nifi issue #744: NIFI-2422: Fix SelectHiveQL handling of Number types

2016-07-29 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/744 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

[GitHub] nifi issue #772: NIFI-2453 Making FileAuthorizer perform initial seeding whe...

2016-08-03 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/772 @YolandaMDavis Thanks for testing this! The behavior you are seeing is interesting, I tested this a few times before submitting the PR and again right now and can't seem to reproduce that. Also had

[GitHub] nifi issue #861: NIFI-2569 - Multiple instances on same host, range enhancem...

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/861 I was able to use the toolkit to generate all the configs for a two-node secure cluster and got into the UI using the generated p12. Everything looks good, will merge to master. --- If your project

[GitHub] nifi pull request #875: Nifi 2477

2016-08-16 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/875#discussion_r75010710 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -169,6 +169,81 @@ Now that the User Interface has been secured, we can easily secure Site

[GitHub] nifi issue #861: NIFI-2569 - Multiple instances on same host, range enhancem...

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/861 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

[GitHub] nifi issue #874: Addressing issue when refresh Process Groups the user does ...

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/874 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

[GitHub] nifi issue #874: Addressing issue when refresh Process Groups the user does ...

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/874 Looks good, will merge 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

[GitHub] nifi issue #862: NIFI-2356 - ConvertJSONToSQL Assumes IS_AUTOINCREMENT

2016-08-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/862 Thanks for the contribution! Will take a look shortly and get this merged in. --- 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 issue #859: NIFI-2546 fixed NPE in FlowSnippetDTO

2016-08-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/859 Looks good, will merge 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

[GitHub] nifi issue #860: Enforcing READ permissions when referencing ControllerServi...

2016-08-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/860 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

[GitHub] nifi issue #859: NIFI-2546 fixed NPE in FlowSnippetDTO

2016-08-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/859 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

[GitHub] nifi issue #869: NIFI-2576 - PutSQL assumes all Timestamps are provided in E...

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/869 Thanks for update, merged to master! Just an FYI, I had a bit of trouble getting the changes to apply from the PR onto master... for future it would be easiest to have a specific branch

[GitHub] nifi issue #867: [NIFI-2534] Fix JS error when stopping a process group

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/867 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

[GitHub] nifi issue #860: Enforcing READ permissions when referencing ControllerServi...

2016-08-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/860 +1 full build passed with contrib-check and tested a lot of combinations of components referencing controller services to ensure i could only use controller services i had READ access to, will merge

[GitHub] nifi issue #878: NIFI-2584

2016-08-17 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/878 This looks good, will merge to master, 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 does not have this feature

[GitHub] nifi issue #1479: NIFI-3447 - PutSplunk - force connection close

2017-02-07 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1479 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

[GitHub] nifi pull request #1527: NIFI-3189: ConsumeKafka & Back-pressure. ConsumeKaf...

2017-02-23 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/1527#discussion_r102721436 --- Diff: nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/ConsumerPool.java --- @@ -126,6

[GitHub] nifi issue #1349: NIFI-1784 Initial commit for FetchHBaseRow processor

2017-02-14 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1349 @joewitt sure, just squashed and pushed, 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 does not have

[GitHub] nifi issue #1349: NIFI-1784 Initial commit for FetchHBaseRow processor

2017-02-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1349 @joewitt I just ran a full build with contrib-check and passed. If you were just building the nifi-hbase-bundle, it is possible you need to rebuild standard services as well because the HBase

[GitHub] nifi issue #1420: NIFI-3216: Add N signals to Wait/Notify

2017-01-18 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1420 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

[GitHub] nifi issue #1424: NIFI-3340 Modify description of the Directory property for...

2017-01-17 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1424 +1 Will merge --- 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

[GitHub] nifi issue #1410: NIFI-3214: Added fetch and replace to DistributedMapCache

2017-01-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1410 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

[GitHub] nifi issue #1410: NIFI-3214: Added fetch and replace to DistributedMapCache

2017-01-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1410 +1 Verified build passes with contrib-check, tested the Wait/Notify processors to test original cache functionality, code looks good, will merge to master, thanks Koji! --- If your project is set up

[GitHub] nifi issue #1420: NIFI-3216: Add N signals to Wait/Notify

2017-01-19 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1420 @ijokarumawak this is really awesome stuff! Tested this out and working nicely, code looks great. I made a couple of small tweaks to the documentation on the processors, going to merge to master

[GitHub] nifi issue #867: [NIFI-2534] Fix JS error when stopping a process group

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/867 Looks good, will merge to master, 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 does not have this feature

[GitHub] nifi issue #863: NIFI-2465 - InferAvroSchema EL support based on incoming Fl...

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/863 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

[GitHub] nifi issue #869: NIFI-2576 - PutSQL assumes all Timestamps are provided in E...

2016-08-15 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/869 @patricker thanks for the contribution! Definitely makes sense to support both formats... What do you think about using a regex to determine if it is a long, and if so then parseLong

[GitHub] nifi issue #863: NIFI-2465 - InferAvroSchema EL support based on incoming Fl...

2016-08-16 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/863 I made one small change to also evaluate the record name and num records to analyze when doing JSON, but other than that looks good and merged to master, thanks! --- If your project is set up

[GitHub] nifi issue #834: NIFI-1831 Implemented encrypted configuration capabilities

2016-08-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/834 I ran into some test failures when building this PR, possibly due to the fact that I don't have JCE installed? ``` Failed tests:  â

[GitHub] nifi issue #920: NIFI-2623: Fixed support for binary types in SelectHiveQL

2016-08-23 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/920 Looks good, verified selecting from a table with a binary column no longer produces an error, will merge to master --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] nifi issue #914: Adding support for Binary Row Keys

2016-08-23 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/914 Tested and all looks good, will merge to master, thanks Andrew! --- 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

[GitHub] nifi issue #920: NIFI-2623: Fixed support for binary types in SelectHiveQL

2016-08-23 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/920 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

[GitHub] nifi issue #914: Adding support for Binary Row Keys

2016-08-23 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/914 Thanks for making the updates, looks good, testing it now... I noticed this PR is against 0.x, since most new development is going into 1.x, should we put this into master? I think the changes

[GitHub] nifi issue #930: NIFI-2608 reworked consumer to match API. Added support for...

2016-08-24 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/930 I've been reviewing this... so far I have tested ConsumeKafka and PublishKafka (0.9.0) against an Apache Kafka 0.9.0 broker, with PLAINTEXT and also with SSL, and both appear to be working well. Trying

[GitHub] nifi issue #930: NIFI-2608 reworked consumer to match API. Added support for...

2016-08-24 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/930 Quick update... I was finally able to get a Kerberos environment setup and did a successful test with SASL, so that covers the 0.9.0 client against the 0.9.0 broker, with PLAINTEXT, SSL, and SASL

[GitHub] nifi issue #930: NIFI-2608 reworked consumer to match API. Added support for...

2016-08-25 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/930 Using the latest updates I was able to verify the 0.10 processors against the 0.10 broker using PLAINTEXT, SSL, and SASL, and also tested the 0.9.0 processors against an 0.10 broker. I'm a +1

[GitHub] nifi issue #958: NIFI-2681: Refactored IndexManager into an interface and re...

2016-09-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/958 +1 full build passes and provenance appears to work fine, will merge 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

[GitHub] nifi issue #987: NIFI-2732 ensure session and consumer aligned and has regis...

2016-09-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/987 I performed the same test as I did when reworking the processors... everything worked with 0.9 plaintext, ssl, and SASL, and 0.10 plaintext, ssl, and SASL I'll go ahead and merge. --- If your project

[GitHub] nifi issue #995: NIFI-1966: Resolved issue where two flows that are both emp...

2016-09-08 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/995 +1 full build passing and verified a three node cluster starts successfully when all flows are empty with different root group ids, will merge to master --- If your project is set up for it, you can

[GitHub] nifi issue #990: NIFI-2744 - turn hbase-client version into a pom.xml proper...

2016-09-07 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/990 @trixpan I just merged in a patch for https://issues.apache.org/jira/browse/NIFI-2741 that includes this same change, if you are good with it I think we can close this PR and JIRA. Sorry

[GitHub] nifi issue #1014: Correct authorization when destination changes

2016-09-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1014 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

[GitHub] nifi issue #1012: NIFI-2765: Fixed Kerberos support for PutHiveStreaming

2016-09-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1012 +1 verified the validation can now pass, will merge 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

[GitHub] nifi issue #1013: Ensuring the root group is included in /resources

2016-09-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1013 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

[GitHub] nifi issue #1013: Ensuring the root group is included in /resources

2016-09-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1013 +1 Will merge 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 wishes so

[GitHub] nifi issue #1012: NIFI-2765: Fixed Kerberos support for PutHiveStreaming

2016-09-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1012 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

[GitHub] nifi issue #1014: Correct authorization when destination changes

2016-09-13 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1014 +1 verified i can no longer change a connection when i don't have WRITE to the parent process group, will merge to master --- If your project is set up for it, you can reply to this email and have

[GitHub] nifi issue #1011: Handle UI race condition

2016-09-14 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1011 +1 tested this out by simulating a small delay during refresh and tested adding/removing out-of-order scenarios and all appear to work now, will merge to master --- If your project is set up

[GitHub] nifi issue #1019: NIFI-2772: Unsecure RAW Site-to-Site fails with User DN is...

2016-09-14 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1019 +1 verified site-to-site functionality for secure and un-secure, with raw and http, will merge to master --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] nifi pull request #1005: NIFI-1768 Adding TLS/SSL support to Solr processors

2016-09-12 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/1005 NIFI-1768 Adding TLS/SSL support to Solr processors NIFI-1980 Added a default value for PutSolrContentStream commitWithIn NIFI-2568 Added Kerberos support to Solr processors Upgrading

[GitHub] nifi pull request #1006: NIFI-2760 Specifying jersey-bundle 1.19 for Ranger ...

2016-09-12 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/1006 NIFI-2760 Specifying jersey-bundle 1.19 for Ranger plugin You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbende/nifi ranger-jersey-bundle

[GitHub] nifi issue #1056: NIFI-2783 - Site-to-site command line client

2016-09-29 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1056 @brosander this is really cool! Been playing with it and seems to be working well. I noticed in the scripts that we set the max heap to 24mb, I was wondering if there is any concern about

  1   2   3   4   5   6   7   8   9   >