Member since
09-22-2020
2
Posts
1
Kudos Received
0
Solutions
01-27-2022
05:30 AM
This assumes Knox is not used as a client gateway. It is optional, but used in many scenarios.
... View more
02-18-2021
08:02 AM
1 Kudo
In this article, we will learn how to build Twitter NiFi template in a flow management datahub.
Pre-Requisite
CDP environment is created and flow management datahub is installed. In that, the required users are added.
Steps
Login to NiFi by clicking on the NiFi log as shown below:
Add GetTwitter process group and put a file from the process group as follows:
Configure Twitter process group by right-clicking on GetTwitter process group, and then select Configure; add required parameters: Consumer Key, Consumer Secret, Access Token, Access Token Secret as shown as follows:
Configure the PUT file process to store the Twitter JSON files in one of the NiFi hosts. To verify the data received, log in to one of the NiFi hosts, and check the directory mentioned in the above step.
... View more