diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-04 21:51:34 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-05 02:41:25 +0000 |
commit | 3622f7a20e615d409dd5a8dea3ae592115df91ae (patch) | |
tree | 1ebd8cce7be5c3013c26139aed1eceec22080349 /tca-cdap-container/README.txt | |
parent | 6fabd804de890bc5069d2518fffb11b83ea5961a (diff) |
Fix TCA image
Issue-ID: DCAEGEN2-206
Change-Id: I8fa5150bffc0e371ab09bd75f1df4e460bf85a72
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'tca-cdap-container/README.txt')
-rw-r--r-- | tca-cdap-container/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tca-cdap-container/README.txt b/tca-cdap-container/README.txt new file mode 100644 index 0000000..62a7a09 --- /dev/null +++ b/tca-cdap-container/README.txt @@ -0,0 +1,5 @@ +Note: + +Although typically Java jar artifacts have SNAPSHOT version as a.b.c-SNAPSHOT, internally CDAP +identifies the application as a.b.c.SNAPSHOT. Thus, in app_config JSON we must refer to the +application as a.b.c.SNAPSHOT. Otherwise we will have artifact not found error" |