Repository: samza Updated Branches: refs/heads/0.13.1 3042b3057 -> 57674b087
SAMZA-1398: update release version for gradle.properties, and tests.json and READ⦠â¦ME in samza-test Author: Fred Ji <[email protected]> Reviewers: Xinyu Liu <[email protected]> Closes #276 from fredji97/0.13.1 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/57674b08 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/57674b08 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/57674b08 Branch: refs/heads/0.13.1 Commit: 57674b087f03c016049f2fdb5c8cdfbe62b9756e Parents: 3042b30 Author: Fred Ji <[email protected]> Authored: Wed Aug 16 16:54:51 2017 -0700 Committer: Xinyu Liu <[email protected]> Committed: Wed Aug 16 16:54:51 2017 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- samza-test/src/main/config/join/README | 10 +++++----- samza-test/src/main/python/configs/tests.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/57674b08/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index f3cfad7..37e116e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. group=org.apache.samza -version=0.13.1-SNAPSHOT +version=0.13.1 scalaVersion=2.11 gradleVersion=2.8 http://git-wip-us.apache.org/repos/asf/samza/blob/57674b08/samza-test/src/main/config/join/README ---------------------------------------------------------------------- diff --git a/samza-test/src/main/config/join/README b/samza-test/src/main/config/join/README index 01a354b..776ffe3 100644 --- a/samza-test/src/main/config/join/README +++ b/samza-test/src/main/config/join/README @@ -44,17 +44,17 @@ Deploy Zookeeper, YARN and Kafka: > cd $HELLO_SAMZA_SRC > for i in zookeeper kafka yarn; do ./bin/grid install $i; ./bin/grid start > $i; done -Update the "yarn.package.path" to $DEPLOY_DIR/samza-test_2.11-0.13.1-SNAPSHOT.tgz +Update the "yarn.package.path" to $DEPLOY_DIR/samza-test_2.11-0.13.1.tgz > cd $SAMZA_SRC > vi samza-test/src/main/config/join/common.properties -yarn.package.path=file:///path/to/samza-hello-samza/deploy/samza-test_2.11-0.13.1-SNAPSHOT.tgz +yarn.package.path=file:///path/to/samza-hello-samza/deploy/samza-test_2.11-0.13.1.tgz Then release and extract the test tarball: > cd $SAMZA_SRC > ./gradlew releaseTestJobs -> cp samza-test/build/distributions/samza-test_2.11-0.13.1-SNAPSHOT.tgz $DEPLOY_DIR +> cp samza-test/build/distributions/samza-test_2.11-0.13.1.tgz $DEPLOY_DIR > mkdir $DEPLOY_DIR/samza -> tar -xvf $DEPLOY_DIR/samza-test_2.11-0.13.1-SNAPSHOT.tgz -C $DEPLOY_DIR/samza +> tar -xvf $DEPLOY_DIR/samza-test_2.11-0.13.1.tgz -C $DEPLOY_DIR/samza Finally, create the kafka topics and start the samza jobs: > ./bin/setup-int-test.sh $DEPLOY_DIR @@ -82,4 +82,4 @@ Then run the python script to start the test: --yarn-dir=$DEPLOY_DIR/yarn \ --yarn-host=localhost \ --kill-kafka \ - --kill-container \ No newline at end of file + --kill-container http://git-wip-us.apache.org/repos/asf/samza/blob/57674b08/samza-test/src/main/python/configs/tests.json ---------------------------------------------------------------------- diff --git a/samza-test/src/main/python/configs/tests.json b/samza-test/src/main/python/configs/tests.json index 0d37c30..2a5d57b 100644 --- a/samza-test/src/main/python/configs/tests.json +++ b/samza-test/src/main/python/configs/tests.json @@ -1,5 +1,5 @@ { - "samza_executable": "samza-test_2.11-0.13.1-SNAPSHOT.tgz", + "samza_executable": "samza-test_2.11-0.13.1.tgz", "samza_install_path": "deploy/smoke_tests", "samza_config_factory": "org.apache.samza.config.factories.PropertiesConfigFactory" }
