Member since
01-12-2022
28
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2457 | 04-03-2024 12:17 AM |
10-21-2025
01:16 AM
@Meepoljd, Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
06-09-2025
11:57 AM
Hello @mburgess @MattWho do you have any insights here? Thanks!
... View more
11-14-2024
10:33 PM
Hi Team, it does looks like a syntax error "Empty key" could you please confirm the API you are passing has the key can you share it here
... View more
04-03-2024
12:17 AM
I think I've found the reason for the problem. It's not related to the Spark version. I used the Java process analysis tool Arthas to investigate and found that the AM startup process was blocked at the creation of the Timeline client. And this problem might be due to our TimeLine service using an embedded HBase service. When we configured the HBase used by the TimeLine service to our production environment's HBase, the problem disappeared.
... View more
02-04-2024
08:05 PM
1 Kudo
Hi @Meepoljd Please let me know still you need any help on this issue. If any of the above solutions is helped then mark Accept as Solution.
... View more
01-18-2024
05:52 AM
As far as I know this is more of an empirical best practice. As mentioned it cannot be exactly calculated since there are some variable factors (filename / path lengths, acl counts, etc) which change from environment to environment.
... View more
01-05-2024
12:34 AM
I think your intention is to retrieve these data for your own monitoring or reporting tasks. If so, you can try requesting JMX to obtain the relevant data, such as through http://namenode:port/jmx.
... View more
09-06-2023
02:12 AM
Hi @Meepoljd It seems like the issue is with the certificate. Make sure the certificate is created with fqdn. The curl command is working because, as you passing --insecure, it ignores invalid and self-signed certificate errors.
... View more
12-06-2022
11:14 PM
May be you can use "http://HOST:31000/api/atlas/admin/purge/".
... View more