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 | |
| 5740 | 11-05-2025 10:13 AM | |
| 986 | 10-16-2025 02:45 PM | |
| 1698 | 10-06-2025 01:01 PM |
07-31-2024
11:57 AM
This is currently not supported. I would recommend you to raise a git issue (enhancement or feature) for this and add in the usecase and other details there so the team would review and take it forward. https://github.com/cloudera/hue/issues
... View more
07-31-2024
11:38 AM
@Green_ I had the same issue can you please share the detailed steps of how you resolved it? As I'm new to NiFi.
... View more
07-30-2024
11:30 AM
@tulip006 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. If you are still experiencing the issue, can you provide the information @mayank_gupta has requested? Thanks.
... View more
07-30-2024
08:19 AM
@Maicat You can not typecast array to the string. There are 2 ways you can use 1. Select the nth object of the array. SELECT level5[0] AS first_genre FROM my_table; WHere 0 is the first object 2. You can flatten it SELECT column1 FROM my_table LATERAL VIEW explode(level5) genre_table AS level5;
... View more
07-29-2024
07:01 PM
@cadrian90 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
07-29-2024
08:15 AM
@Edu7478 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
07-28-2024
11:59 PM
1 Kudo
Hello @Bharati and@jagadeesan wondering if you got any ideas about that topic ?
... View more
07-28-2024
05:40 AM
Hello @Amos_Chandel Thank you for reaching out You can refer the below document for the same https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/ch_wire-https.html Additionally you may want to check the previous discussion regarding the same https://community.cloudera.com/t5/Support-Questions/Setting-up-SSL-between-different-HDP-components/td-p/117377 Thank you Kshitij Upadhyay
... View more
07-23-2024
11:15 AM
@_Salva_ 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. Thanks.
... View more
07-23-2024
06:41 AM
I referred to the other article because of the custom listSFTP processor. This would make it possible to use only one PG with the workflow "move file from A to B", read the job configuration by any other processor, put the config values on a flowfile and pass it to this listSFTP processor.
... View more