From d2cd31b73c0282f7aafd5b4adada00c0f4533d61 Mon Sep 17 00:00:00 2001 From: Ralph Knag Date: Mon, 2 Apr 2018 16:27:46 -0400 Subject: Onboarding documentation update for CLI Change-Id: I1d4d0111063ea62c3759aa9b7232998b70229644 Issue-ID: DCAEGEN2-350 Signed-off-by: Ralph Knag --- .../components/component-specification/cdap-specification.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/sections/components/component-specification/cdap-specification.rst') diff --git a/docs/sections/components/component-specification/cdap-specification.rst b/docs/sections/components/component-specification/cdap-specification.rst index 022b46d7..2b26442a 100755 --- a/docs/sections/components/component-specification/cdap-specification.rst +++ b/docs/sections/components/component-specification/cdap-specification.rst @@ -23,8 +23,7 @@ Current Limitations and TODOs ----------------------------- - The integration of DMD is likely to significantly change the - :any:`Interfaces ` section in this specification, see - :any:`DMaaP abstraction `. + :any:`Interfaces ` section in this specification. .. _parameters: @@ -34,7 +33,7 @@ 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 <#programpreferences>`__: +`program_preferences <#programpreferences>`__: :: @@ -146,7 +145,7 @@ Each ``program_pref`` JSON is passed into the CDAP API as the preference for ``program_id``. NOTE: for CDAP, this section is very likely to change when DMD is -available. The *future* vision, as per :any:`DMaaP intentionally abstracted ` is +available. 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. -- cgit 1.2.3-korg