nifi git commit: NIFI-821 Support Merging of Avro NIFI-821 Changing error logging to debug, changing mime-type, adding a try-close for Avro reader, changing new ArrayList to Collections.emptyList()

2015-08-12 Thread bbende
Repository: nifi Updated Branches: refs/heads/develop bbacc3d8c - b31c76bf3 NIFI-821 Support Merging of Avro NIFI-821 Changing error logging to debug, changing mime-type, adding a try-close for Avro reader, changing new ArrayList to Collections.emptyList() Project:

[1/2] nifi git commit: NIFI-790 Create reporting task to deliver metrics to Apache Ambari - Adding NOTICE for nifi-ambari-nar, and fixing formatting issues in nifi-ambari-reporting-task pom - Addressi

2015-08-17 Thread bbende
Repository: nifi Updated Branches: refs/heads/master ffa7ceb2b - a264c49d8 NIFI-790 Create reporting task to deliver metrics to Apache Ambari - Adding NOTICE for nifi-ambari-nar, and fixing formatting issues in nifi-ambari-reporting-task pom - Addressing review feedback: updating assembly

[2/2] nifi git commit: Merge branch 'NIFI-790-NEW'

2015-08-17 Thread bbende
Merge branch 'NIFI-790-NEW' Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a264c49d Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/a264c49d Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/a264c49d Branch:

nifi git commit: NIFI-846 MonitorActivity not setting start of evaluation period correctly

2015-08-21 Thread bbende
Repository: nifi Updated Branches: refs/heads/master b17be66a1 - d421e3c24 NIFI-846 MonitorActivity not setting start of evaluation period correctly Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d421e3c2 Tree:

[1/2] nifi git commit: NIFI-855 Add location bounding bix filter to twitter processor.

2015-08-20 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 4f9219315 - 706edeb01 NIFI-855 Add location bounding bix filter to twitter processor. Signed-off-by: Bryan Bende bbe...@apache.org Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[1/2] nifi git commit: NIFI-866: Add Kerberos Support for Hadoop

2015-08-24 Thread bbende
Repository: nifi Updated Branches: refs/heads/master c7f770422 - 58aedd785 NIFI-866: Add Kerberos Support for Hadoop - Add krb5.conf to nifi.properties nifi.kerberos.krb5.file | path to krb5.conf - Connections to secure Hadoop clusters will be determined by their config, that is,

[1/2] nifi git commit: NIFI-842 Updating org.apache.nifi.NiFi so it sends a started signal to bootstrap which can then be used to make retsart decisions

2015-08-24 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 58aedd785 - 310347fd6 NIFI-842 Updating org.apache.nifi.NiFi so it sends a started signal to bootstrap which can then be used to make retsart decisions Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: Removing nifi-pcap-bundle/.gitignore

2015-10-29 Thread bbende
Repository: nifi Updated Branches: refs/heads/master dc4004de6 -> c4f0cb1c6 Removing nifi-pcap-bundle/.gitignore Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/c4f0cb1c Tree:

[1/4] nifi git commit: NIFI-1124, NIFI-1062 addressed more PR comments

2015-11-11 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 6c510fae8 -> 429f6a42b NIFI-1124, NIFI-1062 addressed more PR comments Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[3/4] nifi git commit: NIFI-1024 NIFI-1062 Fixed PutHDFS processor to properly route failures. Ensured that during put failures the FlowFile is routed to 'failure' relationship. Added validation test

2015-11-11 Thread bbende
NIFI-1024 NIFI-1062 Fixed PutHDFS processor to properly route failures. Ensured that during put failures the FlowFile is routed to 'failure' relationship. Added validation test Re-enabled previously ignored test. Signed-off-by: Bryan Bende Project:

[2/3] nifi git commit: NIFI-976 antrun that copies in the project version to the archetype metadata for controller service archetype

2015-11-09 Thread bbende
NIFI-976 antrun that copies in the project version to the archetype metadata for controller service archetype Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/52101181 Tree:

[3/3] nifi git commit: Merge branch 'NIFI-976'

2015-11-09 Thread bbende
Merge branch 'NIFI-976' Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/051d242f Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/051d242f Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/051d242f Branch:

[1/3] nifi git commit: NIFI-976 antrun that copies in the project version to the archetype metadata

2015-11-09 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 5f8fdae90 -> 051d242f0 NIFI-976 antrun that copies in the project version to the archetype metadata Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[1/2] nifi git commit: NIFI-274 Adding ListenSyslog and PutSyslog to standard processors. - Refactoring connection handling on put side, removing number of buffers from properties and basing it off co

2015-11-02 Thread bbende
Repository: nifi Updated Branches: refs/heads/NIFI-274 [created] 664bda84a http://git-wip-us.apache.org/repos/asf/nifi/blob/664bda84/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestPutSyslog.java

[2/2] nifi git commit: NIFI-274 Adding ListenSyslog and PutSyslog to standard processors. - Refactoring connection handling on put side, removing number of buffers from properties and basing it off co

2015-11-02 Thread bbende
NIFI-274 Adding ListenSyslog and PutSyslog to standard processors. - Refactoring connection handling on put side, removing number of buffers from properties and basing it off concurrent tasks for the processor. - Refactoring some of the TCP handling so it keeps reading from a connection until

[1/3] nifi git commit: NIFI-986 Refactoring of action classes from nifi-user-actions to have interfaces in nifi-api, and adding getFlowChanges to EventAccess - Fixing empty java docs and adding sort b

2015-10-30 Thread bbende
Repository: nifi Updated Branches: refs/heads/master c4f0cb1c6 -> 5cc2b04b9 http://git-wip-us.apache.org/repos/asf/nifi/blob/5cc2b04b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/audit/SnippetAuditor.java

[2/3] nifi git commit: NIFI-986 Refactoring of action classes from nifi-user-actions to have interfaces in nifi-api, and adding getFlowChanges to EventAccess - Fixing empty java docs and adding sort b

2015-10-30 Thread bbende
http://git-wip-us.apache.org/repos/asf/nifi/blob/5cc2b04b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-user-actions/src/main/java/org/apache/nifi/action/component/details/FlowChangeExtensionDetails.java -- diff --git

nifi git commit: Fixing check-style violation in StandardFlowFileQueue

2015-11-06 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 98f5a1ab7 -> ee87f33ce Fixing check-style violation in StandardFlowFileQueue Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ee87f33c Tree:

[3/5] nifi git commit: NIFI-1079 Check style and documentation based updates recommended by user bbende on Github pull request

2015-10-30 Thread bbende
NIFI-1079 Check style and documentation based updates recommended by user bbende on Github pull request Signed-off-by: Bryan Bende <bbe...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/aef0d8fe Tree: http

[4/5] nifi git commit: NIFI-1079 Replacing Name for NULL_VALUE_FOR_EMPTY_STRING as I had accidentally removed it.

2015-10-30 Thread bbende
NIFI-1079 Replacing Name for NULL_VALUE_FOR_EMPTY_STRING as I had accidentally removed it. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/eb389cf8 Tree:

[5/5] nifi git commit: NIFI-1079 Pull Request functions as described and passes contrib-check. This closes #109.

2015-10-30 Thread bbende
NIFI-1079 Pull Request functions as described and passes contrib-check. This closes #109. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/1d97876f Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/1d97876f Diff:

nifi git commit: NIFI-895 ensuring the session factory is re-set in the onTrigger method in the case where the runner needed to be stopped

2015-08-26 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 4baffacc4 - f34d73e73 NIFI-895 ensuring the session factory is re-set in the onTrigger method in the case where the runner needed to be stopped Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-894 Introducing a lock file to communicate from boostrap to NiFi that a shutdown is in progress.

2015-08-27 Thread bbende
Repository: nifi Updated Branches: refs/heads/master f34d73e73 - d39848f06 NIFI-894 Introducing a lock file to communicate from boostrap to NiFi that a shutdown is in progress. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

svn commit: r1700259 - /nifi/site/trunk/download.html

2015-08-31 Thread bbende
Author: bbende Date: Mon Aug 31 14:57:55 2015 New Revision: 1700259 URL: http://svn.apache.org/r1700259 Log: Adding note about Solr processors not working in 0.2.1 Modified: nifi/site/trunk/download.html Modified: nifi/site/trunk/download.html URL: http://svn.apache.org/viewvc/nifi/site

svn commit: r1700260 - /nifi/site/trunk/download.html

2015-08-31 Thread bbende
Author: bbende Date: Mon Aug 31 15:07:57 2015 New Revision: 1700260 URL: http://svn.apache.org/r1700260 Log: Moving note about Solr processors outside of the 0.2.1 release Modified: nifi/site/trunk/download.html Modified: nifi/site/trunk/download.html URL: http://svn.apache.org/viewvc/nifi

nifi-site git commit: NIFI-913 Adding note to downloads page about Solr processors being broken.

2015-08-31 Thread bbende
Repository: nifi-site Updated Branches: refs/heads/master 4a9055ab6 -> 64881694d NIFI-913 Adding note to downloads page about Solr processors being broken. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/64881694

nifi git commit: NIFI-919 Committed wrong version of SplitAvro, this version demonstrates the error

2015-09-03 Thread bbende
Repository: nifi Updated Branches: refs/heads/NIFI-919 af88def24 -> eb64448e6 NIFI-919 Committed wrong version of SplitAvro, this version demonstrates the error Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/eb64448e

nifi git commit: NIFI-916 Refactoring how the closed flag is used in PersistentProvenanceRepository to ensure proper shutdown

2015-09-06 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 72ccc252f -> 85534ca86 NIFI-916 Refactoring how the closed flag is used in PersistentProvenanceRepository to ensure proper shutdown Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-912 Initial version of ExtractAvroMetadata processor. - Adding optional ability to extract record count - Renaming record.count to item.count for clarity, and updating documentat

2015-09-16 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 3d4ce3452 -> 100799941 NIFI-912 Initial version of ExtractAvroMetadata processor. - Adding optional ability to extract record count - Renaming record.count to item.count for clarity, and updating documentation - Adding a test case with 0

nifi git commit: NIFI-964 Initial implementation of GetPcap processor

2015-09-16 Thread bbende
Repository: nifi Updated Branches: refs/heads/NIFI-964 4abdf6a89 -> 00375ced2 NIFI-964 Initial implementation of GetPcap processor Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/00375ced Tree:

nifi git commit: NIFI-964 Adding unit tests for GetPcap

2015-09-17 Thread bbende
Repository: nifi Updated Branches: refs/heads/NIFI-964 2382841e7 -> af7b4b166 NIFI-964 Adding unit tests for GetPcap Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/af7b4b16 Tree:

[2/4] nifi git commit: nifi-992 Improvements based on code review.

2015-10-01 Thread bbende
nifi-992 Improvements based on code review. - Removed checkstyle and contrib-check profile since it's inherit from top-level pom. - Consolidate DOC_ID and DOC_ID_EXP into a single DOC_ID property. - Add capability description on GetCouchbaseKey. - Fixed documentation spell misses. - Handle

nifi git commit: NIFI-641 Add delete capability to the UpdateAttributes processor.

2015-09-24 Thread bbende
Repository: nifi Updated Branches: refs/heads/master a414f1d51 -> e53ab391f NIFI-641 Add delete capability to the UpdateAttributes processor. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-959 Fixing incorrect evaluation for getting the collection and adding a unit test to prevent regression

2015-09-22 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 5764e8929 -> 8615941c8 NIFI-959 Fixing incorrect evaluation for getting the collection and adding a unit test to prevent regression Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-975 Fixing NullPointerException when one of the delimiters is not provided when using the Text strategy

2015-09-22 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 14eaeeb1e -> 5764e8929 NIFI-975 Fixing NullPointerException when one of the delimiters is not provided when using the Text strategy Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1319 Updating JdbcCommon to check meta.isSigned(i) to determine if Avro schema should use a long or int

2015-12-23 Thread bbende
Repository: nifi Updated Branches: refs/heads/master f4ac8d75c -> 8d46041a1 NIFI-1319 Updating JdbcCommon to check meta.isSigned(i) to determine if Avro schema should use a long or int Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-1289 added support for refreshing properties - Added _getNewInstance()_ operation to NiFiProperties to ensure there is a way to refresh/reload NiFi properties - Fixed javadocs

2015-12-23 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 3189a13da -> 2845e9381 NIFI-1289 added support for refreshing properties - Added _getNewInstance()_ operation to NiFiProperties to ensure there is a way to refresh/reload NiFi properties - Fixed javadocs Signed-off-by: Bryan Bende

nifi git commit: NIFI-1328 Explicitly setting the parameters based on type in PutSQL, falling back to setObject()

2015-12-23 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 8d46041a1 -> 3189a13da NIFI-1328 Explicitly setting the parameters based on type in PutSQL, falling back to setObject() This closes #146 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1284 Creating inner class for SiteToSiteClientConfig to fix serialization issue

2015-12-18 Thread bbende
Repository: nifi Updated Branches: refs/heads/master bd4f31a4c -> 4249fc943 NIFI-1284 Creating inner class for SiteToSiteClientConfig to fix serialization issue Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4249fc94

nifi git commit: NIFI-1221: Support batching of Syslog messages

2015-11-30 Thread bbende
Repository: nifi Updated Branches: refs/heads/master c59087bc3 -> e5281f1fc NIFI-1221: Support batching of Syslog messages Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: Fixing one-character typo in syslog attribute name

2015-11-20 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 08d59e437 -> f1f67f639 Fixing one-character typo in syslog attribute name Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f1f67f63 Tree:

[2/2] nifi git commit: NIFI-1174 Refactoring the HBase client API and adding a PutHBaseJSON which can write a whole row from a single json document - Adding Complex Field Strategy to PutHBaseJSON to a

2015-11-19 Thread bbende
NIFI-1174 Refactoring the HBase client API and adding a PutHBaseJSON which can write a whole row from a single json document - Adding Complex Field Strategy to PutHBaseJSON to allow more control of complex fields - Improving error messages to indicate what the problem was with an invalid row

[1/2] nifi git commit: NIFI-1174 Refactoring the HBase client API and adding a PutHBaseJSON which can write a whole row from a single json document - Adding Complex Field Strategy to PutHBaseJSON to a

2015-11-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 8c2323dc8 -> 40dd8a0a8

[2/2] nifi git commit: Merge branch 'NIFI-1208'

2015-11-23 Thread bbende
Merge branch 'NIFI-1208' Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4281a51c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/4281a51c Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/4281a51c Branch:

[1/2] nifi git commit: NIFI-1208 Adding context.yield() to Listen and Put syslog when there is nothing to do in onTrigger()

2015-11-23 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 4e2c94d65 -> 4281a51c8 NIFI-1208 Adding context.yield() to Listen and Put syslog when there is nothing to do in onTrigger() Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1052: Added Ghost Processors, Ghost Reporting Tasks, Ghost Controller Services

2016-06-08 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 18133988a -> 8a447eec6 NIFI-1052: Added Ghost Processors, Ghost Reporting Tasks, Ghost Controller Services This closes #499. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-1978: Restore RPG yield duration.

2016-06-08 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x 3d2b57934 -> 7a60153a8 NIFI-1978: Restore RPG yield duration. The persisted configuration value was not restored properly. This closes #503. Signed-off-by: Bryan Bende Project:

nifi git commit: NIFI-1973 Allow ExecuteSQL to use flow file content as SQL query

2016-06-07 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x b8ff203c0 -> 133b34fc7 NIFI-1973 Allow ExecuteSQL to use flow file content as SQL query This closes #498. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1973 Allow ExecuteSQL to use flow file content as SQL query

2016-06-07 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 6de738fd0 -> 3b99e1235 NIFI-1973 Allow ExecuteSQL to use flow file content as SQL query This closes #498. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: Adding RAT exclusion for test resource in nifi-commons/nifi-expression-language

2016-06-07 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x 133b34fc7 -> 3c9fafd74 Adding RAT exclusion for test resource in nifi-commons/nifi-expression-language Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/3c9fafd7 Tree:

nifi git commit: Adding RAT exclusion for test resource in nifi-commons/nifi-expression-language

2016-06-07 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 3b99e1235 -> 37488d278 Adding RAT exclusion for test resource in nifi-commons/nifi-expression-language Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/37488d27 Tree:

nifi git commit: NIFI-1982: Use Compressed check box value.

2016-06-09 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x c4ddb5212 -> 86c96d930 NIFI-1982: Use Compressed check box value. - The Compressed check box UI input was not used - This commit enables Site-to-Site compression configuration from UI This closes #509. Signed-off-by: Bryan Bende

nifi git commit: NIFI-1946: - Updating palette styling. - Providing selection context. - Updating add connection icon. NIFI-2058: - Updating defaults for connection backpressure. NIFI-2014: - Updating

2016-06-21 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 8b27ed905 -> 9e54a3d26 NIFI-1946: - Updating palette styling. - Providing selection context. - Updating add connection icon. NIFI-2058: - Updating defaults for connection backpressure. NIFI-2014: - Updating birds eye colors. NIFI-2016: -

nifi git commit: Fixing versions for SNMP bundle on 0.x branch

2016-06-20 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x 60e572a6b -> 4305cf90c Fixing versions for SNMP bundle on 0.x branch Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4305cf90 Tree:

[1/2] nifi git commit: NIFI-1895 PutHBaseJSON processor treats all values as Strings

2016-06-20 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x 1aa9469a5 -> e016efa0d NIFI-1895 PutHBaseJSON processor treats all values as Strings The operator will now inspect the node value to determine type and convert as such. Numeric integral - Long (assumes widest type) Numeric not integral -

[2/2] nifi git commit: NIFI-1895 Adding a property to PutHBaseJSON to allow specifying how to store the values

2016-06-20 Thread bbende
NIFI-1895 Adding a property to PutHBaseJSON to allow specifying how to store the values This closes #542. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e016efa0 Tree:

[2/2] nifi git commit: NIFI-1895 Adding a property to PutHBaseJSON to allow specifying how to store the values

2016-06-20 Thread bbende
NIFI-1895 Adding a property to PutHBaseJSON to allow specifying how to store the values This closes #542. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8593bd77 Tree:

[1/2] nifi git commit: NIFI-1895 PutHBaseJSON processor treats all values as Strings

2016-06-20 Thread bbende
Repository: nifi Updated Branches: refs/heads/master f5060a6d6 -> 8593bd771 NIFI-1895 PutHBaseJSON processor treats all values as Strings The operator will now inspect the node value to determine type and convert as such. Numeric integral - Long (assumes widest type) Numeric not integral -

[2/2] nifi git commit: NIFI-1901: - Building component based access control tests for Connections, Funnels, Labels, Input Ports, Output Ports, Processors, and Process Groups. - Restoring Access Token

2016-06-17 Thread bbende
NIFI-1901: - Building component based access control tests for Connections, Funnels, Labels, Input Ports, Output Ports, Processors, and Process Groups. - Restoring Access Token Endpoint tests. This closes #518 Signed-off-by: Bryan Bende Project:

[1/2] nifi git commit: NIFI-1901: - Building component based access control tests for Connections, Funnels, Labels, Input Ports, Output Ports, Processors, and Process Groups. - Restoring Access Token

2016-06-17 Thread bbende
Repository: nifi Updated Branches: refs/heads/master c2b26eb31 -> fbd299e88 http://git-wip-us.apache.org/repos/asf/nifi/blob/fbd299e8/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/integration/accesscontrol/LabelAccessControlTest.java

nifi git commit: NIFI-920: Adding InvalidPathException handling to UnpackContent

2016-06-27 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x ba6f51efc -> 104224343 NIFI-920: Adding InvalidPathException handling to UnpackContent Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-920: Adding InvalidPathException handling to UnpackContent

2016-06-27 Thread bbende
Repository: nifi Updated Branches: refs/heads/master ff341271a -> e3d13ecf5 NIFI-920: Adding InvalidPathException handling to UnpackContent Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1554: - Updating cluster detection to support access through the flow resource. - Using the correct resource when authorizing a root group port during site to site.

2016-06-24 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 8da571d6d -> 82268afb0 NIFI-1554: - Updating cluster detection to support access through the flow resource. - Using the correct resource when authorizing a root group port during site to site. This closes #579. Signed-off-by: Bryan Bende

nifi git commit: NIFI-1417 Exposing several connection settings on the Solr processors to help deal with timeouts and adding an @OnStopped method to close the SolrClient which didn't appear to be happ

2016-02-01 Thread bbende
Repository: nifi Updated Branches: refs/heads/master ef80549d6 -> 1e56de952 NIFI-1417 Exposing several connection settings on the Solr processors to help deal with timeouts and adding an @OnStopped method to close the SolrClient which didn't appear to be happening before This closes #194

[1/2] nifi git commit: NIFI-865 Added processors to Get and Put to/from AMQP-based messaging systems

2016-02-02 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 75af3a2eb -> dc8b62c3a http://git-wip-us.apache.org/repos/asf/nifi/blob/dc8b62c3/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/src/test/java/org/apache/nifi/amqp/processors/AMQPPublisherTest.java

[2/2] nifi git commit: NIFI-1497: - Introducing a one time use password service for use in query parameters when accessing UI extensions and downloading resources. - Using one time use tokens when acc

2016-02-19 Thread bbende
NIFI-1497: - Introducing a one time use password service for use in query parameters when accessing UI extensions and downloading resources. - Using one time use tokens when accessing ui extensions and downloading resources. - Ensuring appropriate roles when accessing component details through

[1/2] nifi git commit: NIFI-1497: - Introducing a one time use password service for use in query parameters when accessing UI extensions and downloading resources. - Using one time use tokens when acc

2016-02-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 86ab4428f -> a8edab2e7

[2/2] nifi git commit: NIFI-1497: - Introducing a one time use password service for use in query parameters when accessing UI extensions and downloading resources. - Using one time use tokens when acc

2016-02-19 Thread bbende
NIFI-1497: - Introducing a one time use password service for use in query parameters when accessing UI extensions and downloading resources. - Using one time use tokens when accessing ui extensions and downloading resources. - Ensuring appropriate roles when accessing component details through

[1/2] nifi git commit: NIFI-1497: - Introducing a one time use password service for use in query parameters when accessing UI extensions and downloading resources. - Using one time use tokens when acc

2016-02-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/support/nifi-0.5.x 773d7fbd1 -> a7195b5fe

nifi git commit: NIFI-1529 Forcing hadoop-libraries-nar to version 4.2.5 of httpclient and httpcore since that is what hadoop-client 2.6.2 normally brings in - Removing dependencies from the nar pom t

2016-02-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/master a8edab2e7 -> 9576f4160 NIFI-1529 Forcing hadoop-libraries-nar to version 4.2.5 of httpclient and httpcore since that is what hadoop-client 2.6.2 normally brings in - Removing dependencies from the nar pom that should be transitively

[2/2] nifi git commit: NIFI-899 Rewrite of ListenUDP to use new listener framework, includes the following changes: - Adding Network Interface property to AbstractListenEventProcessor and ListenSyslog

2016-03-11 Thread bbende
NIFI-899 Rewrite of ListenUDP to use new listener framework, includes the following changes: - Adding Network Interface property to AbstractListenEventProcessor and ListenSyslog - Adding sending host and sending port to DatagramChannelDispatcher - Creation of common base class

[1/2] nifi git commit: NIFI-899 Rewrite of ListenUDP to use new listener framework, includes the following changes: - Adding Network Interface property to AbstractListenEventProcessor and ListenSyslog

2016-03-11 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 8f0116544 -> 1373bf672 http://git-wip-us.apache.org/repos/asf/nifi/blob/1373bf67/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenUDP.java

[1/2] nifi git commit: NIFI-1488 Refactoring HBase Kerberos support - Storing UGI so we can support multiple HBaseClientServices with different configs - Creating nifi-hadoop-utils to hold utility cod

2016-03-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 94cf1beeb -> 8773ec3d3 http://git-wip-us.apache.org/repos/asf/nifi/blob/8773ec3d/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/AbstractHadoopTest.java

nifi git commit: NIFI-1630 PutUDP processor created.

2016-04-06 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x 0852e497b -> 746d6fa97 NIFI-1630 PutUDP processor created. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/746d6fa9 Tree:

nifi git commit: NIFI-1630 PutUDP processor created.

2016-04-06 Thread bbende
Repository: nifi Updated Branches: refs/heads/master e66315c4d -> b0cc6ae7e NIFI-1630 PutUDP processor created. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b0cc6ae7 Tree:

[2/2] nifi git commit: NIFI-1488 Refactoring HBase Kerberos support - Storing UGI so we can support multiple HBaseClientServices with different configs - Creating nifi-hadoop-utils to hold utility cod

2016-03-20 Thread bbende
NIFI-1488 Refactoring HBase Kerberos support - Storing UGI so we can support multiple HBaseClientServices with different configs - Creating nifi-hadoop-utils to hold utility code shared between HDFS and HBase processors - Incorporating KerberosProperties into existing hadoop processors This

nifi git commit: NIFI-1579 Performance improvements for ListenSyslog which include removing an unnecessary yield and exposing a configurable size for the internal queue used by the processor, changing

2016-03-04 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 6776060ac -> 19e53962c NIFI-1579 Performance improvements for ListenSyslog which include removing an unnecessary yield and exposing a configurable size for the internal queue used by the processor, changing ListenSyslog to use a 20ms poll

[2/3] nifi git commit: NIFI-1420 Adding Splunk bundle containing PutSplunk, and GetSplunk, and adding a ListenTCP processor to standard processors. Refactored internal code from PutSyslog to create a

2016-03-07 Thread bbende
http://git-wip-us.apache.org/repos/asf/nifi/blob/6f5fb594/nifi-nar-bundles/nifi-splunk-bundle/nifi-splunk-processors/src/main/java/org/apache/nifi/processors/splunk/GetSplunk.java -- diff --git

[1/3] nifi git commit: NIFI-1420 Adding Splunk bundle containing PutSplunk, and GetSplunk, and adding a ListenTCP processor to standard processors. Refactored internal code from PutSyslog to create a

2016-03-07 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 4ce7b679e -> 6f5fb5947 http://git-wip-us.apache.org/repos/asf/nifi/blob/6f5fb594/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenTCP.java

[3/3] nifi git commit: NIFI-1420 Adding Splunk bundle containing PutSplunk, and GetSplunk, and adding a ListenTCP processor to standard processors. Refactored internal code from PutSyslog to create a

2016-03-07 Thread bbende
NIFI-1420 Adding Splunk bundle containing PutSplunk, and GetSplunk, and adding a ListenTCP processor to standard processors. Refactored internal code from PutSyslog to create a generic AbstractPutEventProcessor which PutSplunk extends from. This closes #233 Project:

nifi git commit: NIFI-1691: Add Fetch Size property to QueryDatabaseTable

2016-03-29 Thread bbende
Repository: nifi Updated Branches: refs/heads/master c3d54ab72 -> 65b26e6f4 NIFI-1691: Add Fetch Size property to QueryDatabaseTable This closes #307 Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1907 Moving lazy init of SSLContext to StandardSiteToSiteClientConfig rather than the builder

2016-05-24 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x de7ecd719 -> 714a90bbd NIFI-1907 Moving lazy init of SSLContext to StandardSiteToSiteClientConfig rather than the builder This closes #457. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1907 Moving lazy init of SSLContext to StandardSiteToSiteClientConfig rather than the builder

2016-05-24 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 714925358 -> 5df67c5dc NIFI-1907 Moving lazy init of SSLContext to StandardSiteToSiteClientConfig rather than the builder This closes #457. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-1858 Adding site-to-site reporting bundle

2016-05-17 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 8bb56fca6 -> 17c5496c0 NIFI-1858 Adding site-to-site reporting bundle This closes #436. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/17c5496c Tree:

[2/2] nifi git commit: NIFI-981: Added SelectHiveQL and PutHiveQL processors

2016-05-03 Thread bbende
NIFI-981: Added SelectHiveQL and PutHiveQL processors This closes #410. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/106b0fa0 Tree:

[2/2] nifi git commit: NIFI-981: Added SelectHiveQL and PutHiveQL processors

2016-05-03 Thread bbende
NIFI-981: Added SelectHiveQL and PutHiveQL processors This closes #384. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/59bc8264 Tree:

[1/2] nifi git commit: NIFI-981: Added SelectHiveQL and PutHiveQL processors

2016-05-03 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x 9fdb315f4 -> 59bc82647 http://git-wip-us.apache.org/repos/asf/nifi/blob/59bc8264/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/util/hive/HiveJdbcCommon.java

[1/2] nifi git commit: NIFI-981: Added SelectHiveQL and PutHiveQL processors

2016-05-03 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 833601406 -> 106b0fa0f http://git-wip-us.apache.org/repos/asf/nifi/blob/106b0fa0/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/util/hive/HiveJdbcCommon.java

nifi git commit: NIFI-1551: - Ensuring the datum is included when getting the entity key in nf-actions.

2016-04-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 8c09a5c8d -> f54e5d4b1 NIFI-1551: - Ensuring the datum is included when getting the entity key in nf-actions. This closes #364. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-1783: - Addressing mistake in exmample XML. - Ensuring the configured Authorizer is loaded correctly.

2016-04-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 13488fd9b -> 8c09a5c8d NIFI-1783: - Addressing mistake in exmample XML. - Ensuring the configured Authorizer is loaded correctly. This closes #363. Signed-off-by: Bryan Bende Project:

nifi git commit: NIFI-1785 added NON_BLANK_VALIDATOR

2016-04-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/master e12a79ea9 -> 0fed158d1 NIFI-1785 added NON_BLANK_VALIDATOR NIFI-1785 addressed PR comment NIFI-1785 fixed white spaces This closes #365. Signed-off-by: Bryan Bende Project:

nifi git commit: NIFI-1785 added NON_BLANK_VALIDATOR

2016-04-19 Thread bbende
Repository: nifi Updated Branches: refs/heads/0.x 639879979 -> 125123ad0 NIFI-1785 added NON_BLANK_VALIDATOR NIFI-1785 addressed PR comment NIFI-1785 fixed white spaces This closes #365. Signed-off-by: Bryan Bende Project:

nifi git commit: NIFI-2422: Fix SelectHiveQL handling of Number types

2016-07-29 Thread bbende
Repository: nifi Updated Branches: refs/heads/master a6d259ee0 -> b213ed95e NIFI-2422: Fix SelectHiveQL handling of Number types This closes #744. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: Removing extraneous authorizations.xml from nifi-resources/src/main/resources/conf, created automatically in secure mode

2016-08-01 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 1bf10944e -> bfdf94d52 Removing extraneous authorizations.xml from nifi-resources/src/main/resources/conf, created automatically in secure mode Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[2/2] nifi git commit: NIFI-1733 Initial commit for nifi-ranger-bundle - Adding Authorizer implementation for Ranger - Adding build profile and assembly that controls the inclusion of Ranger in the fi

2016-07-26 Thread bbende
NIFI-1733 Initial commit for nifi-ranger-bundle - Adding Authorizer implementation for Ranger - Adding build profile and assembly that controls the inclusion of Ranger in the final assembly - Add properties to specify ranger admin identity and a flag to indicate if ranger is using kerberos,

[1/2] nifi git commit: NIFI-1733 Initial commit for nifi-ranger-bundle - Adding Authorizer implementation for Ranger - Adding build profile and assembly that controls the inclusion of Ranger in the fi

2016-07-26 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 2ec43076f -> c27763a12 http://git-wip-us.apache.org/repos/asf/nifi/blob/c27763a1/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/src/main/resources/META-INF/services/org.apache.nifi.authorization.Authorizer

nifi git commit: NIFI-2457 removed old state file mechanism and fixed state reset logic

2016-08-02 Thread bbende
Repository: nifi Updated Branches: refs/heads/master e23b23561 -> 6bcc415eb NIFI-2457 removed old state file mechanism and fixed state reset logic This closes #768. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-2530: - When no explicit policy is defined, defer to the parent Process Group instead of attempting to match component's within the flow.

2016-08-10 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 84cac0dac -> 219234d00 NIFI-2530: - When no explicit policy is defined, defer to the parent Process Group instead of attempting to match component's within the flow. This closes #826. Signed-off-by: Bryan Bende

nifi git commit: NIFI-2535: Do not include properties that are unset in flow fingerprint. This allows a new property to be added to a processor without affecting the fingerprint, if the value is never

2016-08-11 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 76a4a2c48 -> 25a2fac45 NIFI-2535: Do not include properties that are unset in flow fingerprint. This allows a new property to be added to a processor without affecting the fingerprint, if the value is never set This closes #829.

nifi git commit: NIFI-2544: Created integration tests for clustering and addressed a few minor bugs that were found in doing so

2016-08-11 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 916292994 -> 76a4a2c48 NIFI-2544: Created integration tests for clustering and addressed a few minor bugs that were found in doing so This closes #832. Signed-off-by: Bryan Bende Project:

  1   2   3   4   5   6   7   8   9   10   >