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 74a1b9c added checking for multiline comments in scala
add 56bc31a added checking for multiline comments in scala
add 73b5c4a Merge branch 'version-0.2.0-incubating-rc3' of
github.com:apache/incubator-amaterasu into version-0.2.0-incubating-rc3
add 326c6d5 merged from master support for multiline comments
add e9ae2a2 removing the gradle-warpper.jar from source distribution
add f545b9e added missing licenses
add 0bfaaef added release commitish and tag
add bcfb782 removed release tag
add 11f0b30 adding tags back totravis releases
add 79be8fb AMATERASU-24 Refactor Spark out of Amaterasu executor to it's
own project
add cc9fa8a AMATERASU-24 - Refactor Spark out of Amaterasu executor to
it's own project
add 1273740 AMATERASU-24 - Refactor Spark out of Amaterasu executor to
it's own project
add abe3f29 Merge pull request #27 from arunma/RC4-RefactorFramework
add 4e21ef8 Revert "AMATERASU-24 Refactor Spark out of Amaterasu executor
to it's own project"
add 5c66d9d Merge pull request #29 from
apache/revert-27-RC4-RefactorFramework
new 172f60a Merge pull request #28 from
apache/version-0.2.0-incubating-rc4
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:
.gitignore => .gitattributes | 36 +--
.travis.yml | 1 +
LICENSE | 29 ++-
README.md | 11 +
build.gradle | 2 +-
.../main/resources/spark-version-info.properties | 15 ++
leader/src/main/resources/log4j.properties | 15 ++
leader/src/main/scripts/ama-start-yarn.sh | 2 +-
leader/src/main/scripts/amaterasu.properties | 2 +-
leader/src/test/resources/amaterasu.properties | 15 ++
leader/src/test/resources/simple-maki.yml | 19 +-
licenses/LICENSE-backport.txt | 270 ++++++++++++++++++++
licenses/LICENSE-cloudpickle.txt | 28 +++
licenses/LICENSE-codegen.txt | 9 +
licenses/LICENSE-conda.txt | 40 +++
licenses/LICENSE-heapq.txt | 280 +++++++++++++++++++++
licenses/LICENSE-join.txt | 30 +++
licenses/LICENSE-py4j.txt | 27 ++
18 files changed, 784 insertions(+), 47 deletions(-)
copy .gitignore => .gitattributes (70%)
mode change 100755 => 100644
create mode 100644 licenses/LICENSE-backport.txt
create mode 100644 licenses/LICENSE-cloudpickle.txt
create mode 100644 licenses/LICENSE-codegen.txt
create mode 100644 licenses/LICENSE-conda.txt
create mode 100644 licenses/LICENSE-heapq.txt
create mode 100644 licenses/LICENSE-join.txt
create mode 100644 licenses/LICENSE-py4j.txt