Skip to content

Commit

Permalink
removing some creds (#1470)
Browse files Browse the repository at this point in the history
* remove creds

* remove ip
  • Loading branch information
animeshsingh authored and k8s-ci-robot committed Jun 7, 2019
1 parent 381083a commit a3e7a0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/ibm-components/spark/train_spark/src/spark-submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
# cat <<EOT > ~/vcap.json
# {
# "credentials": {
# "tenant_id": "s12345676",
# "tenant_id_full": "s123567-890",
# "cluster_master_url": "https://169.54.219.20",
# "instance_id": "1ed3b844-f507-44ae-aa1b-9e6f8a79d781",
# "tenant_secret": "e407f6f4-0c37-4428-bd16-e66caa73bb4b",
# "tenant_id": "xxxxxx",
# "tenant_id_full": "xxxxxx",
# "cluster_master_url": "https://x.x.x.x",
# "instance_id": "xxxxxx",
# "tenant_secret": "xxxxx",
# "plan": "ibm.SparkService.PayGoPersonal"
# }
# }
Expand All @@ -64,7 +64,7 @@
# --vcap ~/vcap.json \
# --deploy-mode cluster \
# --class com.ibm.sparkservice.App \
# --master https://169.54.219.20 \
# --master https://x.x.x.x\
# --jars /path/to/mock-library-1.0.jar,/path/to/mock-utils-1.0.jar \
# ~/mock-app-1.0.jar
#
Expand Down

0 comments on commit a3e7a0a

Please sign in to comment.