Member since
04-30-2019
38
Posts
4
Kudos Received
3
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1690 | 09-06-2023 07:34 AM | |
| 3244 | 07-19-2023 01:16 PM | |
| 4555 | 10-07-2021 02:38 AM |
07-09-2024
11:36 AM
@bigluman Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
06-25-2024
12:58 PM
Despite extensive efforts, I was unable to directly resolve the issue, but I devised a workaround. Rather than directly accessing the Hadoop Job object for status updates, I extracted the job ID after submitting the job. Using this job ID, I created an ApplicationID object, which I then used to instantiate my YarnClient. This approach enabled me to effectively monitor the status and completion rate of the running job. Interestingly, both my distcp job and YarnClient are utilizing the same HadoopConf object (YarnClient is instantiated right after the DistCP Job is executed) and is within the same scope of the UserGroupInformation. The exact reason why the YarnClient can access the necessary information while the Job object cannot remains unclear. Nevertheless, this workaround has successfully unblocked me. Additional context: I am using Java 8 and running on an Ubuntu Xenial image.
... View more
05-08-2024
05:52 AM
1 Kudo
I temporarily solved it by eliminating the dynamic child creation
... View more
09-20-2023
06:48 AM
@newtocm, Have any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
09-18-2023
02:22 PM
@Vishn Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
08-02-2023
06:48 PM
@Asok Safe mode is OFF Namenode is up Still HMaster is not up and running. Please can you let me know how to fix this
... View more
07-24-2023
10:42 PM
@hanumanth, did the response from @Asok assist you in resolving your concerns? If so, could you kindly designate the most suitable response as the solution? This will be beneficial for other members who might come across a similar issue.
... View more
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
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