Skip to content

Commit

Permalink
[Release-1.5.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
paynie committed May 2, 2018
1 parent a9f82a2 commit 302163c
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions angel-ps/bin/angel-submit
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

# export HADOOP_HOME="/data/tesla/tdwgaia_angel"
# export JAVA_HOME="/data/tesla/jdk1.8.0_101"
export ANGEL_VERSION=1.5.0
# export HADOOP_HOME=""
# export JAVA_HOME=""
export ANGEL_VERSION=1.5.1
export PATH=${JAVA_HOME}/bin:$PATH

if [ "${HADOOP_HOME}" = "" ]; then
Expand Down
6 changes: 3 additions & 3 deletions angel-ps/bin/angel-submit-with-jarvis
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

export HADOOP_HOME="/data/tesla/tdwgaia_angel"
export JAVA_HOME="/data/tesla/jdk1.8.0_101"
export ANGEL_VERSION=1.5.0
# export HADOOP_HOME=""
# export JAVA_HOME=""
export ANGEL_VERSION=1.5.1
export PATH=$JAVA_HOME/bin:$PATH

if [ "$HADOOP_HOME" = "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion angel-ps/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-ps</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<artifactId>angel-ps-core</artifactId>
<name>angel-ps-core</name>
Expand Down
2 changes: 1 addition & 1 deletion angel-ps/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-ps</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>

<artifactId>angel-ps-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion angel-ps/mllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-ps</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>angel-ps-mllib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion angel-ps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion angel-ps/psf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-ps</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>angel-ps-psf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion angel-ps/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-ps</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>angel-ps-serving</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion angel-ps/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-ps</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>

<artifactId>angel-ps-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>

<artifactId>angel-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.tencent.angel</groupId>
<artifactId>angel</artifactId>
<packaging>pom</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>angel</name>
<properties>
<hadoop-version>2.2.0</hadoop-version>
Expand Down
2 changes: 1 addition & 1 deletion spark-on-angel/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>spark-on-angel</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-on-angel/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>spark-on-angel</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-on-angel/mllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>spark-on-angel</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-on-angel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.tencent.angel</groupId>
<artifactId>angel</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 302163c

Please sign in to comment.