Re: [VOTE] Release Apache NiFi 1.14.0 (rc2)

2021-07-13 Thread Muazma Zahid
+1 (non-binding) - Ran build with OpenJDK 1.8.0_292 on Linux and 1.8.0_291 on Windows - Deployed cluster and standalone on Azure and tested standard flows with Blob, ADLS, and CosmosDB processors. Looks good to me. Thanks, Muazma On Tue, Jul 13, 2021 at 2:27 PM Joey Frazee wrote: > +1

Re: [VOTE] Release Apache NiFi 1.13.2

2021-03-18 Thread Muazma Zahid
+1 (non-binding) - Ran build with OpenJDK 1.8.0_275 on Linux. - Deployed cluster on Azure and tested standard flows. Thanks, Muazma On Thu, Mar 18, 2021 at 3:10 PM Andrew Lim wrote: > +1 (binding) > > -Tested secure NiFi with secure NiFi Registry 0.8.0 > -Ran basic flows successfully >

Re: [VOTE] Release Apache NiFi 1.13.0 (rc4)

2021-02-12 Thread Muazma Zahid
+1 (non-binding) - Ran build with OpenJDK 1.8.0_275 on Linux - Deployed cluster on Azure and tested flows with Blob, ADLS, and CosmosDB processors. Looks good to me. Thanks Muazma On Fri, Feb 12, 2021 at 3:38 PM Sushil Kumar wrote: > +1 (non-binding) Release this package as nifi-1.13.0 > >

Re: [VOTE] Release Apache NiFi 1.13.0 (rc2)

2021-02-02 Thread Muazma Zahid
+1 (non-binding) - Ran build with OpenJDK 1.8.0_275 on Linux - Deployed cluster on Azure and tested standard flows with Blob, ADLS, and CosmosDB processors. Looks good to me. Thanks Muazma On Tue, Feb 2, 2021 at 4:35 PM Nathan Gough wrote: > +1 (non-binding) > > - Verified signature and

Re: [VOTE] Release Apache NiFi 1.12.0

2020-08-14 Thread Muazma Zahid
+1 (non-binding) Ran through the release helper. Deployed a 10 node cluster on Azure and verified the functionality of new ADLS processors with a standard flow. Looks good to me. Thanks, Muazma On Fri, Aug 14, 2020 at 12:45 PM Andrew Lim wrote: > +1 (binding) > > -Ran full clean install on

Re: Collaboration for Azure features

2020-05-12 Thread Muazma Zahid
ierre Villard a > écrit : > > > It's fine for me. I can look at creating the channel early next week if > > there is no objection. > > > > Pierre > > > > Le mer. 29 avr. 2020 à 17:15, Muazma Zahid a écrit : > > > >> Do we have a consensus

Re: Collaboration for Azure features

2020-04-29 Thread Muazma Zahid
t groups of extensions to be well > > > > > managed/groomed by contributors and users alike. So in that regard > > > this > > > > is > > > > > a good focus area. We want to get extension bundles into their own > > > > project > &

Collaboration for Azure features

2020-04-17 Thread Muazma Zahid
Hi, I wanted to float an idea for creating a dedicated #dev_azure channel in the NiFi Slack where people could chime in and collaborate on new features. Let me know if this is something that can be done in the community as we are adding many new features and we can get feedback and collaborate

Re: Questions about NiFi source code build

2020-03-22 Thread Muazma Zahid
mvn -Pcontrib-check clean install //for contribution check mvn clean install –DskipTests //for skipping tests //works on MAC OS export MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m" mvn -T C2.0 clean install More information at http://nifi.apache.org/quickstart.html Thanks, Muazma On

Re: [VOTE] Release Apache NiFi 1.11.4

2020-03-19 Thread Muazma Zahid
+1 (non-binding), ran through the release guide. Deployed 10 node cluster on Azure and ran the standard flow. Looks good to me. Thanks, Muazma On Thu, Mar 19, 2020 at 10:27 AM Matt Burgess wrote: > +1 (binding), ran through release helper and tried various flows > (verifying some of the

Re: Nifi Enhancement Idea

2020-03-18 Thread Muazma Zahid
This is a great idea, ListAzureBlobStorage already supports Prefix property but I can see the usage of general Java REGEX Pattern matching. I would suggest adding to the existing processor as a PR. Thanks, Muazma On Wed, Mar 18, 2020 at 11:45 AM Chowdhury, Rifat < rifat.chowdh...@disney.com>

Re: [VOTE] Release Apache NiFi 1.11.2 (rc1)

2020-02-18 Thread Muazma Zahid
+1 (non-binding) -Ran full build -Created 10-node cluster on Azure, deployed flow. -Verified basic functionality Looks good. Thanks! On Tue, Feb 18, 2020 at 10:02 AM Bryan Bende wrote: > +1 (binding) > > - Verified signatures/hashes & LICENSES/NOTICES > - Ran full build > - Ran secure

Re: [VOTE] Release Apache NiFi 1.11.0 (rc3)

2020-01-22 Thread Muazma Zahid
+1 (binding) Deployed and tested 10 node Cluster in Azure with the standard flow and high throughput along with the latest changes in the Azure Reporting task. On Wed, Jan 22, 2020 at 11:03 AM Nathan Gough wrote: > +1 non-binding > > Verified hashes, signing key, did a 'mvn clean install >

Re: Nifi Processor group startup along with the Nifi

2020-01-06 Thread Muazma Zahid
You can use Nifi CLI for starting a processor group. We use the Nifi Registry to get the latest flow and then deploy and start the processor group needed. Thanks, Muazma On Mon, Jan 6, 2020 at 11:49 AM Hemambika

Jira contributor access

2019-10-07 Thread Muazma Zahid
Hi, I am looking into contributing to Apache Nifi, could I be granted contributor access. My Jira username is muazmaz. Thanks, Muazma

Re: [EXT] Airflow and NiFi

2019-08-15 Thread Muazma Zahid
Nifi is used for ETL and focus on transformations and data movement. Airflow is good for orchestration. Both tools have scheduling in common. Airflow is good at where the data is already available and you want to control jobs. If your focus is more like the data integertion, manipulation and