Member since
11-17-2021
1163
Posts
261
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 382 | 04-23-2026 02:02 PM | |
| 930 | 03-17-2026 05:26 PM | |
| 6180 | 11-05-2025 10:13 AM | |
| 1122 | 10-16-2025 02:45 PM | |
| 1887 | 10-06-2025 01:01 PM |
12-28-2023
01:17 PM
Agree with @SAMSAL's approach and if you can provide a parameter or something in the header or request so your API returns a JSON response each time it'll make things a lot easier for you to parse and build the request for the next step in your flow.
... View more
12-27-2023
10:58 AM
Here are some highlights from the month of November
120 new support questions
13 new community articles
474 new members
Rank
Community Article
Author
Components/ Labels
#1
Metadata in Cloudera data warehouses
Anshul Gupta @Anshul_Gupta
Apache Atlas Apache Hive Apache Impala
#2
How to optimize IMPALA/KUDU queries
Shantanu Gope @ShantanuGope
Apache Impala Apache Kudu Cloudera Data Platform (CDP)
#3
How to connect to CDW (Impala) to return actively running query progress
Ryan Cicak @RyanCicak
Cloudera Data Warehouse (CDW) Cloudera Machine Learning (CML)
#4
CML Runtime with Nvidia Libs and VSCode Editor
Paul De Fusco @pauldefusco
Cloudera Machine Learning (CML)
#5
How to find Meta RegionServer detail via command line
Akash Singh @aps
Apache HBase
We would like to recognize the below community members and employees for their efforts over the last month to provide community solutions. See all our top participants at Top Solution Authors leaderboard and all the other leaderboards on our Leaderboards and Badges page.
@MattWho @steven-matison @vaishaakb @RangaReddy @Yuexin Zhang @SAMSAL @cotopaul @joseomjr @KarthiK439 @hegdemahendra
Share your expertise and answer some of the below open questions. Also, be sure to bookmark the unanswered question page to find additional open questions.
Unanswered Community Post
Components/ Labels
Data Visualization - Users & Groups
Cloudera Data Platform (CDP) Cloudera Machine Learning (CML) Data Visualization
Password secure way to use Spark JDBC
Apache Spark
PublishKafkaProcessor , request is not going to failure relation when kafka broker value is wrong
Apache NiFi
Nifi ConsumeKafka error while receiving the data
Apache Kafka Apache NiFi
What is the best approach for retrying a flow file once an hour for a 24 hour period?
Apache NiFi
... View more
12-22-2023
05:12 AM
Welcome to the community @skylarblu4650. As this post is a year old, I would suggest starting a new thread. That way you can provide details specific to your setup, version, how you encountered the issue and any steps you have tried already. It will provide others more details to assist you.
... View more
12-18-2023
04:36 PM
Something similar has been raised with the Nifi developers some months ago for 1.20.0 (NIFI-11579) but no response so far. I've also only had this occur with 1.23.2 but using Basic Auth and Client Credentials
... View more
12-14-2023
07:03 AM
It seems that you need to process the 500 records once. In this case you dont need to start the ExecuteSQL processor nor worry about scheduling it unless you want to run it again in the future. Keep the processor stopped then right click on it and select Run Once. This should load the total number of records one time.
... View more
12-11-2023
04:06 PM
@OlivierT Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
12-11-2023
02:00 PM
@RS_11 Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
11-30-2023
03:21 PM
@yan439, Im not sure I understand. I thought you have the schema already defined in the registry with the correct column names and data types. Can you elaborate more on how the avro schema came about and if its the same thing you are using the in the registry?
... View more
11-29-2023
04:39 AM
CHeck out this link @joseomjr shared in another post: https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M1 And here is a great blog from Pierre Villard: https://medium.com/cloudera-inc/getting-ready-for-apache-nifi-2-0-5a5e6a67f450 Nifi 2.0 brings python native, where jython was very limited library set.
... View more