Member since
04-30-2019
38
Posts
4
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
843 | 09-06-2023 07:34 AM | |
1535 | 07-19-2023 01:16 PM | |
3211 | 10-07-2021 02:38 AM |
04-01-2023
08:15 AM
Please share a specific use case, ie. Pick a sample user job that is expected to go to a specific queue and share its placement rules screenshot
... View more
04-01-2023
08:09 AM
How frequently is this occurring? It is worth checking network drops or you might consider increasing the timeouts on both sides ie. Resource Manager and Zookeeper.
... View more
03-31-2023
11:34 AM
Can you isolate any connection issues between your NN and DN pods? Maybe you can try doing an nc or telnet to the NN port from the DN pod?
... View more
03-12-2023
06:31 AM
Did you get to check the application logs? This should give you more information to determine the exact flow.
... View more
02-26-2023
05:35 AM
In case you have a valid kerberos ticket, kindly use --negotiate and submit again. H!nt curl -X GET "https://master-servere.com:8090/ws/v43/cluster/apps/new-application" -H "accept: application/json" -k -v --negotiate -u admin You may check for a valid Kerberos ticket using #klist
... View more
02-26-2023
05:30 AM
Have you checked for any application initiation being done within the code that you are trying to submit?
... View more
02-26-2023
05:25 AM
Try analyzing the jstacks for the container in a stuck state. To identify and capture the jstacks for a stuck container you may follow this article
... View more
02-26-2023
05:20 AM
It is worth looking at the application logs here and checking user permissions for your queue here
... View more
02-26-2023
05:16 AM
In addition to looking at the application logs here You can check for user permissions for your queue a. In the "Queue Details" section (YARN Queue Manager UI), scroll down to the "Access Control" subsection. In the "Access Control" section, you will see a table that lists the users and groups that have been granted permissions to submit jobs to the queue, and the type of permissions that have been granted (e.g. "Submit Application", "Administer Queue", etc.).
... View more
- « Previous
-
- 1
- 2
- Next »