[jira] [Commented] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018308#comment-16018308 ] ASF GitHub Bot commented on NIFI-3946: -- Github user jfrazee commented on a diff in the pull request:

[GitHub] nifi pull request #1833: NIFI-3946: Update LookupService to take a Map inste...

2017-05-19 Thread jfrazee
Github user jfrazee commented on a diff in the pull request: https://github.com/apache/nifi/pull/1833#discussion_r117601695 --- Diff:

[GitHub] nifi pull request #1833: NIFI-3946: Update LookupService to take a Map inste...

2017-05-19 Thread jfrazee
Github user jfrazee commented on a diff in the pull request: https://github.com/apache/nifi/pull/1833#discussion_r117601703 --- Diff:

[jira] [Commented] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018307#comment-16018307 ] ASF GitHub Bot commented on NIFI-3946: -- Github user jfrazee commented on a diff in the pull request:

[jira] [Updated] (NIFI-3948) PublishKafkaRecord_0_10 appears to no longer write messages on correct boundaries

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3948: -- Resolution: Fixed Status: Resolved (was: Patch Available) +1 merged to master. full clean

[jira] [Commented] (NIFI-3948) PublishKafkaRecord_0_10 appears to no longer write messages on correct boundaries

2017-05-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018279#comment-16018279 ] ASF subversion and git services commented on NIFI-3948: --- Commit

[GitHub] nifi pull request #1834: NIFI-3948: Added flush() method to RecordWriter and...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1834 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (NIFI-3854) Expand expression language support for Kafka processors

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3854: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Expand expression language support

[jira] [Commented] (NIFI-3854) Expand expression language support for Kafka processors

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018265#comment-16018265 ] Joseph Witt commented on NIFI-3854: --- +1 merged to master. thanks > Expand expression language support

[jira] [Commented] (NIFI-3948) PublishKafkaRecord_0_10 appears to no longer write messages on correct boundaries

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018215#comment-16018215 ] ASF GitHub Bot commented on NIFI-3948: -- GitHub user markap14 opened a pull request:

[jira] [Updated] (NIFI-3948) PublishKafkaRecord_0_10 appears to no longer write messages on correct boundaries

2017-05-19 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-3948: - Status: Patch Available (was: Open) > PublishKafkaRecord_0_10 appears to no longer write messages on

[GitHub] nifi pull request #1834: NIFI-3948: Added flush() method to RecordWriter and...

2017-05-19 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/1834 NIFI-3948: Added flush() method to RecordWriter and call it when writ… …ing a single record to OutputStream for PublishKafkaRecord. Also removed no-longer-used class WriteAvroResult

[jira] [Commented] (NIFI-3942) IPLookupService should auto reload geo dictionary file

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018092#comment-16018092 ] ASF GitHub Bot commented on NIFI-3942: -- Github user bbende commented on the issue:

[GitHub] nifi issue #1831: NIFI-3942 Making IPLookupService reload the database file ...

2017-05-19 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/1831 @markap14 Thanks for reviewing, I agree about the handling of the InvalidDatabaseException. I added another commit that catches the InvalidDatabaseException, then forces a reload and attempts the look

[jira] [Commented] (NIFI-3759) Enable Avro append for Put HDFS

2017-05-19 Thread Mika Borner (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018041#comment-16018041 ] Mika Borner commented on NIFI-3759: --- I second that, essential for time-series data with lots of small

[jira] [Commented] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018031#comment-16018031 ] Mark Payne commented on NIFI-3946: -- [~jfrazee][~joewitt] - I attached a PR that I think can illustrate how

[jira] [Commented] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018028#comment-16018028 ] ASF GitHub Bot commented on NIFI-3946: -- GitHub user markap14 opened a pull request:

[GitHub] nifi pull request #1833: NIFI-3946: Update LookupService to take a Map inste...

2017-05-19 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/1833 NIFI-3946: Update LookupService to take a Map instead of a String for… … the input Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of

[jira] [Commented] (NIFI-3942) IPLookupService should auto reload geo dictionary file

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018025#comment-16018025 ] ASF GitHub Bot commented on NIFI-3942: -- Github user markap14 commented on the issue:

[GitHub] nifi issue #1831: NIFI-3942 Making IPLookupService reload the database file ...

2017-05-19 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/1831 @bbende I very much like the idea of this PR. I tried to test it out, though, and it didn't behave as I was hoping. I downloaded the GeoLite2 database for ASN and for City. I set the

[jira] [Created] (NIFI-3949) NullPointerException from GrokReader

2017-05-19 Thread Bryan Bende (JIRA)
Bryan Bende created NIFI-3949: - Summary: NullPointerException from GrokReader Key: NIFI-3949 URL: https://issues.apache.org/jira/browse/NIFI-3949 Project: Apache NiFi Issue Type: Bug Affects

[GitHub] nifi-minifi-cpp pull request #100: MINIFI-320: Move instantiation of OpenSSL...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/100 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] nifi-minifi-cpp issue #100: MINIFI-320: Move instantiation of OpenSSL to a s...

2017-05-19 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/100 Code, build, and tests all look good. Will get this merged. --- 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

[jira] [Created] (NIFI-3948) PublishKafkaRecord_0_10 appears to no longer write messages on correct boundaries

2017-05-19 Thread Mark Payne (JIRA)
Mark Payne created NIFI-3948: Summary: PublishKafkaRecord_0_10 appears to no longer write messages on correct boundaries Key: NIFI-3948 URL: https://issues.apache.org/jira/browse/NIFI-3948 Project:

[jira] [Updated] (NIFI-1452) Yield Duration can short circuit long Timer Driven Run Schedule

2017-05-19 Thread Michael Moser (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Moser updated NIFI-1452: Status: Patch Available (was: Open) > Yield Duration can short circuit long Timer Driven Run

[jira] [Commented] (NIFI-1452) Yield Duration can short circuit long Timer Driven Run Schedule

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017934#comment-16017934 ] ASF GitHub Bot commented on NIFI-1452: -- GitHub user mosermw opened a pull request:

[GitHub] nifi pull request #1832: NIFI-1452 on timer-driven yield, use the greater of...

2017-05-19 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1832 NIFI-1452 on timer-driven yield, use the greater of yield duration or run schedule Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the

[jira] [Commented] (NIFI-1452) Yield Duration can short circuit long Timer Driven Run Schedule

2017-05-19 Thread Michael Moser (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017931#comment-16017931 ] Michael Moser commented on NIFI-1452: - This also affects GetHTTP, which yields when HTTP server

[jira] [Commented] (NIFI-3854) Expand expression language support for Kafka processors

2017-05-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017928#comment-16017928 ] ASF subversion and git services commented on NIFI-3854: --- Commit

[jira] [Commented] (NIFI-3854) Expand expression language support for Kafka processors

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017929#comment-16017929 ] ASF GitHub Bot commented on NIFI-3854: -- Github user asfgit closed the pull request at:

[GitHub] nifi pull request #1773: NIFI-3854 Expand expression language support for Ka...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1773 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread Joey Frazee (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017927#comment-16017927 ] Joey Frazee commented on NIFI-3946: --- What you describe makes a lot of sense if you're trying to do a

[jira] [Commented] (NIFI-3942) IPLookupService should auto reload geo dictionary file

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017910#comment-16017910 ] ASF GitHub Bot commented on NIFI-3942: -- GitHub user bbende opened a pull request:

[GitHub] nifi pull request #1831: NIFI-3942 Making IPLookupService reload the databas...

2017-05-19 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/1831 NIFI-3942 Making IPLookupService reload the database file on the fly … …when detecting the file has changed Thank you for submitting a contribution to Apache NiFi. In order to

[jira] [Commented] (NIFI-3404) Add lookup processor for enrichments/joins to reference data

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017895#comment-16017895 ] ASF GitHub Bot commented on NIFI-3404: -- GitHub user jfrazee opened a pull request:

[GitHub] nifi pull request #1830: NIFI-3404 Add lookup processor for enrichments/join...

2017-05-19 Thread jfrazee
GitHub user jfrazee opened a pull request: https://github.com/apache/nifi/pull/1830 NIFI-3404 Add lookup processor for enrichments/joins to reference data Note: This is overlaid on [NIFI-3339](https://issues.apache.org/jira/browse/NIFI-3339)/#1450. You can merge this pull request

[GitHub] nifi-minifi-cpp issue #100: MINIFI-320: Move instantiation of OpenSSL to a s...

2017-05-19 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/100 reviewing --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[jira] [Commented] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017885#comment-16017885 ] Joseph Witt commented on NIFI-3946: --- Joey in this case I'm suggesting it is a multi condition WHERE

[jira] [Commented] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread Joey Frazee (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017878#comment-16017878 ] Joey Frazee commented on NIFI-3946: --- [~joewitt] Is the suggestion to allow multiple lookups

[jira] [Commented] (NIFI-3854) Expand expression language support for Kafka processors

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017853#comment-16017853 ] Joseph Witt commented on NIFI-3854: --- reviewing. But looks good to go > Expand expression language

[jira] [Updated] (NIFI-3854) Expand expression language support for Kafka processors

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3854: -- Fix Version/s: 1.3.0 > Expand expression language support for Kafka processors >

[jira] [Assigned] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne reassigned NIFI-3946: Assignee: Mark Payne > Should update LookupRecord to allow multi criteria lookups >

[jira] [Created] (NIFI-3947) MergeContent when merging avro and not receiving avro handles the failure improperly

2017-05-19 Thread Joseph Witt (JIRA)
Joseph Witt created NIFI-3947: - Summary: MergeContent when merging avro and not receiving avro handles the failure improperly Key: NIFI-3947 URL: https://issues.apache.org/jira/browse/NIFI-3947 Project:

[jira] [Created] (NIFI-3946) Should update LookupRecord to allow multi criteria lookups

2017-05-19 Thread Joseph Witt (JIRA)
Joseph Witt created NIFI-3946: - Summary: Should update LookupRecord to allow multi criteria lookups Key: NIFI-3946 URL: https://issues.apache.org/jira/browse/NIFI-3946 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-3938) Add a ScriptedLookupService

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017788#comment-16017788 ] ASF GitHub Bot commented on NIFI-3938: -- Github user asfgit closed the pull request at:

[GitHub] nifi pull request #1828: NIFI-3938: Added ScriptedLookupService, some refact...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1828 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-3938) Add a ScriptedLookupService

2017-05-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017786#comment-16017786 ] ASF subversion and git services commented on NIFI-3938: --- Commit

[GitHub] nifi issue #1828: NIFI-3938: Added ScriptedLookupService, some refactor for ...

2017-05-19 Thread alopresto
Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/1828 Built with `contrib-check` and all tests pass. With Matt's help, I created a schema registry with a defined schema, generated flowfiles with CSV formatted data (a hockey roster), and used

[jira] [Commented] (NIFI-3938) Add a ScriptedLookupService

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017785#comment-16017785 ] ASF GitHub Bot commented on NIFI-3938: -- Github user alopresto commented on the issue:

[jira] [Resolved] (NIFI-3945) Improve documentation around security for 0.10 Kafka processors

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt resolved NIFI-3945. --- Resolution: Fixed +1 merged to master. Thanks! > Improve documentation around security for 0.10

[jira] [Commented] (NIFI-3945) Improve documentation around security for 0.10 Kafka processors

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017762#comment-16017762 ] ASF GitHub Bot commented on NIFI-3945: -- Github user asfgit closed the pull request at:

[GitHub] nifi pull request #1829: NIFI-3945 Adding documentaion about security protoc...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1829 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-3945) Improve documentation around security for 0.10 Kafka processors

2017-05-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017761#comment-16017761 ] ASF subversion and git services commented on NIFI-3945: --- Commit

[GitHub] nifi-minifi-cpp issue #100: MINIFI-320: Move instantiation of OpenSSL to a s...

2017-05-19 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/100 @apiri this PR is ready for review. --- 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

[GitHub] nifi-minifi-cpp pull request #97: MINIFI-289: Update test folder to apply li...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/97 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] nifi-minifi-cpp issue #97: MINIFI-289: Update test folder to apply linter an...

2017-05-19 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/97 looks good, merging --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] nifi-minifi-cpp issue #97: MINIFI-289: Update test folder to apply linter an...

2017-05-19 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/97 @phrocker good deal, thanks! Looks like Travis is happy. Will scope out from my side to see if that apiri guy is happy too and get this wrapped up --- If your project is set up for it, you

[GitHub] nifi-minifi-cpp issue #97: MINIFI-289: Update test folder to apply linter an...

2017-05-19 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/97 @apiri rebase complete. Waiting on travis to prove me right/wrong... --- 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

[jira] [Commented] (NIFI-3938) Add a ScriptedLookupService

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017620#comment-16017620 ] ASF GitHub Bot commented on NIFI-3938: -- Github user alopresto commented on the issue:

[GitHub] nifi issue #1828: NIFI-3938: Added ScriptedLookupService, some refactor for ...

2017-05-19 Thread alopresto
Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/1828 Reviewing... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] nifi pull request #1829: NIFI-3945 Adding documentaion about security protoc...

2017-05-19 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/1829 NIFI-3945 Adding documentaion about security protocols to Kafka 0.10 … …processors Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of

[GitHub] nifi-minifi-cpp pull request #95: MINIFI-290 Refactor Tests

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/95 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Assigned] (NIFI-3944) Update documentation for functionality related to Component Versions

2017-05-19 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim reassigned NIFI-3944: Assignee: Andrew Lim > Update documentation for functionality related to Component Versions >

[GitHub] nifi-minifi-cpp issue #95: MINIFI-290 Refactor Tests

2017-05-19 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/95 @kevdoran cool, thanks will get merged! --- 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

[GitHub] nifi-minifi-cpp issue #95: MINIFI-290 Refactor Tests

2017-05-19 Thread kevdoran
Github user kevdoran commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/95 Updated --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[jira] [Updated] (NIFI-3938) Add a ScriptedLookupService

2017-05-19 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-3938: --- Status: Patch Available (was: In Progress) > Add a ScriptedLookupService >

[jira] [Commented] (NIFI-3938) Add a ScriptedLookupService

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017487#comment-16017487 ] ASF GitHub Bot commented on NIFI-3938: -- GitHub user mattyb149 opened a pull request:

[GitHub] nifi-minifi-cpp pull request #95: MINIFI-290 Refactor Tests

2017-05-19 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/95#discussion_r117498245 --- Diff: libminifi/test/TestBase.h --- @@ -29,6 +29,13 @@ #include "core/Core.h" #include "properties/Configure.h" +/* Defining

[GitHub] nifi-minifi-cpp pull request #95: MINIFI-290 Refactor Tests

2017-05-19 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/95#discussion_r117497192 --- Diff: libminifi/test/TestBase.h --- @@ -29,6 +29,13 @@ #include "core/Core.h" #include "properties/Configure.h" +/* Defining

[GitHub] nifi-minifi-cpp issue #95: MINIFI-290 Refactor Tests

2017-05-19 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/95 @kevdoran thanks for all the thought process and rationale. totally seems fair. will review the updates. thanks! --- If your project is set up for it, you can reply to this email and have

[jira] [Updated] (NIFI-3943) Help/hover text is misaligned in the Scope drop-down in the Enable Controller Service dialog

2017-05-19 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim updated NIFI-3943: - Description: When hovering over the "?" icons in the Scope drop-down, the help text appears higher than

[jira] [Updated] (NIFI-3943) Help/hover text is misaligned in the Scope drop-down in the Enable Controller Service dialog

2017-05-19 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim updated NIFI-3943: - Attachment: NIFI-3943.png > Help/hover text is misaligned in the Scope drop-down in the Enable Controller

[jira] [Created] (NIFI-3943) Help/hover text is misaligned in the Scope drop-down in the Enable Controller Service dialog

2017-05-19 Thread Andrew Lim (JIRA)
Andrew Lim created NIFI-3943: Summary: Help/hover text is misaligned in the Scope drop-down in the Enable Controller Service dialog Key: NIFI-3943 URL: https://issues.apache.org/jira/browse/NIFI-3943

[jira] [Assigned] (NIFI-3942) IPLookupService should auto reload geo dictionary file

2017-05-19 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende reassigned NIFI-3942: - Assignee: Bryan Bende > IPLookupService should auto reload geo dictionary file >

[GitHub] nifi-minifi-cpp issue #95: MINIFI-290 Refactor Tests

2017-05-19 Thread kevdoran
Github user kevdoran commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/95 @apiri @phrocker - update on this: The approach of setting a hardcoded working directory when adding tests to ctest in the CMakeLists.txt file proved to be too brittle. If you

[jira] [Resolved] (NIFI-3936) Follow the instructions step, maven build fails

2017-05-19 Thread shuguo zheng (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] shuguo zheng resolved NIFI-3936. Resolution: Not A Bug Fix Version/s: 1.2.0 > Follow the instructions step, maven build fails

[jira] [Commented] (NIFI-3688) Create extended groovy scripting processor

2017-05-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017062#comment-16017062 ] ASF GitHub Bot commented on NIFI-3688: -- Github user dlukyanov commented on the issue:

[jira] [Updated] (NIFI-3863) Create a LookupRecord Processor

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3863: -- Resolution: Fixed Status: Resolved (was: Patch Available) +1 merged to master Also uploaded a

[jira] [Commented] (NIFI-3857) Create PartitionRecord processor

2017-05-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16016941#comment-16016941 ] ASF subversion and git services commented on NIFI-3857: --- Commit

[jira] [Updated] (NIFI-3863) Create a LookupRecord Processor

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3863: -- Fix Version/s: 1.3.0 > Create a LookupRecord Processor > --- > >

[jira] [Commented] (NIFI-3863) Create a LookupRecord Processor

2017-05-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16016940#comment-16016940 ] ASF subversion and git services commented on NIFI-3863: --- Commit

[GitHub] nifi pull request #1825: NIFI 3863 - Add LookupRecord, PartitionRecord proce...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1825 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (NIFI-3863) Create a LookupRecord Processor

2017-05-19 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3863: -- Attachment: template-for-lookup-parition-provenance-records.xml this is a great template to test all