Member since
12-20-2022
90
Posts
21
Kudos Received
10
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1111 | 05-08-2025 06:27 AM | |
| 1303 | 04-02-2025 11:35 PM | |
| 909 | 03-23-2025 11:30 PM | |
| 1208 | 03-06-2025 10:11 PM | |
| 2131 | 10-29-2024 11:53 PM |
11-13-2024
03:48 PM
1 Kudo
@satz The image is the result of the last check step, which is to connect to localhost:7180 and add the cluster after installing the OS using the commands on the trial install page. In this situation, the status of the cluster shows that namenode is down. After that, no matter how many times you refresh the page or restart through the command in the OS, you will get the access denied (page cannot be opened) message when you connect to the CM. Also, I install it on one OS and proceed, but sometimes, during the process of adding a cluster, only the OS installed at the time of host inspection is installed in the cluster, and the rest of the OSs are removed. (Sometimes I can completely reinstall the OSs afterward, and sometimes I can't, but I don't know the difference. The log is so long that I want to upload the file, but there is no upload function.
... View more
10-30-2024
08:52 PM
Thanks. I guess it is not for total_io_mb but for "memory and v-core utilization". Disk io should be in yarn logs. I will try seek it.
... View more
10-10-2024
05:13 AM
1 Kudo
Hi @evanle96 This error is not an issue. Usually in the HA setup the call goes to both the NN and the Active NN acknowledges the call but the standby NN will through this warning. So you can ignore this warning here.
... View more
08-28-2024
01:40 AM
Unfortunately, it is not possible to change the Application-Name of an already started Application Master in Apache Hadoop YARN. The Application-Name is set when the application is submitted and cannot be modified during runtime. The Application-Name is typically specified as a parameter when submitting the application using the spark-submit command or the YARN REST API. Once the application is started, the Application-Name is fixed and cannot be changed. If you need to change the Application-Name, you will need to stop the existing application and submit a new one with the desired name.
... View more
08-19-2024
07:34 AM
1 Kudo
@hadoopranger I am circling back on this. Did you try the steps shared in my previous reply? If yes, let us know how did it go. If you find my reply helpful, You may mark it as the accepted solution. You can also say thanks by clicking on the thumbs up button. V
... View more
08-16-2024
09:06 AM
Hi @husseljo , Please mark this "Accept as solution" if you find my answer helped you.
... View more
08-13-2024
03:12 AM
1 Kudo
So do you mean that there is no need of migration, just bring up the new server, assign required roles and then decomm the old one?
... View more
08-13-2024
03:11 AM
1 Kudo
Thank you for the response. But its my old post and I was able to get Yarn QM working then.
... View more
08-07-2024
03:52 AM
1 Kudo
Hi @Muba Please check if the Hue user user1 is not part of HDFS superuser group. This might give the user access to file browser and all the hdfs directories.
... View more
07-31-2024
01:11 AM
1 Kudo
Please check if you have tgt created for all the Nodemanagers. It will fix the issue.
... View more