Member since
11-17-2021
1167
Posts
262
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 444 | 04-23-2026 02:02 PM | |
| 1042 | 03-17-2026 05:26 PM | |
| 6506 | 11-05-2025 10:13 AM | |
| 1224 | 10-16-2025 02:45 PM | |
| 2082 | 10-06-2025 01:01 PM |
07-01-2024
10:28 AM
@kaif 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
07-01-2024
10:27 AM
@NidhiPal09 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
07-01-2024
10:27 AM
@prfbessa 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-26-2024
01:52 AM
Thank you for response and apologies for delay reply. I have created a custom tmp directory as below under core-site.xml. I ran stop-all.sh and start-all.sh under sbin directory but still custom tmp directory is empty and not utilized. Is I need to do anything else, please suggest. Thanks in advance. <property> <name>hadoop.tmp.dir</name> <value>/opt/osa/hadoop-2.10.2/tmp_Hadoop</value> <description>A base for other temporary directories.</description> </property>
... 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
06-25-2024
12:37 PM
1 Kudo
@aymenech Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our CDP experts @venkatsambath @abdulpasithali who may be able to assist you further. Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
... View more
06-24-2024
11:27 AM
@Mike_CHU44 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-20-2024
01:53 PM
1 Kudo
It works! Thanks!
... View more
06-19-2024
01:49 AM
Tried on 2.0.0-M1, no problem. It looks there is a problem with Jetty v12 introduced at M2. Until potential bug fix, additional conf or workaround, I consider downgrading to M1. Thanks
... View more
06-19-2024
01:37 AM
1 Kudo
We are experiencing the same issue on CDP 7.1.7 calling a spark job from Oozie.
... View more