You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by pm...@apache.org on 2018/10/19 22:07:19 UTC

samza git commit: Update Samza version for 1.0.0 release branch.

Repository: samza
Updated Branches:
  refs/heads/1.0.0 [created] ba90a51c8


Update Samza version for 1.0.0 release branch.


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/ba90a51c
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/ba90a51c
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/ba90a51c

Branch: refs/heads/1.0.0
Commit: ba90a51c81ca8e726050119658aac1a16aa34f64
Parents: 880d2f0
Author: Prateek Maheshwari <pm...@apache.org>
Authored: Fri Oct 19 15:06:23 2018 -0700
Committer: Prateek Maheshwari <pm...@apache.org>
Committed: Fri Oct 19 15:06:23 2018 -0700

----------------------------------------------------------------------
 gradle.properties                             | 2 +-
 samza-test/src/main/config/join/README        | 4 ++--
 samza-test/src/main/python/configs/tests.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/ba90a51c/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index c7e8447..615a77d 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.0.0-SNAPSHOT
+version=1.0.0
 scalaVersion=2.11
 
 gradleVersion=2.8

http://git-wip-us.apache.org/repos/asf/samza/blob/ba90a51c/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 8ec3603..c5820f6 100644
--- a/samza-test/src/main/config/join/README
+++ b/samza-test/src/main/config/join/README
@@ -44,7 +44,7 @@ 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.15.0-SNAPSHOT.tgz
+Update the "yarn.package.path" to $DEPLOY_DIR/samza-test_2.11-1.0.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-0.15.0-SNAPSHOT.tgz
@@ -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/ba90a51c/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 59db9db..a53cc46 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.15.0-SNAPSHOT.tgz",
+  "samza_executable": "samza-test_2.11-1.0.0.tgz",
   "samza_install_path": "deploy/smoke_tests",
   "samza_config_factory": "org.apache.samza.config.factories.PropertiesConfigFactory"
 }