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
[email protected].