Member since
09-29-2015
5243
Posts
22
Kudos Received
34
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2654 | 07-13-2022 07:05 AM | |
| 5695 | 08-11-2021 05:29 AM | |
| 3407 | 07-07-2021 01:04 AM | |
| 3038 | 07-06-2021 03:24 AM | |
| 4935 | 06-07-2021 11:12 PM |
02-17-2023
03:15 AM
CDP does provide cost management tools and features that can help you track and manage your usage and expenses. In terms of creating rules around subscription spend, you can use the "Budgets" feature in CDP to set up cost limits and receive alerts when those limits are exceeded. This can be helpful in ensuring that your costs don't exceed a certain threshold. To create a budget in CDP, you can follow these steps: Navigate to the "Budgets" page in the CDP console Click "Create budget" Choose the subscription(s) that you want the budget to apply to Set the budget amount and timeframe (e.g. monthly, quarterly, or annually) Choose the email address(es) that should receive alerts when the budget is exceeded Once you've set up a budget, you'll receive an email alert if your estimated spend for the selected subscription(s) exceeds the budget amount that you set.
... View more
11-24-2022
10:01 PM
11-02-2022
07:12 PM
Hi @Sriparna! Hope you are doing good! I recently encountered this same issue as you did, I have tried many different approaches but none of them worked, and I was just wondering if you could share your solution or what did you do to make it work? It is maybe some configuration issues with Spark? Thanks a lot in advance! Best, Dunk
... View more
07-25-2022
05:40 AM
@Bender Thanks for your reply. It is partial resolution. I am aware of the Redaction, it only redacts hostnames and ip's inside the logs files, but when creating Diagnostic Bundles some logs and folders create with a hostname and ip's in suffix or prefix. So we need a solution for that too.
... View more
07-19-2021
09:58 AM
1 Kudo
Thanks! Before you replied I tried the following which also helped: yarn.scheduler.capacity.schedule-asynchronously.maximum-threads=2 yarn.scheduler.capacity.schedule-asynchronously.scheduling-interval-ms=100
... View more
07-09-2021
11:03 AM
Hi @Bender Correct, our cluster is not kerberized yet. Is it possible connect SMM without kerberos? thanks Eduardo
... View more
07-08-2021
08:14 AM
1 Kudo
Hello Ferenc, Thank you for your update and the info provided. Makes sense. Will reach out to Qlik. Have a great day! Tom
... View more
06-18-2021
09:31 AM
Hi , Thanks for the response. It turns out my issue is slightly different. I have been able to unblock myself by creating a new pem key and cert file using openssl. Thanks for you help, please don't keep the issue open on my part, Best regards Darren
... View more
06-15-2021
11:41 AM
Hi @Bender, Thanks for your replay. The Faq wasn't useful. It's aswer is: "With BDA V2.0 Sqoop automatically supports Oracle Database and MySQL. Hence connect strings beginning with jdbc:oracle or jdbc:mysql:// are handled with no additional setup." 😞
... View more
06-02-2021
04:06 AM
Hi @apedroso , thank you for starting this thread. In this reply, I will focus on how the YARN RM stores data about historical applications, which can be accessed via the RM Web UI. The RM keeps data about the applications in its state store [1]. It can be LeveldbRMStateStore, FileSystemRMStateStore or ZKRMStateStore. We recommend using ZKRMStateStore (this is what we use in YARN HA as well), because it is a more robust implementation. For example, you can migrate in RM HA standby RM while the active RM is still running and keep the state-store intact. Because the RM Web UI is reading the data from the state-store, it is independent of the presence or lack of YARN Application Logs. What are your exact migration steps? Do I understand correctly that you upgrade your cluster to CDP or do you need to move services to a new cluster, please? [1] Please read section for "yarn.resourcemanager.store.class" in https://hadoop.apache.org/docs/r3.1.2/hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html
... View more