Questions tagged [cloud-pak-for-data]

18 questions
24
votes
5 answers

Kubectl : No resource found

I’ve installed ICP4Data successfully. I am pretty green in respect to ICP4Data and Kubernetes. I’m trying to use kubectl command for listing the pods in ICP4D but “kubectl get pods” returns “No resource found”. Am I missing something?
sidrah junaid
  • 437
  • 1
  • 4
  • 11
1
vote
0 answers

Deprecated in 3.0.0. Use SparkSession.builder.getOrCreate() instead

I use PySpark in jupyer using IBM Cloud Pak. I got the warninig: context.py:79: FutureWarning: Deprecated in 3.0.0. Use SparkSession.builder.getOrCreate() instead. My script: PySpark Machine Learning Library from pyspark.ml import Pipeline from…
1
vote
0 answers

Cloud Object Storage Cannot be detected/identified/attached when creating a new project within IBM Cloud Pak for Data

I am working with a Lite plan of IBM Cloud. Although I have an active Cloud Object Storage (COS) instance, the Cloud Pak for Data cannot detect/identify/attached it when I tried to create a new project. I clicked "refresh", deleted the active COS…
1
vote
0 answers

Can ICP4D (IBM Cloud Pak for Data) also be used as Data Quality tool?

Can ICP4D (IBM Cloud Pak for Data) also be used as DQ(Data Quality) tool ? I know it is primarily not meant for DQ but does it have capability to address few DQ dimensions/areas ?
NKS
  • 21
  • 1
  • 6
1
vote
1 answer

How to delete deployments of a greater than date?

I need to delete deployments that are older than 14 days on clusters. if I run: oc get deploy --sort-by=.metadata.creationTimestamp | grep wml-os-rt-hybrid | awk '{ print $1 "\t\t" $6;}' It gives me a list of those deployments and the age of…
mrbarker
  • 25
  • 5
0
votes
0 answers

create a notebook asset in watson studio using python

I want to take a .ipynb that I downloaded from github (e.g. using "!git clone -b main --single-branch https://github.com/Max-Jesch/watson-pipeline-test.git") to create a notebook asset in watson studio so I can run it using Watson pipelines The…
0
votes
0 answers

IBM Cloud Pak for data Red Hat OpenShift installation problems

What I am doing wrong? Have: ocp 4.10.38 sefl managed. Trying to install Cloud Pak 4.6.3 using cpd-cli regarding instructions. Done all preparation tasks, generate new Entitlement key, exported it as var, and successfully ran cpd-cli manage…
0
votes
1 answer

How can I use use cpdclt dsjob for DaaS (DataStage as a Service)?

I would like to execute "cpdctl dsjob" explained in the document below URL. https://dataplatform.cloud.ibm.com/docs/content/dstage/dsnav/topics/cli.html I download cpdctl from below URL but can not use dsjob…
0
votes
1 answer

Can I use the Watson Data API with the Cloud Pak for Data Lite plan?

I've created a Cloud Pak for Data Lite account (free version) and added a few assets to a catalog. I wanted to try accessing the metadata of those assets using an API. I thought that I could use the Watson Data API for this, but it doesn't seem to…
kdaquila
  • 33
  • 1
  • 8
0
votes
1 answer

What does 'pending_reclamation' state mean?

When I try to delete the Cloud Object Storage service in my Cloud Pak for Data as a Service account, I get this message: An unexpected error occurred while attempting to delete service instance: Unexpected response code: 500 (Instance is in…
Xavier Nodet
  • 5,033
  • 2
  • 37
  • 48
0
votes
0 answers

401 Error when connecting Cloud Pak For Data to mysql database

When attempting to connect Cloud Pad to our mySQL db hosted by dreamhost, we were first getting a "error: invalid data: The assets request failed: CDICO0103E: Invalid username or password: dded error: [IBM][MySQL JDBC Driver][MySQL]Access denied for…
OReed
  • 1
0
votes
1 answer

Getting deployment limit error even though I am under the limit in IBM Watson Machine Learning

I get the "You have reached the deployment limit for your Watson Machine Learning plan..." error message even though I only have 2 models deployed at present. I had as many as 4 deployed previously (deleted them all last week after retraining the…
0
votes
1 answer

Error Pull Image when Run Installation Cloud Pak for Data 2.5.0 on OCP 4.3

Error When Pulling Image 'cpdoperator:v2.5.0.0-68'? I Try Run The Installation again but Still Have Error Like Below: this version the CPD Installer and my OCP what im using:
0
votes
2 answers

IBM Private cloud community edition not able to integrate with powerVC

I have single node installation of ICP 3.1.2 Community Edition and also working PowerVC. I am trying to create the create a deafult PersistentVolumeClaim through the ICP which is failing with error : "Normal persistentvolume-controller 1654 …
0
votes
0 answers

TFS Kubernetes connection to Ibm cloud private

I want to create ci/cd from TFS-2018 to IBM cloud Private. from TFS i facing error: The Kubconfig does not contain user field. Please check the kubeconfig please let me know kubeconfig configuration
TeguhTujuh
  • 181
  • 1
  • 1
  • 5
1
2