Member since
12-20-2022
63
Posts
17
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
169 | 10-29-2024 11:53 PM | |
203 | 07-31-2024 01:11 AM | |
313 | 04-22-2024 11:24 AM | |
502 | 02-08-2024 04:02 AM | |
2126 | 01-19-2024 01:55 AM |
11-20-2024
08:19 AM
@hadoopranger Consider tuning parameters like idle_session_timeout and idle_query_timeout which is suspected to be closing the session considering you don't have LB in place. You can also set it to 0 where session will never expire until closed manually. Moreover, consider increasing value of fe_service_threads to allow more concurrent client connections which should help you avoiding similar client connection issue in future. For more info, refer: https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/impala-reference/topics/impala-recommended-configs.html
... View more
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