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 4f48c70  Merge branch 'nadav-har-tzvi-AMATERASU-45-Rebase'
     new e728530  Merge pull request #1 from apache/master
     new 73e5166  Merge branch 'master' of 
https://github.com/apache/incubator-amaterasu
     new 91bdc78  WIP moving mesos to docker
     new 7fa296a  WIP add docker to mesos
     new 190b4b6  change image for mesos
     new ec4077d  merge with master
     new edd4955  spark on docker wip
     new 9121113  Merge branch 'master' of 
https://github.com/apache/incubator-amaterasu
     new 5b5abd4  Merge branch 'master' of 
https://github.com/apache/incubator-amaterasu
     new b749df7  AMATERASU-76 add user/pass authentication for private repos
     new c3f175f  AMATERASU-76 adding base authentication to mesos jobs in 
private repos
     new e76afd5  fix test runner method signature
     new 4893933  fix job parser
     new 41adc01  fix tests
     new 2289514  adding python to travis
     new eb54335  adding python to travis
     new c1a2e9e  messos supports both with and without auth
     new e6eba92  git auth fixed on YARN
     new 0b894e6  making python3 point to python
     new f5eaa7d  installing setuptools
     new 27a4468  installing setuptools
     new 03509ca  installing setuptools
     new b059db4  Merge pull request #50 from yarivt/master

The 769 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:
 .travis.yml                                        |  11 ++-
 build.gradle                                       |   6 ++
 .../common/configuration/enums/ActionStatus.kt     |   1 +
 .../mesos/executors/MesosActionsExecutor.scala     |   3 +
 .../dist/amaterasu_pandas-0.2.0-incubating-rc4.zip | Bin 8304 -> 8304 bytes
 .../dist/amaterasu_python-0.2.0-incubating-rc4.zip | Bin 6167 -> 6167 bytes
 .../amaterasu_pyspark-0.2.0-incubating-rc4.zip     | Bin 14488 -> 14488 bytes
 gradle/wrapper/gradle-wrapper.properties           |   1 +
 .../apache/amaterasu/leader/common/dsl/GitUtil.kt  |   6 +-
 .../amaterasu/leader/common/dsl/JobParser.kt       |   3 +-
 .../amaterasu/leader/common/execution/JobLoader.kt |  18 ++--
 .../leader/common/execution/actions/Action.kt      |   6 ++
 .../amaterasu/leader/common/launcher/AmaOpts.kt    |   7 +-
 .../amaterasu/leader/common/launcher/ArgsParser.kt |   3 +-
 .../amaterasu/leader/yarn/AppMasterArgsParser.kt   |   2 +-
 .../amaterasu/leader/yarn/ApplicationMaster.kt     |   7 +-
 .../amaterasu/leader/execution/JobLoader.scala     | 105 ---------------------
 .../amaterasu/leader/mesos/MesosJobLauncher.scala  |   2 +
 .../leader/mesos/schedulers/JobScheduler.scala     |  15 ++-
 .../apache/amaterasu/leader/utilities/Args.scala   |  15 ++-
 leader/src/main/scripts/ama-start-mesos.sh         |  20 ++++
 leader/src/main/scripts/ama-start-yarn.sh          |  18 ++++
 .../common/execution/JobRestoreTests.scala         |   5 +-
 .../apache/amaterasu/integration/GitTests.scala    |   2 +-
 .../amaterasu/sdk/frameworks/TestRunnerProvider.kt |   5 +-
 .../dist/amaterasu-sdk-0.2.0-incubating-rc4.zip    | Bin 15020 -> 15020 bytes
 26 files changed, 131 insertions(+), 130 deletions(-)
 delete mode 100755 
leader/src/main/scala/org/apache/amaterasu/leader/execution/JobLoader.scala

Reply via email to