Member since
11-17-2021
1157
Posts
260
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 268 | 04-23-2026 02:02 PM | |
| 751 | 03-17-2026 05:26 PM | |
| 5710 | 11-05-2025 10:13 AM | |
| 984 | 10-16-2025 02:45 PM | |
| 1689 | 10-06-2025 01:01 PM |
11-15-2024
12:41 PM
2 Kudos
@djill Welcome to the Cloudera Community! To help you get the best possible solution, I have messaged you with next steps. Thanks!
... View more
11-13-2024
01:42 PM
1 Kudo
@repealp 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
11-13-2024
01:40 PM
@alex88 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
11-13-2024
12:26 AM
2 Kudos
Hey, in the application logs everything looks fine. Instead of being able to click on the application name like I would normally do when the status is running, I have to go into the application logs and find the gradio app link at the bottom. When I look at the container logs, the last 3 lines are: 2024-11-13 08:22:14.557 18 INFO JupyterWSGLauncher ngh4jdz5m3ua258n Finish running startup chunks: success. data = {"user":"cdsw"} 2024-11-13 08:22:14.557 18 INFO JupyterWSGLauncher ngh4jdz5m3ua258n Proxying to livelog data = {"user":"cdsw"} 2024-11-13 08:22:14.557 18 INFO JupyterWSGTimeoutHandler ngh4jdz5m3ua258n idleTimeoutInMinutes data = {"idleTimeoutInMinutes":60,"user":"cdsw"} Suggesting everything is as expected? Edited: I found the problem. It was how I was defining the port for the application. Instead of using 'os.getenv('CDSW_APP_PORT')' I was using a manually set one. Thank you!
... View more
11-10-2024
11:22 PM
1 Kudo
Thanks yes it was version mismatch issue upgrading hive - 4.0 and tez 0.10.3 works forme
... View more
11-06-2024
05:20 PM
2 Kudos
thank you @szhou , we/team will plan for the upgrade and let you know if this has solved the issue. Thanks again, for your replies and ongoing support - including @DianaTorres as well.
... View more
11-06-2024
07:38 AM
@fisblack 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
11-05-2024
12:09 PM
1 Kudo
Here is the actual fix (it's actually quite loony): don't wrap the name of the file in the REGISTER statement with single quotes. That's it. Catastrophic problems here: 1) Obviously not backwards compatible. 2) If this is a problem, why not just indicate that a) the format is wrong, or b) that a path that started with a single-quote did not yield a valid python file or c) anything understandable instead of getting in the middle of the M/R computation and throwing wacky (mkey? nullPointer) errors.
... View more
10-31-2024
08:02 PM
1 Kudo
@pankajgaikwad 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. If you are still experiencing the issue, can you provide the information Thanks.
... 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