Applying an Ingest Connector patch to NiFi
Complete the following steps to apply an ingest connector patch to NiFi.
About this task
Procedure
- Open a web browser and log in to the My HCLSoftware portal website to download the code patch JAR.
-
You have two options for patching connectors:
- Option 1: Use the Ingest API to upgrade connectors Managing connectors in the Ingest service.Note: If you have customizations, merge them into the JSON files before proceeding.
- Option 2: Recreate all connectors.
- Log in to the NiFi container as
rootdocker exec -it --user root commerce_nifi_1 bash - Remove docker
data:
data: rm -rf dockerdata/* - Restart NiFi and Ingest. Doing this will re-create the connectors from the Ingest JSON files. This may take several minutes to complete.
- Log in to the NiFi container as
- Option 1: Use the Ingest API to upgrade connectors Managing connectors in the Ingest service.