Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1088 | 04-15-2025 10:34 PM | |
3277 | 10-28-2024 12:37 AM | |
1414 | 09-04-2024 07:38 AM | |
3241 | 06-10-2024 10:24 PM | |
1381 | 02-01-2024 10:51 PM |
05-07-2025
05:48 AM
1 Kudo
@Yigal It is not supported in Impala, Below is the Jira for your reference it is still in open state and not Resolved. https://issues.apache.org/jira/browse/IMPALA-5226 Regards, Chethan YM
... View more
05-05-2025
01:58 AM
Hello everyone, Unfortunatly im still looking for a solution to this issue. I would appreciate any information that might solve this issue Thank you in advance for your support. Best regards
... View more
04-29-2025
08:18 AM
Referred to my older thread for the fix https://community.cloudera.com/t5/Support-Questions/NiFi-file-transfer-report/m-p/407109#M252612
... View more
04-24-2025
07:16 AM
@Swarnadeep, Welcome to the Cloudera Community. As this is an older post, starting a new thread would give you a better chance of receiving a resolution. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
04-18-2025
01:14 AM
@Jay2021, Welcome to our community! As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
04-02-2025
10:27 PM
@aym10, Welcome to our community! To help you get the best possible answer, I have tagged our Ambari experts @Scharan @Kartik_Agarwal who may be able to assist you further. Please feel free to provide any additional information or details about your query. We hope that you will find a satisfactory solution to your question.
... View more
04-02-2025
01:44 PM
Adding to what @ChethanYM said, shared traces can also arise from third party tool while connection gets closed abruptly or issue with proxy host/knox if you are using one in JDBC connection settings. If you would like more debugging on this, appending JDBC driver DEBUG logs would be helpful. To do so, add below with JDBC connection string and repro the issue , It will generate driver DEBUG logs and may give some more details about the issue. LogLevel=6;LogPath=/tmp/jdbclog Regards, Krish
... View more
04-02-2025
04:39 AM
@Rothmny Based on what you have shared, you should be able to accomplish this with GenerateFlowFile and ExecuteStreamCommand processors. The GenerateFlowFile processor would be configured to generate a 0 byte FlowFile and scheduled using Cron so that it creates a FlowFile on your required schedule that will then trigger the execution of the ExecuteStreamCommand processor that will execute your python script. For calling rest-api endpoints via NiFi dataflows, you could use the InvokeHTTP processor. Since the InvokeHTTP processor does not require and inbound connection, you could just have it as first processor in a dataflows scheduled with cron as well. Or, if the invokeHTTP is called after your script successfully executes you could trigger with the FlowFile that exited the the ExecuteStreamCommandProcessor. Please help our community grow. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped. Thank you, Matt
... View more
03-24-2025
03:58 AM
Thank you so much for helping me out.
... View more