summaryrefslogtreecommitdiffstats
path: root/platformdoc/docs/components/component-specification/cdap-specification.md
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-03 18:23:24 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-03 18:23:24 +0000
commit1c8cd98cbf776248781c8f679637f2ab75b6caf1 (patch)
treef6e08efe8b0d68b54e7b11bca81eaccf274a4c57 /platformdoc/docs/components/component-specification/cdap-specification.md
parentb2a561b84b926ef109809539b9e283e95032c083 (diff)
parentd2cd31b73c0282f7aafd5b4adada00c0f4533d61 (diff)
Merge "Onboarding documentation update for CLI"
Diffstat (limited to 'platformdoc/docs/components/component-specification/cdap-specification.md')
-rw-r--r--platformdoc/docs/components/component-specification/cdap-specification.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platformdoc/docs/components/component-specification/cdap-specification.md b/platformdoc/docs/components/component-specification/cdap-specification.md
index d4d01406..ce17d811 100644
--- a/platformdoc/docs/components/component-specification/cdap-specification.md
+++ b/platformdoc/docs/components/component-specification/cdap-specification.md
@@ -11,11 +11,11 @@ The CDAP component specification contains the following groups of information. M
## Current Limitations and TODOs
-* The integration of DMD is likely to significantly change the [Interfaces](#interfaces) section in this specification, see [DMaaP abstraction](/components/component-type-cdap.md#dmaap-abstraction).
+* The integration of DMD is likely to significantly change the [Interfaces](common-specification.md#interfaces) section in this specification..
## Parameters
-There is a `parameters` section in your component specification. This section contains three optional keys: [app_config](#appconfig), [app_preferences](#apppreferences), and [propram_preferences](#program_preferences):
+There is a `parameters` section in your component specification. This section contains three optional keys: [app_config](#appconfig), [app_preferences](#apppreferences), and [program_preferences](#programpreferences):
```
"parameters" : {
"app_config" : [ ...],
@@ -89,7 +89,7 @@ Each `program_pref` JSON is passed into the CDAP API as the preference for `prog
NOTE: for CDAP, this section is very likely to change when DMD is available.
-The _future_ vision, as per [DMaaP intentionally abstracted](/components/component-type-cdap.md#dmaap-abstraction) is that you would publish your data as a series of files on HDFS, and DMD will pick them up and send them to the appropriate DMaaP feeds or directly when needed.
+The _future_ vision is that you would publish your data as a series of files on HDFS, and DMD will pick them up and send them to the appropriate DMaaP feeds or directly when needed.
## Auxiliary Details