[jira] [Commented] (MINIFI-226) Provide support for controller services

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984025#comment-15984025 ] ASF GitHub Bot commented on MINIFI-226: --- Github user phrocker commented on the issue

[jira] [Commented] (MINIFI-226) Provide support for controller services

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984020#comment-15984020 ] ASF GitHub Bot commented on MINIFI-226: --- GitHub user phrocker opened a pull request:

nifi git commit: NIFI-3704: Add PutDatabaseRecord processor

2017-04-25 Thread ijokarumawak
Repository: nifi Updated Branches: refs/heads/master ef5bac207 -> 4303e4742 NIFI-3704: Add PutDatabaseRecord processor NIFI-3704: Incorporated review comments NIFI-3704: Updated PutDatabaseRecord documentation, including limitations on Update records NIFI-3704: Added retry paths for transie

nifi git commit: NIFI-3738 Fixed NPE when ListenSyslog UDP datagram has zero length. Added default constructor to SyslogParser to allow map coercion for test. Added unit test.

2017-04-25 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 49a62448c -> ef5bac207 NIFI-3738 Fixed NPE when ListenSyslog UDP datagram has zero length. Added default constructor to SyslogParser to allow map coercion for test. Added unit test. NIFI-3738 Fixed NPE when ParseSyslog UDP datagram has zer

[jira] [Commented] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983386#comment-15983386 ] Kevin Doran commented on MINIFI-275: Found the culprit... YamlConfiguration.cpp:84 (co

[jira] [Assigned] (MINIFI-276) Create a change ingestor for S3

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-276: -- Assignee: Jeff Zemerick > Create a change ingestor for S3 > --- > >

[jira] [Commented] (MINIFI-276) Create a change ingestor for S3

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983373#comment-15983373 ] Aldrin Piri commented on MINIFI-276: [~jzemerick] Sounds like it could definitely be h

[jira] [Commented] (MINIFI-276) Create a change ingestor for S3

2017-04-25 Thread Jeff Zemerick (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983363#comment-15983363 ] Jeff Zemerick commented on MINIFI-276: -- If the team agrees this would be useful you c

[jira] [Created] (MINIFI-276) Create a change ingestor for S3

2017-04-25 Thread Jeff Zemerick (JIRA)
Jeff Zemerick created MINIFI-276: Summary: Create a change ingestor for S3 Key: MINIFI-276 URL: https://issues.apache.org/jira/browse/MINIFI-276 Project: Apache NiFi MiNiFi Issue Type: Task

nifi git commit: NIFI-3734: Add ScriptedReader and ScriptedRecordSetWriter

2017-04-25 Thread alopresto
Repository: nifi Updated Branches: refs/heads/master ee4b88620 -> 49a62448c NIFI-3734: Add ScriptedReader and ScriptedRecordSetWriter This closes #1691. Signed-off-by: Andy LoPresto Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nif

[jira] [Updated] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran updated MINIFI-275: --- Attachment: config.yml > Configuration without IDs for components causes exceptions >

[jira] [Commented] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983330#comment-15983330 ] Kevin Doran commented on MINIFI-275: Confirmed issue is reproducible on macOS 10.12.4

[jira] [Commented] (MINIFI-274) Build failures in Debian based environments

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983319#comment-15983319 ] Aldrin Piri commented on MINIFI-274: Also unable to be reproduced in Ubuntu 16.10 with

[jira] [Commented] (MINIFI-273) make docs sometimes doesn't work and fails travis

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983293#comment-15983293 ] ASF GitHub Bot commented on MINIFI-273: --- GitHub user apiri opened a pull request:

[jira] [Commented] (MINIFI-274) Build failures in Debian based environments

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983260#comment-15983260 ] Aldrin Piri commented on MINIFI-274: Unable to recreate this in Ubuntu 17.04 with gcc

[1/3] nifi git commit: NIFI-3737 - Ran optipng on all png files

2017-04-25 Thread scottyaslan
Repository: nifi Updated Branches: refs/heads/master 26ca40c0d -> ee4b88620 http://git-wip-us.apache.org/repos/asf/nifi/blob/879fe3ef/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/images/iconInfo.png --

[3/3] nifi git commit: NIFI-3737 - Reverting problematic pngs

2017-04-25 Thread scottyaslan
NIFI-3737 - Reverting problematic pngs Signed-off-by: Scott Aslan This closes #1693 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ee4b8862 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ee4b8862 Diff: http://git-wip

[2/3] nifi git commit: NIFI-3737 - Ran optipng on all png files

2017-04-25 Thread scottyaslan
NIFI-3737 - Ran optipng on all png files Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/879fe3ef Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/879fe3ef Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/879fe3ef B

[jira] [Commented] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983021#comment-15983021 ] Aldrin Piri commented on MINIFI-275: [~kdoran] Awesome. I have added you as a contrib

[jira] [Assigned] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-275: -- Assignee: Kevin Doran > Configuration without IDs for components causes exceptions > --

[jira] [Commented] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983017#comment-15983017 ] Joseph Witt commented on MINIFI-275: awesome [~kdoran]! Welcome to the Apache NiFi co

[jira] [Commented] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983006#comment-15983006 ] Kevin Doran commented on MINIFI-275: [~aldrin], I would be interested in working on th

[jira] [Commented] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982976#comment-15982976 ] Aldrin Piri commented on MINIFI-275: For reference, the sample file in MiNiFi Java's a

nifi git commit: NIFI-3728: Detect 'truncate table' event, allow exclusion of schema change events in CaptureChangeMySQL

2017-04-25 Thread ijokarumawak
Repository: nifi Updated Branches: refs/heads/master 9ed001869 -> 26ca40c0d NIFI-3728: Detect 'truncate table' event, allow exclusion of schema change events in CaptureChangeMySQL NIFI-3728: Changed 'Include Schema Change Events' to 'Include DDL Events', updated tests This closes #1690. Si

[jira] [Assigned] (MINIFI-275) Configuration without IDs for components causes exceptions

2017-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-275: -- Assignee: (was: Aldrin Piri) > Configuration without IDs for components causes exceptions >

[jira] [Resolved] (MINIFI-214) Memory lost by using new thread

2017-04-25 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFI-214. --- Resolution: Fixed This has been resolved with other changes. > Memory lost by using new thread > ---

nifi git commit: NIFI-2323: Fixed Oracle timestamp handling in DB fetch processors. This closes #1664.

2017-04-25 Thread markap14
Repository: nifi Updated Branches: refs/heads/master 995c7ce2f -> 9ed001869 NIFI-2323: Fixed Oracle timestamp handling in DB fetch processors. This closes #1664. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9ed00186 Tree

nifi git commit: NIFI-2656: replace -k [password] with -K [passwordfile].

2017-04-25 Thread alopresto
Repository: nifi Updated Branches: refs/heads/master c0f0462e8 -> 995c7ce2f NIFI-2656: replace -k [password] with -K [passwordfile]. This approaches a proper solution on how to hand over the key from RunNiFi to NiFi. Insofar the password file is pruned as part of the startup, NiFi processors c