Member since
02-07-2019
2746
Posts
241
Kudos Received
31
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2351 | 08-21-2025 10:43 PM | |
| 2692 | 04-15-2025 10:34 PM | |
| 6991 | 10-28-2024 12:37 AM | |
| 2428 | 09-04-2024 07:38 AM | |
| 4420 | 06-10-2024 10:24 PM |
07-24-2023
10:27 PM
@hanumanth, did the responses from@udeshmukh assist you in resolving your concerns? If so, could you kindly mark the most suitable response as the solution? This will be beneficial for other members who might come across a similar issue.
... View more
07-22-2023
01:40 AM
Thanks for the Awesome information!
... View more
07-18-2023
07:27 AM
@Choolake, Thank you for your participation in Cloudera Community. I'm happy to see you resolved your issue. Please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
07-14-2023
01:17 AM
Hi All, I have developed Spring boot application to read data from hbase via phoenix. the application creats new phoenix connection all the time and due to which high memory usage results in app crash. Please suggest
... View more
06-22-2023
02:11 AM
HI @damon The most likely culprit, in this case, would be the Packet length crossing the jute buffer limit. As this is seen for the Kms service, verify if you are getting any warnings such as "Packet len is out of range!" If you do, then raise the jute buffer for the Zookeeper service as well as for the Kms service ( client ) and restart the respective services to resolve this issue.
... View more
06-21-2023
01:04 AM
1 Kudo
@diephan97, Welcome to our community! To help you get the best possible answer, I have tagged in our CDP experts @Gopinath @smdas who may be able to assist you further. Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
... View more
06-20-2023
02:30 AM
1 Kudo
The problem is solved. Follow the below steps to fix it. sudo nano /etc/ssh/sshd_config In the file now look for PermitRootLogin without-password and replace it with this PermitRootLogin yes Now restart the ssh service sudo service ssh restart retry the installation and it should work.
... View more
06-19-2023
11:44 PM
@eykf, I never tried to send messages from NiFi to MS Teams but upon reading the documentation, I am not quite sure you need a Webhook URL at all. MS Teams provides the Graph API to be able to integrate MS Teams into external application: https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0 Now, assuming that you have the channel and the users already created, my first guess is that you would need only to send the message so basically all you have to do is create the API POST as described in the following link: https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-1.0&tabs=http And here are the parameters in case you need a more complex message, than the one described in the above link: https://learn.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-1.0
... View more