Re: RAT check failure

2018-03-10 Thread Michael Moser
Hi Mark,

Try to do a "mvn clean -Pinclude-grpc" first, then do your "mvn
-Pcontrib-check install".

By default the nifi-grpc-bundle is not included in any phase of the maven
build.  You have probably built nifi-grpc-bundle in the past in your
workspace.

-- Mike


On Sat, Mar 10, 2018 at 12:13 PM, Mark Bean  wrote:

> I attempted to run 'mvn -Pcontrib-chewck clean install' prior to submitting
> a PR. It fails with the following RAT checks. (Note: this occurs on master
> as well, so it is nothing introduced by my changes.)
>
> [INFO] Enabled default license matchers.
> [INFO] Will parse SCM ignores for exclusions...
> [INFO] Finished adding exclusions from SCM ignore files.
> [INFO] 130 implicit excludes (use -debug for more details).
> [INFO] Exclude: nb-configuration.xml
> [INFO] Exclude: nbactions.xml
> [INFO] Exclude: DEPENDENCIES
> [INFO] Exclude: .github/PULL_REQUEST_TEMPLATE.md
> [INFO] 141 resources included (use -debug for more details)
> [INFO] Rat check: Summary over all files. Unapproved: 27, unknown: 27,
> generated: 0, approved: 17 licenses.
> ...
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check
> (default) on project nifi-nar-bundles: Too many files with unapproved
> license: 27 See RAT report in:
> /IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/target/rat.txt
>
> The rat.txt file indicates the 27 files with unapproved licenses:
>
> Files with unapproved licenses:
>
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/target/.plxarc
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-nar/target/.plxarc
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/timestamp.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/field_mask.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/api.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/duration.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/struct.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/wrappers.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/source_context.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/any.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/type.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/empty.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/compiler/plugin.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/
> bb883b49faee2f9d304f1939b736c613/google/protobuf/descriptor.proto
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/
> generated-sources/protobuf/grpc-java/org/apache/nifi/processors/grpc/
> FlowFileServiceGrpc.java
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/
> generated-sources/protobuf/java/org/apache/nifi/processors/grpc/
> FlowFileRequestOrBuilder.java
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/
> generated-sources/protobuf/java/org/apache/nifi/
> processors/grpc/FFSProto.java
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/
> generated-sources/protobuf/java/org/apache/nifi/processors/grpc/
> FlowFileRequest.java
>
> /Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-
> bundles/nifi-grpc-bundle/nifi-grpc-processors/target/
> 

Re: [VOTE] Establish Fluid Design System, a sub-project of Apache NiFi

2018-03-10 Thread Joe Skora
+1


On Fri, Mar 9, 2018, 3:10 PM Scott Aslan  wrote:

> All,
>
> Following a solid discussion for the past couple of weeks [1] regarding the
> establishment of Fluid Design System as a sub-project of Apache NiFi, I'd
> like to
> call a formal vote to record this important community decision and
> establish consensus.
>
> The scope of this project is to define a theme-able set of high quality UI
> components and utilities for use across the various Apache NiFi web
> applications in order to provide a more consistent user experience.
>
> I am a +1 and looking forward to the future work in this area.
>
> The vote will be open for 72 hours and be a majority rule vote.
>
> [ ] +1 Establish Fluid Design System, a subproject of Apache NiFi
> [ ]   0 Do not care
> [ ]  -1 Do not establish Fluid Design System, a subproject of Apache NiFi
>
> Thanks,
>
> ScottyA
>
> [1] *
> http://mail-archives.apache.org/mod_mbox/nifi-dev/201802.mbox/%3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com%3E
> <
> http://mail-archives.apache.org/mod_mbox/nifi-dev/201802.mbox/%3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com%3E
> >*
>


Re: [VOTE] Establish Fluid Design System, a sub-project of Apache NiFi

2018-03-10 Thread Joe Percivall
+ 1

On Sat, Mar 10, 2018 at 6:29 PM, Rob Moran  wrote:

> +1
>
> On Sat, Mar 10, 2018, 12:59 PM James Wing  wrote:
>
> > +1
> >
> > On Fri, Mar 9, 2018 at 12:10 PM, Scott Aslan 
> > wrote:
> >
> > > All,
> > >
> > > Following a solid discussion for the past couple of weeks [1] regarding
> > the
> > > establishment of Fluid Design System as a sub-project of Apache NiFi,
> I'd
> > > like to
> > > call a formal vote to record this important community decision and
> > > establish consensus.
> > >
> > > The scope of this project is to define a theme-able set of high quality
> > UI
> > > components and utilities for use across the various Apache NiFi web
> > > applications in order to provide a more consistent user experience.
> > >
> > > I am a +1 and looking forward to the future work in this area.
> > >
> > > The vote will be open for 72 hours and be a majority rule vote.
> > >
> > > [ ] +1 Establish Fluid Design System, a subproject of Apache NiFi
> > > [ ]   0 Do not care
> > > [ ]  -1 Do not establish Fluid Design System, a subproject of Apache
> NiFi
> > >
> > > Thanks,
> > >
> > > ScottyA
> > >
> > > [1] *http://mail-archives.apache.org/mod_mbox/nifi-dev/201802.mbox/%
> > > 3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com
> > %3E
> > >  > > 3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com
> > %3E
> > > >*
> > >
> >
> --
> Rob
>



-- 
*Joe Percivall*
linkedin.com/in/Percivall
e: jperciv...@apache.com


Re: [VOTE] Establish Fluid Design System, a sub-project of Apache NiFi

2018-03-10 Thread Rob Moran
+1

On Sat, Mar 10, 2018, 12:59 PM James Wing  wrote:

> +1
>
> On Fri, Mar 9, 2018 at 12:10 PM, Scott Aslan 
> wrote:
>
> > All,
> >
> > Following a solid discussion for the past couple of weeks [1] regarding
> the
> > establishment of Fluid Design System as a sub-project of Apache NiFi, I'd
> > like to
> > call a formal vote to record this important community decision and
> > establish consensus.
> >
> > The scope of this project is to define a theme-able set of high quality
> UI
> > components and utilities for use across the various Apache NiFi web
> > applications in order to provide a more consistent user experience.
> >
> > I am a +1 and looking forward to the future work in this area.
> >
> > The vote will be open for 72 hours and be a majority rule vote.
> >
> > [ ] +1 Establish Fluid Design System, a subproject of Apache NiFi
> > [ ]   0 Do not care
> > [ ]  -1 Do not establish Fluid Design System, a subproject of Apache NiFi
> >
> > Thanks,
> >
> > ScottyA
> >
> > [1] *http://mail-archives.apache.org/mod_mbox/nifi-dev/201802.mbox/%
> > 3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com
> %3E
> >  > 3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com
> %3E
> > >*
> >
>
-- 
Rob


Re: [VOTE] Establish Fluid Design System, a sub-project of Apache NiFi

2018-03-10 Thread James Wing
+1

On Fri, Mar 9, 2018 at 12:10 PM, Scott Aslan  wrote:

> All,
>
> Following a solid discussion for the past couple of weeks [1] regarding the
> establishment of Fluid Design System as a sub-project of Apache NiFi, I'd
> like to
> call a formal vote to record this important community decision and
> establish consensus.
>
> The scope of this project is to define a theme-able set of high quality UI
> components and utilities for use across the various Apache NiFi web
> applications in order to provide a more consistent user experience.
>
> I am a +1 and looking forward to the future work in this area.
>
> The vote will be open for 72 hours and be a majority rule vote.
>
> [ ] +1 Establish Fluid Design System, a subproject of Apache NiFi
> [ ]   0 Do not care
> [ ]  -1 Do not establish Fluid Design System, a subproject of Apache NiFi
>
> Thanks,
>
> ScottyA
>
> [1] *http://mail-archives.apache.org/mod_mbox/nifi-dev/201802.mbox/%
> 3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com%3E
>  3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%40mail.gmail.com%3E
> >*
>


RAT check failure

2018-03-10 Thread Mark Bean
I attempted to run 'mvn -Pcontrib-chewck clean install' prior to submitting
a PR. It fails with the following RAT checks. (Note: this occurs on master
as well, so it is nothing introduced by my changes.)

[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 130 implicit excludes (use -debug for more details).
[INFO] Exclude: nb-configuration.xml
[INFO] Exclude: nbactions.xml
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: .github/PULL_REQUEST_TEMPLATE.md
[INFO] 141 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 27, unknown: 27,
generated: 0, approved: 17 licenses.
...
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check
(default) on project nifi-nar-bundles: Too many files with unapproved
license: 27 See RAT report in:
/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/target/rat.txt

The rat.txt file indicates the 27 files with unapproved licenses:

Files with unapproved licenses:


/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/target/.plxarc

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/target/.plxarc

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/timestamp.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/field_mask.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/api.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/duration.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/struct.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/wrappers.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/source_context.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/any.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/type.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/empty.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/compiler/plugin.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/bb883b49faee2f9d304f1939b736c613/google/protobuf/descriptor.proto

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/generated-sources/protobuf/grpc-java/org/apache/nifi/processors/grpc/FlowFileServiceGrpc.java

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/generated-sources/protobuf/java/org/apache/nifi/processors/grpc/FlowFileRequestOrBuilder.java

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/generated-sources/protobuf/java/org/apache/nifi/processors/grpc/FFSProto.java

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/generated-sources/protobuf/java/org/apache/nifi/processors/grpc/FlowFileRequest.java

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/generated-sources/protobuf/java/org/apache/nifi/processors/grpc/FlowFileReply.java

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/generated-sources/protobuf/java/org/apache/nifi/processors/grpc/FlowFileReplyOrBuilder.java

/Users/mark/IdeaProjects/apache-nifi/nifi/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/maven-status/maven-compiler-plugin/testCompile/groovy-tests/inputFiles.lst


Re: NiFi build failed, but got reported as a success

2018-03-10 Thread Pierre Villard
JIRA - https://issues.apache.org/jira/browse/NIFI-4958
PR - https://github.com/apache/nifi/pull/2529

2018-03-10 17:24 GMT+01:00 Pierre Villard :

> Yes, I meant that it is not included in the Travis build. I understand
> it's not in the "normal" release build due to its size, but we can check
> that everything is OK for this profile in the Travis build, no? That's what
> we're doing for the grpc bundle.
>
> 2018-03-10 17:07 GMT+01:00 Matt Burgess :
>
>> The Atlas profile is intentionally not included in the default assembly,
>> I believe due to its size.
>>
>> Sent from my iPhone
>>
>> > On Mar 10, 2018, at 10:03 AM, Pierre Villard <
>> pierre.villard...@gmail.com> wrote:
>> >
>> > Hi Mike,
>> >
>> > I see where the problem is. It's been introduced with NIFI-4936.
>> > I also noticed that the atlas profile is not included in the build. Will
>> > submit a PR shortly.
>> >
>> > Thanks for reporting!
>> >
>> > 2018-03-10 1:10 GMT+01:00 Mike Thomsen :
>> >
>> >> Log: https://api.travis-ci.org/v3/job/351552597/log.txt
>> >>
>> >> Build list:
>> >> https://travis-ci.org/apache/nifi/builds/351552596?utm_
>> >> source=github_status_medium=notification
>> >>
>> >> They're all green, but the build failed.
>> >>
>>
>
>


Re: NiFi build failed, but got reported as a success

2018-03-10 Thread Pierre Villard
Yes, I meant that it is not included in the Travis build. I understand it's
not in the "normal" release build due to its size, but we can check that
everything is OK for this profile in the Travis build, no? That's what
we're doing for the grpc bundle.

2018-03-10 17:07 GMT+01:00 Matt Burgess :

> The Atlas profile is intentionally not included in the default assembly, I
> believe due to its size.
>
> Sent from my iPhone
>
> > On Mar 10, 2018, at 10:03 AM, Pierre Villard <
> pierre.villard...@gmail.com> wrote:
> >
> > Hi Mike,
> >
> > I see where the problem is. It's been introduced with NIFI-4936.
> > I also noticed that the atlas profile is not included in the build. Will
> > submit a PR shortly.
> >
> > Thanks for reporting!
> >
> > 2018-03-10 1:10 GMT+01:00 Mike Thomsen :
> >
> >> Log: https://api.travis-ci.org/v3/job/351552597/log.txt
> >>
> >> Build list:
> >> https://travis-ci.org/apache/nifi/builds/351552596?utm_
> >> source=github_status_medium=notification
> >>
> >> They're all green, but the build failed.
> >>
>


Re: NiFi build failed, but got reported as a success

2018-03-10 Thread Matt Burgess
The Atlas profile is intentionally not included in the default assembly, I 
believe due to its size.

Sent from my iPhone

> On Mar 10, 2018, at 10:03 AM, Pierre Villard  
> wrote:
> 
> Hi Mike,
> 
> I see where the problem is. It's been introduced with NIFI-4936.
> I also noticed that the atlas profile is not included in the build. Will
> submit a PR shortly.
> 
> Thanks for reporting!
> 
> 2018-03-10 1:10 GMT+01:00 Mike Thomsen :
> 
>> Log: https://api.travis-ci.org/v3/job/351552597/log.txt
>> 
>> Build list:
>> https://travis-ci.org/apache/nifi/builds/351552596?utm_
>> source=github_status_medium=notification
>> 
>> They're all green, but the build failed.
>> 


Re: NiFi build failed, but got reported as a success

2018-03-10 Thread Pierre Villard
Hi Mike,

I see where the problem is. It's been introduced with NIFI-4936.
I also noticed that the atlas profile is not included in the build. Will
submit a PR shortly.

Thanks for reporting!

2018-03-10 1:10 GMT+01:00 Mike Thomsen :

> Log: https://api.travis-ci.org/v3/job/351552597/log.txt
>
> Build list:
> https://travis-ci.org/apache/nifi/builds/351552596?utm_
> source=github_status_medium=notification
>
> They're all green, but the build failed.
>


Re: [VOTE] Establish Fluid Design System, a sub-project of Apache NiFi

2018-03-10 Thread Sivaprasanna
+1

On Sat, Mar 10, 2018 at 4:23 AM, Aldrin Piri  wrote:

> +1
> On Fri, Mar 9, 2018 at 17:39 Yolanda Davis 
> wrote:
>
> > +1
> >
> > On Fri, Mar 9, 2018 at 3:22 PM, Pierre Villard <
> > pierre.villard...@gmail.com>
> > wrote:
> >
> > > +1
> > >
> > > Le ven. 9 mars 2018 à 21:16, Bryan Bende  a écrit :
> > >
> > > > +1
> > > >
> > > > On Fri, Mar 9, 2018 at 3:11 PM, Joe Witt  wrote:
> > > > > +1
> > > > >
> > > > > On Mar 9, 2018 3:10 PM, "Scott Aslan" 
> wrote:
> > > > >
> > > > > All,
> > > > >
> > > > > Following a solid discussion for the past couple of weeks [1]
> > regarding
> > > > the
> > > > > establishment of Fluid Design System as a sub-project of Apache
> NiFi,
> > > I'd
> > > > > like to
> > > > > call a formal vote to record this important community decision and
> > > > > establish consensus.
> > > > >
> > > > > The scope of this project is to define a theme-able set of high
> > quality
> > > > UI
> > > > > components and utilities for use across the various Apache NiFi web
> > > > > applications in order to provide a more consistent user experience.
> > > > >
> > > > > I am a +1 and looking forward to the future work in this area.
> > > > >
> > > > > The vote will be open for 72 hours and be a majority rule vote.
> > > > >
> > > > > [ ] +1 Establish Fluid Design System, a subproject of Apache NiFi
> > > > > [ ]   0 Do not care
> > > > > [ ]  -1 Do not establish Fluid Design System, a subproject of
> Apache
> > > NiFi
> > > > >
> > > > > Thanks,
> > > > >
> > > > > ScottyA
> > > > >
> > > > > [1] *http://mail-archives.apache.org/mod_mbox/nifi-dev/201802.
> mbox/%
> > > > > 3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%
> > 40mail.gmail.com
> > > > %3E
> > > > >  > > > > 3CCAKeSr4ibXX9xzGN1GhdVv5uTmWvfB3QULXF9orzw4FYD0n7taQ%
> > 40mail.gmail.com
> > > > %3E>*
> > > >
> > >
> >
> >
> >
> > --
> > --
> > yolanda.m.da...@gmail.com
> > @YolandaMDavis
> >
>