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