From f02a1d50c1ef8b6d270efb5e7339763aa9e44d0d Mon Sep 17 00:00:00 2001 From: shankar Date: Fri, 10 Nov 2017 17:30:27 -0800 Subject: [PATCH] manual changes in json, sh, tx files for removing snapshot version --- cdap-distributions/bin/build_docs_bucket.sh | 2 +- cdap-distributions/src/emr/install.sh | 4 ++-- cdap-distributions/src/hdinsight/pkg/install.sh | 2 +- cdap-distributions/src/hdinsight/pkg/mainTemplate.json | 4 ++-- cdap-examples/resources/weblog-analytics-config.json | 2 +- cdap-examples/resources/weblog-analytics.txt | 2 +- cdap-examples/resources/weblog-service.txt | 2 +- cdap-ui/package.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cdap-distributions/bin/build_docs_bucket.sh b/cdap-distributions/bin/build_docs_bucket.sh index 3621973fd1a9..6d28161d3262 100755 --- a/cdap-distributions/bin/build_docs_bucket.sh +++ b/cdap-distributions/bin/build_docs_bucket.sh @@ -44,7 +44,7 @@ TARGET_DIR=${DOCS_HOME}/target S3_BUCKET=${S3_BUCKET:-docs.cask.co} S3_REPO_PATH=${S3_REPO_PATH:-cdap} # No leading or trailing slashes -VERSION=${VERSION:-4.3.2-SNAPSHOT} +VERSION=${VERSION:-4.3.2} function die() { __code=${2:-1}; echo "[ERROR] ${1}" >&2; exit ${__code}; }; diff --git a/cdap-distributions/src/emr/install.sh b/cdap-distributions/src/emr/install.sh index 1da6e478745c..8b221ceb049f 100644 --- a/cdap-distributions/src/emr/install.sh +++ b/cdap-distributions/src/emr/install.sh @@ -24,9 +24,9 @@ CDAP_BRANCH=${CDAP_BRANCH:-release/4.3} # Optional tag to checkout - All released versions of this script should set this # like this: CDAP_TAG=${CDAP_TAG:+tag} as this allows setting tag to empty/null # otherwise, it should be CDAP_TAG='' -CDAP_TAG=${CDAP_TAG:+v4.3.2-SNAPSHOT} +CDAP_TAG=${CDAP_TAG:+v4.3.2} # The CDAP package version passed to Chef -CDAP_VERSION=${CDAP_VERSION:-4.3.2-SNAPSHOT-1} +CDAP_VERSION=${CDAP_VERSION:-4.3.2-1} # The version of Chef to install CHEF_VERSION=${CHEF_VERSION:-12.10.24} # cdap-site.xml configuration parameters diff --git a/cdap-distributions/src/hdinsight/pkg/install.sh b/cdap-distributions/src/hdinsight/pkg/install.sh index f416a81178b5..355b6d3ae79f 100755 --- a/cdap-distributions/src/hdinsight/pkg/install.sh +++ b/cdap-distributions/src/hdinsight/pkg/install.sh @@ -26,7 +26,7 @@ CDAP_BRANCH='release/4.3' # otherwise, it should be CDAP_TAG='' CDAP_TAG=${CDAP_TAG:+hdi4.3} # The CDAP package version passed to Chef -CDAP_VERSION='4.3.2-SNAPSHOT-1' +CDAP_VERSION='4.3.2-1' # The version of Chef to install CHEF_VERSION='12.10.24' # cdap-site.xml configuration parameters diff --git a/cdap-distributions/src/hdinsight/pkg/mainTemplate.json b/cdap-distributions/src/hdinsight/pkg/mainTemplate.json index ad5106483bf7..975cc5ec48a6 100644 --- a/cdap-distributions/src/hdinsight/pkg/mainTemplate.json +++ b/cdap-distributions/src/hdinsight/pkg/mainTemplate.json @@ -50,12 +50,12 @@ }, "installScriptActions": [{ "name": "[concat('cdap-pageblob-configure-v0','-' ,uniquestring(variables('applicationName')))]", - "uri": "http://downloads.cask.co/hdinsight/pageblob-configure-4.3.2-SNAPSHOT.sh", + "uri": "http://downloads.cask.co/hdinsight/pageblob-configure-4.3.2.sh", "roles": ["edgenode"] }, { "name": "[concat('cdap-install-v0','-' ,uniquestring(variables('applicationName')))]", - "uri": "http://downloads.cask.co/hdinsight/install-4.3.2-SNAPSHOT.sh", + "uri": "http://downloads.cask.co/hdinsight/install-4.3.2.sh", "roles": ["edgenode"] }], "uninstallScriptActions": [], diff --git a/cdap-examples/resources/weblog-analytics-config.json b/cdap-examples/resources/weblog-analytics-config.json index 3c9ba60e1d72..8df2fdc7730e 100644 --- a/cdap-examples/resources/weblog-analytics-config.json +++ b/cdap-examples/resources/weblog-analytics-config.json @@ -2,7 +2,7 @@ "artifact": { "name": "cdap-etl-batch", "scope": "SYSTEM", - "version": "4.3.2-SNAPSHOT" + "version": "4.3.2" }, "config": { "source": { diff --git a/cdap-examples/resources/weblog-analytics.txt b/cdap-examples/resources/weblog-analytics.txt index 808c2bd98105..d4093d25259e 100644 --- a/cdap-examples/resources/weblog-analytics.txt +++ b/cdap-examples/resources/weblog-analytics.txt @@ -1,4 +1,4 @@ -create app test cdap-etl-batch 4.3.2-SNAPSHOT system \$CDAP_HOME/examples/resources/weblog-analytics-config.json +create app test cdap-etl-batch 4.3.2 system \$CDAP_HOME/examples/resources/weblog-analytics-config.json load stream logEventStream \$CDAP_HOME/examples/resources/accesslog.txt start mapreduce test.ETLMapReduce diff --git a/cdap-examples/resources/weblog-service.txt b/cdap-examples/resources/weblog-service.txt index 69d2f11910b6..9ae4c79ab654 100644 --- a/cdap-examples/resources/weblog-service.txt +++ b/cdap-examples/resources/weblog-service.txt @@ -1,3 +1,3 @@ -deploy app \$CDAP_HOME/examples/CubeService/target/CubeServiceApp-4.3.2-SNAPSHOT.jar +deploy app \$CDAP_HOME/examples/CubeService/target/CubeServiceApp-4.3.2.jar start service CubeServiceApp.CubeService diff --git a/cdap-ui/package.json b/cdap-ui/package.json index d45851178ef0..8b30cdd72486 100644 --- a/cdap-ui/package.json +++ b/cdap-ui/package.json @@ -1,6 +1,6 @@ { "name": "cdap-ui", - "version": "4.3.2-SNAPSHOT", + "version": "4.3.2", "description": "Front-end for CDAP", "scripts": { "start": "node ./server.js",