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 2019/04/16 04:27:10 UTC

[incubator-amaterasu] branch master updated (6992ebf -> b0b6472)

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

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


    from 6992ebf  Merge pull request #48 from roadan/AMATERASU-62
     new 2b21705  created file util
     new eee9347  fixed build
     new bd9bab8  add file download from S3 bucket
     new 54cdcb3  refatored the action executable to its own function
     new 398b1b9  yarn is integrated
     new b873978  resulves local executable on mesos
     new 94f7c3a  removed commented code
     new 80bfb32  removed dependency managment
     new b0b6472  Merge pull request #49 from roadan/AMATERASU-69

The 635 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                                |  13 ++-
 .../org/apache/amaterasu/common/utils/FileUtil.kt  | 100 +++++++++++++++++++++
 .../apache/amaterasu/common/utils/FileTestUtils.kt |  25 ++++++
 .../runners/providers/PySparkRunnerProvider.scala  |   1 +
 .../providers/SparkScalaRunnerProvider.scala       |   1 +
 .../providers/SparkSubmitScalaRunnerProvider.scala |  15 ++--
 .../amaterasu/leader/yarn/ApplicationMaster.kt     |  10 ++-
 .../leader/mesos/schedulers/JobScheduler.scala     |  40 +++++++--
 .../sdk/frameworks/RunnerSetupProvider.kt          |  26 +++++-
 9 files changed, 210 insertions(+), 21 deletions(-)
 create mode 100644 common/src/main/kotlin/org/apache/amaterasu/common/utils/FileUtil.kt
 create mode 100644 common/src/test/kotlin/org/apache/amaterasu/common/utils/FileTestUtils.kt