Member since
11-17-2021
1158
Posts
260
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 275 | 04-23-2026 02:02 PM | |
| 754 | 03-17-2026 05:26 PM | |
| 5737 | 11-05-2025 10:13 AM | |
| 986 | 10-16-2025 02:45 PM | |
| 1698 | 10-06-2025 01:01 PM |
03-26-2024
12:39 AM
Are you still in the need of help? Somehow i did not get a notification This is our config, maybe it helps: apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nifi-ingress
namespace: nifi
labels:
app: nifi
annotations:
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
spec:
ingressClassName: nginx
rules:
- host: <url>
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nifi-service
port:
number: 8443
tls:
- hosts:
- <url>
... View more
03-22-2024
07:00 AM
1 Kudo
Hello, Issue was resolved in NiFi's Slack Channel. Apparently I filled in username/password for Splunk in PutSplunkHTTP processor which are also passed in the final URL and are actually not needed. They were removed and now data go to Splunk via HEC. Thanks
... View more
03-20-2024
08:17 AM
Hi there @mburgess thank you for your reply. Let play around with your solution and see if i can get it working and write the output to a flowfile 🤓
... View more
03-19-2024
10:11 PM
1 Kudo
Here are some highlights from the month of February
Coming next on April 17th: Learn how to build and power enterprise AI — from data to business impact.
Coming next on March 28th: Discover Data Delights: A Slice of Real-Time Analytics and GenAI!
Check out the FY24 Cloudera Meetup Events Calendar for upcoming & past event details!
372 new support questions
4 new community articles
410 new members
Rank
Community Article
Author
Components/ Labels
#1
Spark and Java versions Supportability Matrix
Ranga Reddy @RangaReddy
Apache Spark Cloudera Data Engineering (CDE) Cloudera Data Platform (CDP)
#2
How to integrated DataFlint in CDP
Itay Segev @22itay
Apache Spark
#3
Cloud Storage File System Operations with the Hadoop API in CDE
Paul De Fusco @pauldefusco
Apache Spark Cloudera Data Engineering (CDE) Cloudera Data Platform (CDP)
#4
Spark Scala Version Compatibility Matrix
Ranga Reddy @RangaReddy
Apache Spark Cloudera Data Engineering (CDE) Cloudera Data Platform (CDP)
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 @jAnshula @RangaReddy @Scharan @mburgess @SAMSAL @hardik2909 @Mike_CHU44 @cotopaul @yagoaparecidoti
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
After running for a period of time, job submissions timeout in the Spark on YARN cluster.
Apache Spark
Apache YARN
Get a list of redis cache keys
Apache NiFi
2.0.0-M1 python extension failure relationship doesnt take new flowfile attributes
Apache NiFi
python extension generate multiple flowfiles from bytes input
Apache NiFi
NiFi Container Permissions
Apache Hive
... View more
03-19-2024
11:14 AM
@Chaitanya_Y 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
03-18-2024
02:56 PM
3 Kudos
@yashwanth 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
03-14-2024
11:58 PM
1 Kudo
Hive does use stats from an external table in preparing query plan. When stats are accurate, it could estimate the size of intermediate data sets and select efficient join strategies. The only thing I noticed is the fetch task is not working.
... View more
03-09-2024
07:14 AM
1 Kudo
After checking the status of the underlying processes(the process for docker worker & the process which gracefully stopped docker), it was clear that all processes had been stopped. There were not any processes related to docker etc. that were running in the relevant host. Hence the "busy" state of the docker worker was false. I manually updated the state of the service in the underlying cloudera manager database and set it to "stopped" to reflect the actual status of the service similarly to the other services. After I applied that, cloudera manager reflected properly the docker daemon as stopped. Then, I was able to start the docker daemon and the whole CDSW service without any issues. The CDSW service is now fully operational and without any issues. Apparently, some hickup or glitch had prevented the update of the docker daemon state in the database that cloudera manager uses, after the daemon had been stopped. Please, let me know if that is a known bug and what may have caused the issue. Would it make sense to have a reset option for the state of the service in the UI?
... View more
03-08-2024
11:16 AM
1 Kudo
@naymar 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