You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bo...@apache.org on 2020/11/20 01:08:55 UTC

[samza] annotated tag release-1.6.0-rc0 created (now ed7863c)

This is an automated email from the ASF dual-hosted git repository.

boryas pushed a change to annotated tag release-1.6.0-rc0
in repository https://gitbox.apache.org/repos/asf/samza.git.


      at ed7863c  (tag)
 tagging b5647fc1cd1d58325643527549da6604dee4b440 (commit)
 replaces release-0.13.0-rc0
      by Boris Shkolnik
      on Thu Nov 19 16:45:25 2020 -0800

- Log -----------------------------------------------------------------
Apache Samza 1.6.0 release candidate 0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQEcBAABAgAGBQJftxGqAAoJED6OsXvSEDRThncH/0432YjBBKuNEWf2isAOsPsl
1848xMj2f9BMod7ancEH8n8qYWkX0VZnzekwUxptxuUMgYkLZZSaKcCRDok1YJOc
jXJJ/fEXSD4DiWTXn7t9uWUI/JLAnWxY/shNVmiItfocEUhF6ZEmnHNXOZelYoKd
JiMZLMagtcSEUc3QiZx13/diOKf1TpXr2tHXx+PsvqOOzEpNI+/Fj9/nPqvLfOYf
SB88/XSULOOcIKDkJxDatU74LyWnH7BsnNFuYiPlS5+IizmT981FnQ35U3oCZeOL
kZiGjKitJrfuInItJGZaqYI7xLapr3Ag3vni0IDct+/oPTTcQ84pLhjt683aAmI=
=AqgC
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new b5647fc  use version without -SNAPSHOT for the release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[samza] 01/01: use version without -SNAPSHOT for the release

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

boryas pushed a commit to annotated tag release-1.6.0-rc0
in repository https://gitbox.apache.org/repos/asf/samza.git

commit b5647fc1cd1d58325643527549da6604dee4b440
Author: Boris Shkolnik <bs...@bshkolni-ld1.linkedin.biz>
AuthorDate: Wed Nov 18 10:56:25 2020 -0800

    use version without -SNAPSHOT for the release
---
 gradle.properties                              | 2 +-
 samza-test/src/main/config/join/README         | 8 ++++----
 samza-test/src/main/python/configs/tests.json  | 2 +-
 samza-test/src/main/python/stream_processor.py | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 6fb78db..333d7d4 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=1.6.0-SNAPSHOT
+version=1.6.0
 scalaSuffix=2.11
 
 # after changing this value, run `$ ./gradlew wrapper` and commit the resulting changed files
diff --git a/samza-test/src/main/config/join/README b/samza-test/src/main/config/join/README
index 1bb220e..8215948 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-1.6.0-SNAPSHOT.tgz
+Update the "yarn.package.path" to $DEPLOY_DIR/samza-test_2.11-1.6.0.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-1.6.0-SNAPSHOT.tgz
+yarn.package.path=file:///path/to/samza-hello-samza/deploy/samza-test_2.11-1.6.0.tgz
 
 Then release and extract the test tarball:
 > cd $SAMZA_SRC
 > ./gradlew releaseTestJobs
-> cp samza-test/build/distributions/samza-test_2.11-1.6.0-SNAPSHOT.tgz $DEPLOY_DIR
+> cp samza-test/build/distributions/samza-test_2.11-1.6.0.tgz $DEPLOY_DIR
 > mkdir $DEPLOY_DIR/samza
-> tar -xvf $DEPLOY_DIR/samza-test_2.11-1.6.0-SNAPSHOT.tgz -C $DEPLOY_DIR/samza
+> tar -xvf $DEPLOY_DIR/samza-test_2.11-1.6.0.tgz -C $DEPLOY_DIR/samza
 
 Finally, create the kafka topics and start the samza jobs:
 > ./bin/setup-int-test.sh $DEPLOY_DIR
diff --git a/samza-test/src/main/python/configs/tests.json b/samza-test/src/main/python/configs/tests.json
index 7f5d5da..53cc90b 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-1.6.0-SNAPSHOT.tgz",
+  "samza_executable": "samza-test_2.11-1.6.0.tgz",
   "samza_install_path": "deploy/smoke_tests",
   "samza_config_loader_factory": "org.apache.samza.config.loaders.PropertiesConfigLoaderFactory"
 }
diff --git a/samza-test/src/main/python/stream_processor.py b/samza-test/src/main/python/stream_processor.py
index f42590b..a57097f 100644
--- a/samza-test/src/main/python/stream_processor.py
+++ b/samza-test/src/main/python/stream_processor.py
@@ -43,7 +43,7 @@ class StreamProcessor:
         logger.info('Running processor start command: {0}'.format(self.processor_start_command))
         self.deployment_config = {
             'install_path': os.path.join(runtime.get_active_config('remote_install_path'), 'deploy/{0}'.format(self.processor_id)),
-            'executable': 'samza-test_2.11-1.6.0-SNAPSHOT.tgz',
+            'executable': 'samza-test_2.11-1.6.0.tgz',
             'post_install_cmds': [],
             'start_command': self.processor_start_command,
             'stop_command': '',