You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by ey...@apache.org on 2018/02/13 08:39:21 UTC

[incubator-amaterasu] branch master updated (2fb1762 -> 3481ca5)

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

eyalb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git.


    from 2fb1762  Merge pull request #5 from roadan/AMATERASU-17
     add 44b2be3  added active mq brocker
     add 7db0d42  register brocker with zookeeper
     add 0c4b39c  register brocker with zookeeper
     add c8a5484  job with active mq is running successfuly
     add c0d049b  client registers via zookeeper
     add 6531209  added YARN notifications
     new 3481ca5  Merge pull request #6 from roadan/AMATERASU-15

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.


Summary of changes:
 common/build.gradle                                |  1 +
 .../common/execution/actions/Notifier.scala        | 25 +++---
 executor/build.gradle                              |  2 +
 .../executor/common/executors/ActiveNotifier.scala | 72 +++++++++++++++++
 .../executor/mesos/executors/MesosNotifier.scala   | 12 +--
 .../executor/yarn/executors/ActionsExecutor.scala  | 17 +---
 .../amaterasu/runners/spark/SparkScalaRunner.scala |  8 +-
 leader/build.gradle                                | 17 ++--
 .../org/apache/amaterasu/leader/yarn/Client.java   | 92 +++++++++++++++-------
 .../leader/execution/actions/Action.scala          |  4 +-
 .../leader/utilities/ActiveReportListener.scala    | 56 +++++++++++++
 .../amaterasu/leader/yarn/ApplicationMaster.scala  | 73 ++++++++++++++---
 leader/src/main/scripts/log4j.properties           |  2 +-
 13 files changed, 298 insertions(+), 83 deletions(-)
 create mode 100644 executor/src/main/scala/org/apache/amaterasu/executor/common/executors/ActiveNotifier.scala
 create mode 100644 leader/src/main/scala/org/apache/amaterasu/leader/utilities/ActiveReportListener.scala

-- 
To stop receiving notification emails like this one, please contact
eyalb@apache.org.

[incubator-amaterasu] 01/01: Merge pull request #6 from roadan/AMATERASU-15

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

eyalb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git

commit 3481ca5c19fdb93878c35b3f0b490b742c260a93
Merge: 2fb1762 6531209
Author: Eyal Ben Ivri <ey...@gmail.com>
AuthorDate: Tue Feb 13 09:39:19 2018 +0100

    Merge pull request #6 from roadan/AMATERASU-15
    
    Let's open an improvement ticket regarding the suggestion made here

 common/build.gradle                                |  1 +
 .../common/execution/actions/Notifier.scala        | 25 +++---
 executor/build.gradle                              |  2 +
 .../executor/common/executors/ActiveNotifier.scala | 72 +++++++++++++++++
 .../executor/mesos/executors/MesosNotifier.scala   | 12 +--
 .../executor/yarn/executors/ActionsExecutor.scala  | 17 +---
 .../amaterasu/runners/spark/SparkScalaRunner.scala |  8 +-
 leader/build.gradle                                | 17 ++--
 .../org/apache/amaterasu/leader/yarn/Client.java   | 92 +++++++++++++++-------
 .../leader/execution/actions/Action.scala          |  4 +-
 .../leader/utilities/ActiveReportListener.scala    | 56 +++++++++++++
 .../amaterasu/leader/yarn/ApplicationMaster.scala  | 73 ++++++++++++++---
 leader/src/main/scripts/log4j.properties           |  2 +-
 13 files changed, 298 insertions(+), 83 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
eyalb@apache.org.