Member since
04-30-2019
38
Posts
4
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
786 | 09-06-2023 07:34 AM | |
1405 | 07-19-2023 01:16 PM | |
3083 | 10-07-2021 02:38 AM |
04-17-2023
02:31 AM
1 Kudo
ls: cannot access '/var/lib/ranger/yarn/': No such file or directory
... 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-15-2023
11:26 PM
Sorry for late reply , in logs it is running but the actual final status in the resource manager is UI is failed.
... 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: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
02-26-2023
05:08 AM
1 Kudo
I see a disabled log aggregation for these applications. You can enable the log aggregation and look for possible reasons in the application logs. To view the entire log for an application yarn logs -applicationId <application-id> Below is a sample snippet of yarn-site.xml to enable log aggregation. You can look up or add these properties in the Hadoop management application (like cloudera-manager) as well. <property> <name>yarn.log-aggregation-enable</name> <value>true</value> </property> <property> <name>yarn.log-aggregation.retain-seconds</name> <value>604800</value> </property> <property> <name>yarn.log-aggregation.retain-check-interval-seconds</name> <value>3600</value> </property>
... View more
02-26-2023
04:54 AM
Go to the settings of your VM and click on "Shared Folders". This will open a dialog box where you can specify which folders on your host machine you want to share with the virtual machine. Click on the "Add" button to add a new shared folder. In the "Folder Path" field, browse to the directory containing the files you want to upload on your host machine. In the "Folder Name" field, specify a name for the shared folder. Check the "Auto-mount" and "Make permanent" checkboxes to ensure that the shared folder is automatically mounted every time the virtual machine starts up. Click "OK" to save the settings and close the dialog box.
... View more
- « Previous
-
- 1
- 2
- Next »