[GitHub] nifi issue #2533: NIFI-4961 Allow data to be set on MockFlowFile

2018-03-22 Thread kai5263499
Github user kai5263499 commented on the issue: https://github.com/apache/nifi/pull/2533 Yes, thanks for the tip about TestRunner ---

[jira] [Commented] (NIFI-4961) Allow data to be set on MockFlowFile

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409449#comment-16409449 ] ASF GitHub Bot commented on NIFI-4961: -- Github user kai5263499 commented on the issue:

[jira] [Commented] (NIFI-4961) Allow data to be set on MockFlowFile

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409450#comment-16409450 ] ASF GitHub Bot commented on NIFI-4961: -- Github user kai5263499 closed the pull request at:

[GitHub] nifi pull request #2533: NIFI-4961 Allow data to be set on MockFlowFile

2018-03-22 Thread kai5263499
Github user kai5263499 closed the pull request at: https://github.com/apache/nifi/pull/2533 ---

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

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

[jira] [Commented] (NIFI-4035) Implement record-based Solr processors

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409488#comment-16409488 ] ASF GitHub Bot commented on NIFI-4035: -- Github user bbende commented on a diff in the pull request:

[jira] [Comment Edited] (NIFI-5001) Passwords are visible while typing in(Possibility of shoulder attacks)

2018-03-22 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409491#comment-16409491 ] Matt Gilman edited comment on NIFI-5001 at 3/22/18 1:04 PM: Thanks for filing

[jira] [Commented] (NIFI-5001) Passwords are visible while typing in(Possibility of shoulder attacks)

2018-03-22 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409491#comment-16409491 ] Matt Gilman commented on NIFI-5001: --- Thanks for filing this JIRA. I wanted to comment here to reference a

[jira] [Created] (NIFI-5001) Passwords are visible while typing in(Possibility of shoulder attacks)

2018-03-22 Thread Bhavishya Mathur (JIRA)
Bhavishya Mathur created NIFI-5001: -- Summary: Passwords are visible while typing in(Possibility of shoulder attacks) Key: NIFI-5001 URL: https://issues.apache.org/jira/browse/NIFI-5001 Project:

[jira] [Resolved] (NIFI-4961) Allow data to be set on MockFlowFile

2018-03-22 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-4961. -- Resolution: Information Provided > Allow data to be set on MockFlowFile >

[jira] [Updated] (NIFI-5002) LdapUserGroupProvider Support

2018-03-22 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran updated NIFI-5002: -- Description: Since LDAP support was added to the NiFI Docker image, the user-group sync feature was

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176439185 --- Diff: nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/ToBytes.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176438643 --- Diff: nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/ToString.java --- @@ -0,0 +1,95 @@ +/* + * Licensed to

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176439422 --- Diff: nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/ToBytes.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176438047 --- Diff: nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/ToString.java --- @@ -0,0 +1,95 @@ +/* + * Licensed to

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176437061 --- Diff: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java --- @@ -432,6 +478,37 @@ public static String

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176437278 --- Diff: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java --- @@ -474,6 +555,14 @@ public static String

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176436923 --- Diff: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java --- @@ -270,11 +290,33 @@ public static

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176440529 --- Diff: nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/avro/AvroTypeUtil.java --- @@ -609,6

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176437638 --- Diff: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java --- @@ -1100,4 +1189,16 @@ public static

[GitHub] nifi issue #2113: NIFI-4325 Added new processor that uses the JSON DSL.

2018-03-22 Thread JPercivall
Github user JPercivall commented on the issue: https://github.com/apache/nifi/pull/2113 Hey @MikeThomsen, I'm planning on reviewing this tomorrow evening ---

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409618#comment-16409618 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409616#comment-16409616 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409620#comment-16409620 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409615#comment-16409615 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Updated] (NIFI-5002) LdapUserGroupProvider Support

2018-03-22 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Doran updated NIFI-5002: -- Description: In the time since LDAP support was added to the NiFI Docker image, the user group sync

[jira] [Commented] (NIFI-4325) Create a new ElasticSearch processor that supports the JSON DSL

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409650#comment-16409650 ] ASF GitHub Bot commented on NIFI-4325: -- Github user MikeThomsen commented on the issue:

[GitHub] nifi issue #2113: NIFI-4325 Added new processor that uses the JSON DSL.

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2113 @JPercivall FYI, part of the reason I want to get this done is I'm planning on doing a whole new set of ES processors that are based on bring the total CRUD functionality over to the official

[jira] [Commented] (NIFIREG-153) The angular router module not properly injected.

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409528#comment-16409528 ] ASF GitHub Bot commented on NIFIREG-153: Github user asfgit closed the pull request at:

[jira] [Created] (NIFI-5002) LdapUserGroupProvider Support

2018-03-22 Thread Kevin Doran (JIRA)
Kevin Doran created NIFI-5002: - Summary: LdapUserGroupProvider Support Key: NIFI-5002 URL: https://issues.apache.org/jira/browse/NIFI-5002 Project: Apache NiFi Issue Type: Sub-task

[jira] [Commented] (NIFIREG-153) The angular router module not properly injected.

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409526#comment-16409526 ] ASF GitHub Bot commented on NIFIREG-153: Github user bbende commented on the issue:

[GitHub] nifi-registry pull request #106: [NIFIREG-153] inject angular router module ...

2018-03-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-registry/pull/106 ---

[jira] [Resolved] (NIFIREG-153) The angular router module not properly injected.

2018-03-22 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-153. - Resolution: Fixed Fix Version/s: 0.2.0 > The angular router module not properly injected.

[GitHub] nifi issue #2113: NIFI-4325 Added new processor that uses the JSON DSL.

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2113 @JPercivall Any chance we can close this out? ---

[jira] [Commented] (NIFI-4325) Create a new ElasticSearch processor that supports the JSON DSL

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409605#comment-16409605 ] ASF GitHub Bot commented on NIFI-4325: -- Github user MikeThomsen commented on the issue:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409623#comment-16409623 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409619#comment-16409619 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409617#comment-16409617 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409622#comment-16409622 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409621#comment-16409621 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

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

2018-03-22 Thread abhinavrohatgi30
Github user abhinavrohatgi30 commented on the issue: https://github.com/apache/nifi/pull/2561 I'm done with the changes that @bbende and @MikeThomsen have suggested ---

[jira] [Commented] (NIFIREG-155) Cannot access nifi once secure

2018-03-22 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409534#comment-16409534 ] Bryan Bende commented on NIFIREG-155: - [~scottdhowell3]based on the mailing list discussions, I

[jira] [Commented] (NIFIREG-152) Support storing flows in Object Store/S3

2018-03-22 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409532#comment-16409532 ] Bryan Bende commented on NIFIREG-152: - [~spotty] if you are interested in working on this idea, the

[jira] [Commented] (NIFI-4325) Create a new ElasticSearch processor that supports the JSON DSL

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409627#comment-16409627 ] ASF GitHub Bot commented on NIFI-4325: -- Github user JPercivall commented on the issue:

[jira] [Commented] (NIFI-4995) Release Apache NiFi 1.6.0

2018-03-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409735#comment-16409735 ] ASF subversion and git services commented on NIFI-4995: --- Commit

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176482056 --- Diff: nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/avro/AvroTypeUtil.java --- @@

[jira] [Commented] (NIFI-5000) ListHDFS doesn't list files from updated 'directory'

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409933#comment-16409933 ] ASF GitHub Bot commented on NIFI-5000: -- GitHub user zenfenan opened a pull request:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409799#comment-16409799 ] ASF GitHub Bot commented on NIFI-4857: -- Github user mattyb149 commented on a diff in the pull request:

[jira] [Updated] (NIFI-4833) Add ScanHBase processor

2018-03-22 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-4833: -- Summary: Add ScanHBase processor (was: NIFI-4833 Add ScanHBase processor) > Add ScanHBase processor >

[GitHub] nifi-minifi pull request #118: MINIFI-444 C2 Data Model and REST API

2018-03-22 Thread kevdoran
Github user kevdoran closed the pull request at: https://github.com/apache/nifi-minifi/pull/118 ---

[jira] [Resolved] (MINIFICPP-439) Allow cmake3 to take precedence over cmake in bootstrap

2018-03-22 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFICPP-439. --- Resolution: Done Fix Version/s: 0.5.0 > Allow cmake3 to take precedence over cmake

[jira] [Commented] (NIFI-4995) Release Apache NiFi 1.6.0

2018-03-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409736#comment-16409736 ] ASF subversion and git services commented on NIFI-4995: --- Commit

[jira] [Closed] (NIFIREG-118) Create a NiFi Registry Docker Image

2018-03-22 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri closed NIFIREG-118. --- Resolution: Duplicate > Create a NiFi Registry Docker Image > --- >

[GitHub] nifi issue #2205: NIFI-4149 - [WIP] - Indicate if EL is evaluated against FF...

2018-03-22 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2205 Hey @pvillard31 I definitely where this is going. I agree that another PR/JIRA can be issued for the more elaborate indication of processor-specific variables in the EL. The only issue that I have

[GitHub] nifi pull request #2576: NIFI-5000: ListHDFS properly lists files from updat...

2018-03-22 Thread zenfenan
GitHub user zenfenan opened a pull request: https://github.com/apache/nifi/pull/2576 NIFI-5000: ListHDFS properly lists files from updated directory path Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[jira] [Commented] (NIFI-4149) Indicate if EL is evaluated against FFs or not

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409875#comment-16409875 ] ASF GitHub Bot commented on NIFI-4149: -- Github user markap14 commented on the issue:

[jira] [Created] (NIFIREG-156) ContextPath for NiFi Registry UI

2018-03-22 Thread Damian Czaja (JIRA)
Damian Czaja created NIFIREG-156: Summary: ContextPath for NiFi Registry UI Key: NIFIREG-156 URL: https://issues.apache.org/jira/browse/NIFIREG-156 Project: NiFi Registry Issue Type:

[GitHub] nifi-registry issue #106: [NIFIREG-153] inject angular router module into re...

2018-03-22 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/106 Looks good, will merge ---

[jira] [Commented] (NIFI-4035) Implement record-based Solr processors

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409625#comment-16409625 ] ASF GitHub Bot commented on NIFI-4035: -- Github user abhinavrohatgi30 commented on the issue:

[GitHub] nifi issue #2113: NIFI-4325 Added new processor that uses the JSON DSL.

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2113 Thanks. ---

[jira] [Commented] (NIFI-4325) Create a new ElasticSearch processor that supports the JSON DSL

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409648#comment-16409648 ] ASF GitHub Bot commented on NIFI-4325: -- Github user MikeThomsen commented on the issue:

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409812#comment-16409812 ] ASF GitHub Bot commented on NIFI-4857: -- Github user mattyb149 commented on a diff in the pull request:

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176484111 --- Diff: nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/ToBytes.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to

[jira] [Commented] (NIFI-4995) Release Apache NiFi 1.6.0

2018-03-22 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409817#comment-16409817 ] Joseph Witt commented on NIFI-4995: --- RC1 Vote is out.   > Release Apache NiFi 1.6.0 >

[jira] [Updated] (NIFI-5000) ListHDFS doesn't list files from updated 'directory'

2018-03-22 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sivaprasanna Sethuraman updated NIFI-5000: -- Status: Patch Available (was: In Progress) > ListHDFS doesn't list files from

[jira] [Updated] (NIFI-5000) ListHDFS doesn't list files from updated 'directory'

2018-03-22 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sivaprasanna Sethuraman updated NIFI-5000: -- Attachment: 0001-SNTDA-5000-ListHDFS-properly-lists-files-from-update.patch >

[jira] [Commented] (NIFI-2853) Improve ListHDFS state tracking

2018-03-22 Thread Sivaprasanna Sethuraman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409944#comment-16409944 ] Sivaprasanna Sethuraman commented on NIFI-2853: --- It's a bug. Created a ticket NIFI-5000 and

[jira] [Commented] (NIFIREG-147) Add Keycloak authentication method

2018-03-22 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409976#comment-16409976 ] Kevin Doran commented on NIFIREG-147: - [~ror6ax] if you or someone you know is interested in working

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410070#comment-16410070 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410074#comment-16410074 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410068#comment-16410068 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410077#comment-16410077 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176524758 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410073#comment-16410073 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410069#comment-16410069 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410076#comment-16410076 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410071#comment-16410071 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176524914 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176529115 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/test/java/org/apache/nifi/processors/influxdb/ITExecuteInfluxDBQuery.java ---

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176528433 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/test/java/org/apache/nifi/processors/influxdb/AbstractITInfluxDB.java ---

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176526847 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176525929 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176526551 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176527325 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176525442 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410072#comment-16410072 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410075#comment-16410075 ] ASF GitHub Bot commented on NIFI-4927: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2562: NIFI-4927 - InfluxDB Query Processor

2018-03-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r176526183 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410092#comment-16410092 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176530763 --- Diff: nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/avro/AvroTypeUtil.java --- @@ -609,6

[GitHub] nifi pull request #2570: NIFI-4857: Support String<->byte[] conversion

2018-03-22 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2570#discussion_r176531476 --- Diff: nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/ToBytes.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to

[jira] [Commented] (NIFI-4857) Record components do not support String <-> byte[] conversions

2018-03-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410096#comment-16410096 ] ASF GitHub Bot commented on NIFI-4857: -- Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-5003) nifi.sh install is broken in systemd operating systems

2018-03-22 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410194#comment-16410194 ] Aldrin Piri commented on NIFI-5003: --- >From chat, this was Ubuntu 16.04.4 > nifi.sh install is broken in

[jira] [Created] (NIFI-5004) Ability to Execute File (FTP/CIFS/SFTP) Copy jobs on Mapreduce From Nifi

2018-03-22 Thread Greg Senia (JIRA)
Greg Senia created NIFI-5004: Summary: Ability to Execute File (FTP/CIFS/SFTP) Copy jobs on Mapreduce From Nifi Key: NIFI-5004 URL: https://issues.apache.org/jira/browse/NIFI-5004 Project: Apache NiFi

[jira] [Created] (NIFI-5003) nifi.sh install is broken in systemd operating systems

2018-03-22 Thread Samuel Miller (JIRA)
Samuel Miller created NIFI-5003: --- Summary: nifi.sh install is broken in systemd operating systems Key: NIFI-5003 URL: https://issues.apache.org/jira/browse/NIFI-5003 Project: Apache NiFi

[jira] [Created] (NIFI-5005) MergeRecord processor ignoring schema types for JsonRecordSetWriter output

2018-03-22 Thread Nick Pettyjohn (JIRA)
Nick Pettyjohn created NIFI-5005: Summary: MergeRecord processor ignoring schema types for JsonRecordSetWriter output Key: NIFI-5005 URL: https://issues.apache.org/jira/browse/NIFI-5005 Project:

[jira] [Created] (NIFI-5006) Update docs to reflect 2018 where applicable

2018-03-22 Thread Aldrin Piri (JIRA)
Aldrin Piri created NIFI-5006: - Summary: Update docs to reflect 2018 where applicable Key: NIFI-5006 URL: https://issues.apache.org/jira/browse/NIFI-5006 Project: Apache NiFi Issue Type: Task

[jira] [Created] (MINIFICPP-444) Remove warnings

2018-03-22 Thread marco polo (JIRA)
marco polo created MINIFICPP-444: Summary: Remove warnings Key: MINIFICPP-444 URL: https://issues.apache.org/jira/browse/MINIFICPP-444 Project: NiFi MiNiFi C++ Issue Type: Improvement

[jira] [Created] (NIFI-5007) pre processor schedule by primary, next processor schedule by all node; but in fact next processor only be scheduled to primary

2018-03-22 Thread Ning Sheng (JIRA)
Ning Sheng created NIFI-5007: Summary: pre processor schedule by primary, next processor schedule by all node; but in fact next processor only be scheduled to primary Key: NIFI-5007 URL:

[jira] [Created] (NIFI-5008) Components are marked with the "restricted" red shield icon, but are not tagged as "restricted".

2018-03-22 Thread Andrew Lim (JIRA)
Andrew Lim created NIFI-5008: Summary: Components are marked with the "restricted" red shield icon, but are not tagged as "restricted". Key: NIFI-5008 URL: https://issues.apache.org/jira/browse/NIFI-5008

  1   2   >