Member since
09-29-2015
5226
Posts
22
Kudos Received
34
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1389 | 07-13-2022 07:05 AM | |
3582 | 08-11-2021 05:29 AM | |
2324 | 07-07-2021 01:04 AM | |
1567 | 07-06-2021 03:24 AM | |
3537 | 06-07-2021 11:12 PM |
12-06-2023
02:34 AM
If you want to GET the data form the GraphQL by using CURL: Then Choose InvokeHTTP Processor. HTTP Method: GET HTTP URL: Your URL?query={queryUser{attribute1,attribute2,attribute3}} Socket Connect Timeout : 5 mins By this you can get data in the Response Relationship.
... View more
09-27-2023
05:01 AM
Maybe you can combine these two for a failed job alert:
“Configuring Custom Alert Scripts”
“Configuring Log Alerts”
My thought process is, that in the RM log, there is a very reliable pattern when a job fails (e.g. finalStatus=FAILED), so you could set up a Log Alert for that.
... View more
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
08-24-2021
12:54 AM
Hello @roshanbi , thank you for the clarification. I am not aware of any automated way of doing the translation. If I was facing with this task, I would dive into the differences between these SQL dialects and if Kudu needs some different design considerations when building up the queries and either to it manually or consider if it takes less effort to build custom automation, then build scripts for the job. Kind regards: Ferenc
... 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-09-2021
07:26 AM
Hi @SujaP , this can happen e.g. when you run out of disk space. 1. Please make sure that the disk have enough space to keep unpacked parcels. 2. Hard stop cloudera-scm-agent service (supervisord) 3. Empty the parcel directories : /opt/cloudera/parcels & opt/cloudera/parcel-cache 4. Start the agent service (#systemctl start cloudera-scm-agent) Kind regards: Ferenc
... View more