Closed
Conversation
…xed ShutdownHook to be Java 7 compliant
…till prepare a query even if the expression is invalid
apiri
pushed a commit
to apiri/incubator-nifi
that referenced
this pull request
Feb 1, 2016
Pulling from upstream/master
YolandaMDavis
added a commit
to YolandaMDavis/nifi
that referenced
this pull request
Apr 12, 2017
# This is the 1st commit message: nifi-toolkit-upgrade - shell scripts and classes to support upgrade and rollback of standalone and clustered nifi. # This is the commit message apache#2: nifi-toolkit-update - Refactored node manager to combine disconnect and delete function using other nodes when needed to submit request. # This is the commit message apache#3: nifi-toolkit-update - Refactored to use FileManagerTool # This is the commit message apache#4: nifi-toolkit-update - additional messaging, ensure any previous upgrade install is cleared before extracting # This is the commit message apache#5: nifi-toolkit-update - copy entire state directory to prevent disconnected "ghost" instances after upgrade # This is the commit message apache#6: nifi-toolkit-update - created bat files for windows support, migrated upgrade coordination to groovy class. you'll thank me later. # This is the commit message apache#7: nifi-toolkit-update - changed obtaining file permissions based on file type during extraction, updates to messaging in node manager, ensured that if server is not available when notification is sent then exception is logged yet upgrade/downgrade proceeds. # This is the commit message apache#8: nifi-toolkit-update - added -m flag to move repositories for install. catch excpeeptions from notification tool to allow to proceed. # This is the commit message apache#9: nifi-toolkit-update - changed version rule directory value, updated how rules are obtained for a given upgrade # This is the commit message apache#10: nifi-toolkit-update - fixes for windows # This is the commit message apache#1: nifi-toolkit-update - fixes for windows and to ensure directory copying works properly # This is the commit message apache#2: nifi-toolkit-update - so many fixes it's exhausting. I stay grinding # This is the commit message apache#3: nifi-toolkit-update - cluster testing changes # This is the commit message apache#4: nifi-toolkit-update - code cleanup, slight refactor to use abstract class # This is the commit message apache#5: nifi-toolkit-update - fix weird groovy package from build # This is the commit message apache#6: nifi-toolkit-update - lots of changes around versions and changes to fix logger # This is the commit message apache#7: nifi-toolkit-update - added supported versions consistently for all tools # This is the commit message apache#8: nifi-toolkit-update - added level support for notifications
11 tasks
zenfenan
added a commit
to zenfenan/nifi
that referenced
this pull request
Apr 26, 2018
zenfenan
added a commit
to zenfenan/nifi
that referenced
this pull request
May 5, 2018
11 tasks
11 tasks
zenfenan
added a commit
to zenfenan/nifi
that referenced
this pull request
Aug 31, 2018
11 tasks
11 tasks
11 tasks
turcsanyip
added a commit
to turcsanyip/nifi
that referenced
this pull request
Sep 26, 2019
asfgit
pushed a commit
that referenced
this pull request
Sep 26, 2019
Added AzureStorageCredentialsService controller service interface
with 2 implementations:
- AzureStorageCredentialsControllerService: holds the credential properties
(account name, account key, sas token)
- AzureStorageCredentialsControllerServiceLookup: can be used to dynamically
look up another AzureStorageCredentialsService (similar to
DBCPConnectionPoolLookup)
The controller service can be used by the Azure Storage processors:
{List|Fetch|Put|Delete}AzureBlobStorage, {Get|Put}AzureQueueStorage
NIFI-6550: Review changes.
NIFI-6550: Review changes #2.
This closes #3742.
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
szaboferee
pushed a commit
to szaboferee/nifi
that referenced
this pull request
Oct 7, 2019
Added AzureStorageCredentialsService controller service interface
with 2 implementations:
- AzureStorageCredentialsControllerService: holds the credential properties
(account name, account key, sas token)
- AzureStorageCredentialsControllerServiceLookup: can be used to dynamically
look up another AzureStorageCredentialsService (similar to
DBCPConnectionPoolLookup)
The controller service can be used by the Azure Storage processors:
{List|Fetch|Put|Delete}AzureBlobStorage, {Get|Put}AzureQueueStorage
NIFI-6550: Review changes.
NIFI-6550: Review changes apache#2.
This closes apache#3742.
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
turcsanyip
added a commit
to turcsanyip/nifi
that referenced
this pull request
Mar 5, 2020
11 tasks
arkadius
pushed a commit
to arkadius/nifi
that referenced
this pull request
Jan 20, 2021
Merge in BI/nifi from convertavrotoorc-decimal-fix to nifi-1.14-fixes * commit 'fc2ef6c4e4ca332a66eae32c9ec21f30ae32fc01': NIFI-7958 ConvertAvroToORC - decimal support
13 tasks
13 tasks
11 tasks
12 tasks
11 tasks
takraj
pushed a commit
to takraj/nifi
that referenced
this pull request
Mar 17, 2025
CFM-3726 Added deprecation notice in GRPC processors
markobean
added a commit
to markobean/nifi
that referenced
this pull request
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for NIFI-193