ibm-cloud

How to export model results from IBM Decision Optimizer?

我是研究僧i 提交于 2020-03-25 19:22:13
问题 I am using the IBM Decision Optimizer on IBM Watson Studio and I am trying to automatically export the results data from the dashboards to a local/external database or website. I would like to use those results to visualize them on a website. Does anyone have any experience using the Decision Optimizer? 来源: https://stackoverflow.com/questions/60095288/how-to-export-model-results-from-ibm-decision-optimizer

How to fix “The Resource file mode is invalid” on Cloud Foundry

笑着哭i 提交于 2020-02-24 18:03:34
问题 I'm trying to deploy an app to Bluemix using Cloud Foundry and I'm getting the following output: the-neutral-zone:KituraTest loganwright$ cf push Using manifest file /Users/loganwright/Desktop/KituraTest/manifest.yml Updating app Kitura-Starter in org [redacted] / space dev as [redacted]... OK Uploading Kitura-Starter... Uploading app files from: /Users/loganwright/Desktop/KituraTest Uploading 3.9M, 1388 files Done uploading FAILED Error processing app files: Error uploading application. The

How to fix “The Resource file mode is invalid” on Cloud Foundry

人盡茶涼 提交于 2020-02-24 18:03:06
问题 I'm trying to deploy an app to Bluemix using Cloud Foundry and I'm getting the following output: the-neutral-zone:KituraTest loganwright$ cf push Using manifest file /Users/loganwright/Desktop/KituraTest/manifest.yml Updating app Kitura-Starter in org [redacted] / space dev as [redacted]... OK Uploading Kitura-Starter... Uploading app files from: /Users/loganwright/Desktop/KituraTest Uploading 3.9M, 1388 files Done uploading FAILED Error processing app files: Error uploading application. The

Issues trying to use FUSE on Bluemix

安稳与你 提交于 2020-02-15 22:56:31
问题 I was looking for a way to add a remote file system accessible into Bluemix. In this post I was told to use cflinuxfs2 stack which is supported in last versions of Cloud Foundry. I was able to execute mkdir command for the mount point from my Java app and execute sshfs command but this last one fails with: "read: Connection reset by peer". The point is that the same commands used in a Linux box at home work fine so I understand the command, the ssh key and the know hosts files are ok. This is

Issues trying to use FUSE on Bluemix

时间秒杀一切 提交于 2020-02-15 22:56:07
问题 I was looking for a way to add a remote file system accessible into Bluemix. In this post I was told to use cflinuxfs2 stack which is supported in last versions of Cloud Foundry. I was able to execute mkdir command for the mount point from my Java app and execute sshfs command but this last one fails with: "read: Connection reset by peer". The point is that the same commands used in a Linux box at home work fine so I understand the command, the ssh key and the know hosts files are ok. This is

RSA premaster secret error when using webHDFS from BigInsights on cloud

心已入冬 提交于 2020-02-08 03:17:08
问题 I'm trying to execute the spark+oozie+bluemix liberty example on the OozieWorkflowSparkGroovyBluemixDeploy branch against a BigInsights for Apache Hadoop basic cluster. The error I get when I try to access the application from a browser: There was an unexpected error (type=Internal Server Error, status=500). javax.net.ssl.SSLKeyException: RSA premaster secret error What is causing this issue? 回答1: The issue appears to be due to the webHDFS certificate not being in the liberty truststore. See

Kubernetes Persistent Volume Claim mounted with wrong gid

时光毁灭记忆、已成空白 提交于 2020-02-02 07:05:46
问题 I'm creating a Kubernetes PVC and a Deploy that uses it. In the yaml it is specified that uid and gid must be 1000. But when deployed the volume is mounted with different IDs so I have no write access on it. How can I specify effectively uid and gid for a PVC? PVC yaml: --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: jmdlcbdata annotations: pv.beta.kubernetes.io/gid: "1000" volume.beta.kubernetes.io/mount-options: "uid=1000,gid=1000" volume.beta.kubernetes.io/storage-class:

Kubernetes Persistent Volume Claim mounted with wrong gid

試著忘記壹切 提交于 2020-02-02 07:05:21
问题 I'm creating a Kubernetes PVC and a Deploy that uses it. In the yaml it is specified that uid and gid must be 1000. But when deployed the volume is mounted with different IDs so I have no write access on it. How can I specify effectively uid and gid for a PVC? PVC yaml: --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: jmdlcbdata annotations: pv.beta.kubernetes.io/gid: "1000" volume.beta.kubernetes.io/mount-options: "uid=1000,gid=1000" volume.beta.kubernetes.io/storage-class:

Watson visual recognition: error 401

↘锁芯ラ 提交于 2020-01-25 22:01:11
问题 I'm trying npm module watson-developer-cloud for visual recognition. I'm getting { error: 'invalid-api-key', code: 401 } when trying to run following code: var watson = require('watson-developer-cloud'); var fs = require('fs'); var visualRecognition = watson.visual_recognition({ version: 'v3', api_key: process.env.API_KEY || 'e2493f2bacdbea8becedcc7aafecdfb4133XXXXX', version_date: '2015-05-19' }); var params = { images_file: fs.createReadStream('./resources/gopher.png') }; visualRecognition

My nodejs app SSL certificate is not taken into account (IBM CLOUD)

自古美人都是妖i 提交于 2020-01-25 06:41:30
问题 I have one nodejs web app on ibm cloud: MYAPP.eu-de.mybluemix.net. I want it to be reachable over https on https://MYSUB.MYDOMAIN.IO I own MYDOMAIN.IO, and added this CNAME entry in my dns provider: MYSUB.MYDOMAIN.IO. 0 CNAME MYAPP.eu-de.mybluemix.net. I purchased a certificate for SUB.MYDOMAIN.IO added the domain in my organisation, and uploaded the certificate. Note it is not a wildcard. I read that long ago bluemix only accepted wildcards, but I could upload my single certificate without