Member since
11-17-2021
1167
Posts
262
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 444 | 04-23-2026 02:02 PM | |
| 1042 | 03-17-2026 05:26 PM | |
| 6506 | 11-05-2025 10:13 AM | |
| 1223 | 10-16-2025 02:45 PM | |
| 2082 | 10-06-2025 01:01 PM |
08-20-2024
10:10 AM
Hello @Srihari999 The CDP Private Cloud Base Edition Trial is a free 60-day trial that does not require a license file. When the 60-day trial period expires, you will no longer be able to access the Cloudera Manager Admin console to manage your clusters until you upload a valid license. However, your clusters will continue to function, your data will remain intact, and your jobs will keep running. You can obtain a CDP Private Cloud Base license to regain access to the Admin Console. To obtain a CDP Private Cloud Base license, fill in the Contact Us form or call 866-843-7207. You can use a trial license only once; when the 60-day trial period expires or you have ended the trial, you cannot restart the trial. For more details, kindly refer the product documentation. https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/managing-clusters/topics/cm-managing-licenses.html
... View more
08-19-2024
10:34 PM
1 Kudo
Yes. we can access application log using command line version - 7.7.1 When we check the logs from UI, we can find full error msg as following. "Logs are unavailable because Application Timeline Service seems unhealthy and could not connect to the JobHistory server." Thank you!
... View more
08-16-2024
03:27 PM
1 Kudo
@HappyHao Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our NiFi experts @MattWho @mburgess who may be able to assist you further. Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
... View more
08-16-2024
10:46 AM
I think I've figured out the solution. In looking at queries in CM using the Impala Queries page and comparing that to what I see in REST API output, it looks like CM shows "Waiting for client" when a query has a finished status but does not have an end time associated with it yet. In all the queries that I saw in CM, the one's that showed "Waiting for client" had a finished status and a start time in the REST API JSON, but did not have an end time. I'm going to "assume" that I have this figured out now, but if anyone has any more insight into this, I would appreciate it.
... View more
08-14-2024
01:31 PM
1 Kudo
@Former Member LookupRecord processor can be used in this case. Please check if this method works for you. Sample CSV input id,brand,phone 10,Samsung,1 20,Apple,2 Expected output (codes 1 and 2 are replaced with names) id,brand,phone 10,Samsung,Note 20,Apple,iPhone I tried nifi flow as below shiva239_0-1723667109978.png Lookup record configuration shiva239_1-1723667210044.png CSV Reader shiva239_2-1723667287101.png CSV Recordset Writer Didnt make any change. Used default settings Simple KeyValue Lookup service. There are several lookup services available in Nifi. You may use right service as per your requirement. shiva239_3-1723667414993.png
... View more
08-14-2024
11:32 AM
1 Kudo
@Marks_08 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
08-14-2024
06:24 AM
1 Kudo
Tenants are users of the cluster. Lets say you have app teams/users named dev-a, dev-b, dev-c using the cluster, you will be estimating what resource each team will likely consume and create queue/pool to them with appropriate capacity. With regards to hierarchy, root would be the top most parent (represents the overall cluster resource) and you will create leaf queues/pool configured with the min/max resources you want to allocate for individual team. Applications gets assigned to the leaf queue and utilize the respective queue resource. With the utilization report you will have an idea of how much each team had used in its respective queue/pool. "There are no details about hierarchy of the utilization report" --> Are you referring to knowing utilisation at root plus all the leaf queues? https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-use-cluster-utilization-report-manage-resources.html in the picture shared in this doc you will see an example of overall cluster utilization and the breakup of utilization across individual queues. https://blog.cloudera.com/yarn-capacity-scheduler/
... View more
08-13-2024
03:15 PM
@mburgess @MattWho Hi! Do you have any insights here? Thanks.
... View more
08-09-2024
09:24 PM
Thank you very much. It is indeed possible to use the hostname method according to the method in the URL you provided. I used the same method before, but it didn't work when I used the IP directly.
... View more