You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by ya...@apache.org on 2018/06/22 00:14:39 UTC

[incubator-amaterasu] branch version-0.2.0-incubating-rc4 updated: added release commitish and tag

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

yaniv pushed a commit to branch version-0.2.0-incubating-rc4
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git


The following commit(s) were added to refs/heads/version-0.2.0-incubating-rc4 by this push:
     new 0bfaaef  added release commitish and tag
0bfaaef is described below

commit 0bfaaef9b4d0d65235e218cec92e55497935b0d9
Author: Yaniv Rodenski <ro...@gmail.com>
AuthorDate: Fri Jun 22 10:14:06 2018 +1000

    added release commitish and tag
---
 .travis.yml                                  | 2 ++
 build.gradle                                 | 2 +-
 leader/src/main/scripts/ama-start-yarn.sh    | 2 +-
 leader/src/main/scripts/amaterasu.properties | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2954be0..054215c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,8 @@ deploy:
   file_glob: true
   file: 'build/distributions/apache-amaterasu-*.tar'
   skip_cleanup: true
+  target_commitish: $TRAVIS_COMMIT # <--------both used
+  tag_name: $TRAVIS_TAG # <--------both used
   on:
     repo: apache/incubator-amaterasu
     all_branches: true
diff --git a/build.gradle b/build.gradle
index 79b926f..0f11347 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ apply plugin: 'distribution'
 
 allprojects {
     group 'org.apache.amaterasu'
-    version '0.2.0-incubating-rc3'
+    version '0.2.0-incubating-rc4'
 }
 
 project(':leader')
diff --git a/leader/src/main/scripts/ama-start-yarn.sh b/leader/src/main/scripts/ama-start-yarn.sh
index c0f8d52..8aa58f1 100755
--- a/leader/src/main/scripts/ama-start-yarn.sh
+++ b/leader/src/main/scripts/ama-start-yarn.sh
@@ -102,7 +102,7 @@ done
 echo "repo: ${REPO} "
 echo "force-bin: ${FORCE_BIN}"
 export HADOOP_USER_CLASSPATH_FIRST=true
-CMD="yarn jar ${BASEDIR}/bin/leader-0.2.0-incubating-rc3-all.jar org.apache.amaterasu.leader.yarn.Client --home ${BASEDIR}"
+CMD="yarn jar ${BASEDIR}/bin/leader-0.2.0-incubating-rc4-all.jar org.apache.amaterasu.leader.yarn.Client --home ${BASEDIR}"
 
 if [ -n "$REPO" ]; then
     echo "repo is ${REPO}"
diff --git a/leader/src/main/scripts/amaterasu.properties b/leader/src/main/scripts/amaterasu.properties
index 5cd6638..0bd7afd 100755
--- a/leader/src/main/scripts/amaterasu.properties
+++ b/leader/src/main/scripts/amaterasu.properties
@@ -13,7 +13,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 zk=127.0.0.1
-version=0.2.0-incubating-rc3
+version=0.2.0-incubating-rc4
 master=192.168.33.11
 user=root
 mode=yarn