Member since
08-22-2018
75
Posts
9
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
641 | 06-27-2024 02:58 AM | |
776 | 01-08-2024 02:22 AM | |
1509 | 06-19-2023 02:41 AM |
01-03-2025
05:17 AM
1 Kudo
you may consider having a custom built pbj runtime image as per your requirements.
... View more
01-03-2025
05:15 AM
1 Kudo
1) When is V1 getting depreciated? it is already https://docs.cloudera.com/machine-learning/cloud/jobs-pipelines/topics/ml-rest-apis.html -- The Jobs API is now deprecated. See Cloudera AI API v2 and API v2 usage for the successor API. -- Is it recommended to use V1 API now? Obviously, No. 2) Which API method is to be used in the Version 2 API call to start the job? https://docs.cloudera.com/machine-learning/1.5.4/rest-api-reference/index.html#api-CMLService-createJobRun may be createjob, createjobrun are confusing
... View more
11-12-2024
06:35 PM
@paulfg Application getting stuck at "starting" status can occur when underlying script execution has not completed or the process flow does not think it had completed what it supposed to. Please check/share the "Application logs" pane for any error/concerning events.
... View more
08-18-2024
10:11 PM
Pyspark 3.5.2 - python >= 3.8 and <=3.11 ref: https://pypi.org/project/pyspark/3.5.2/
... View more
07-12-2024
01:09 AM
1 Kudo
exit code -1 could be due to any corner case during the runtime. Besides, the terminologies[CDSW app/service/job] being used are confusing. What is the workload? [Is it a CDSW job/CDSW application]
... View more
06-27-2024
02:58 AM
1 Kudo
@littlecong The files need to be uploaded to the individual project. As of now there is no documented provision to share contents between the projects.
... View more
06-14-2024
12:28 AM
I am sceptical that quickstartvm is still available. AFAIK, both Cloudera quickstartvm and Hortonworks sandbox are deprecated and download links/documentations are not public now. You may check if any of archived/cached pages still have the documentation.
... View more
04-25-2024
10:00 PM
2 Kudos
@akshay0103 Could you please check with your account team of a new docker credentials or getting the existing one activated or create an administrative case.
... View more
04-17-2024
06:39 AM
@akshay0103 are the paywall credentials active? If they are not active, please reach your account team or create a administrative support case through my Cloudera portal. You may validate it by accessing parcels or any object behind the paywall [for example: https://archive.cloudera.com/p/cdp-pvc-ds/].
... View more
01-08-2024
02:22 AM
pip index url can be configured as an admin environment variable, but users can override the same with the project environment variable or manual override. utmost way is to make the cluster air gapped. As long as the cluster has internet gateway, sessions can reach internet to pull the packages
... View more