2206
Posts
230
Kudos Received
82
Solutions
About
My expertise is not in hadoop but rather online communities, support and social media. Interests include: photography, travel, movies and watching sports.
My Accepted Solutions
Title | Views | Posted |
---|---|---|
436 | 05-07-2025 11:41 AM | |
896 | 02-27-2025 12:49 PM | |
2770 | 06-29-2023 05:42 AM | |
2357 | 05-22-2023 07:03 AM | |
1724 | 05-22-2023 05:42 AM |
09-14-2023
12:59 AM
Hello @nymikek Thank you for using our Community! we are looking for a documentation for Hive BDR automation (CDH 5.16.1) https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_bdr_howto_api.html I understand that you would like to use API to automate BDR schedule(Hive). You can use the fore-mentioned HDFS replication doc as a reference to create a Hive replication. However, I am pointing out the specific Hive Replication API endpoint/Arguments for this use-case. STEP 1: Creating a Peer https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_bdr_howto_api.html#bdr_api_1 STEP 2: Make use of the ApiReplicationSchedule DataModel that has the Arguments needed for building-blocks of a Replication Schedule. https://archive.cloudera.com/cm6/6.3.4/generic/jar/cm_api/apidocs/json_ApiReplicationSchedule.html STEP 3: Since the end-goal here is to automate Hive replication. http://cloudera.github.io/cm_api/apidocs/v19/ns0_apiHiveReplicationArguments.html I hope this helps! - V
... View more
09-08-2023
02:39 PM
1 Kudo
Thank you @MattWho for the answer and @cjervis for the tags. That did solve my issue but it took me a couple tries. I will be marking yours as the solution but including this note for future readers in case they run into the same thing I did. I had been copy-pasting commands in order to keep notes on my steps and at some point one of the two dashes on the --subjectAlternativeNames had been replaced by a different kind of dash character.
... View more
08-28-2023
10:46 AM
@john0123 have you been able to 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.
... View more
08-21-2023
06:29 AM
@learner-loading were you able to resolve your issue? If any of the above posts were the solution please mark the appropriate, as it will make it easier for others to find the answer in the future.
... View more
08-16-2023
10:18 PM
@skommineni, if the recommendation from @amk helps you resolve your issue, can you please mark the appropriate reply as the solution? This will make it easier for others to find the answer in the future.
... View more
08-16-2023
06:57 AM
I set up the authorizers.xml file as you suggested and it's working perfectly, Thank you very much @MattWho !!
... View more
08-15-2023
06:23 AM
@Tenda Since you are saying you can freely navigate the NiFi UI when in this "stuck" state, NiFi is not stuck as both the UI and processor components all operate within the same JVM. What you circled indicates that at the exact moment (last time browser refreshed) there were 24 active threads out of the 32 configured in the Max Timer Driven Thread pool settings. Milliseconds later that could still be 24 active threads but consumed by different components. The NiFi processors will all show small a small number in the upper right corner if they have an active threads, so step one is determining which processors are holding these 24 threads for a long time. Then looking at those processors and the thread dumps to figure out why those threads are long running. Typically we would see this when external service connections are made which are unstable, network issues, local NiFi repo I/O, NiFi CPU utilization, or long or very frequent GC pauses, or even OOMs. So you have ruled out a few of these so far it sounds. If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped. Thank you, Matt
... View more
08-14-2023
06:30 AM
Welcome to the community @Mawdo. While you wait for a more knowledgable community member to reply, allow me to supply some reading material in case it helps get you closer.
Information about query runtime metrics in Impala UI
Monitoring Impala Queries
... View more
08-07-2023
01:19 PM
Welcome to the community @richardcloudera. Sorry to see you are facing an issue with submitting a form. Can you provide a link to the page where you are receiving this issue so we can investigate?
... View more
06-30-2023
05:19 AM
@madhs Have you resolved 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.
... View more