This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch python-api
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git.
from 798cdb6 Merge pull request #4 from berttty/main
add 9e07bd8 [UPDATE] Update the header licences in the pom to an longer
one
add 3b15d1d [DOCS] add documentation about how to compile
add 9e57705 Merge pull request #5 from berttty/main
add dc0e973 - Made the antlr and scala profiles activate themselves
on-demand - Cleaned up the oder of entries in the pom.xmls - Added a
prerequisiteCheck.groovy to check all known conditions before starting the
build and giving the user feedback on what he has to do.
add 1f33529 Merge pull request #6 from apache/feature/build-optimizing
add 2321895 - Changed the prerequisiteCheck.groovy to only check the
HADOOP_HOME is set for Windows systems
add 0b4b2cf - Updated the Jenkinsfile to work on ASF Infra
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 2 +-
build.md | 37 ++++
pom.xml | 169 ++++++++++++++---
src/main/script/prerequisiteCheck.groovy | 211 +++++++++++++++++++++
wayang-api/pom.xml | 31 +--
wayang-api/wayang-api-python/pom.xml | 32 ++--
wayang-api/wayang-api-scala-java/pom.xml | 32 ++--
wayang-commons/pom.xml | 20 +-
wayang-commons/wayang-basic/pom.xml | 31 +--
wayang-commons/wayang-core/pom.xml | 36 ++--
.../core/util/mathex/ExpressionBuilderTest.java | 3 +-
wayang-distro/pom.xml | 31 +--
wayang-extensions/pom.xml | 32 ++--
wayang-extensions/wayang-iejoin/pom.xml | 5 +-
wayang-platforms/pom.xml | 31 +--
wayang-platforms/wayang-flink/pom.xml | 35 ++--
wayang-platforms/wayang-giraph/pom.xml | 34 ++--
wayang-platforms/wayang-graphchi/pom.xml | 33 ++--
wayang-platforms/wayang-java/pom.xml | 35 ++--
.../java/operators/JavaObjectFileSinkTest.java | 2 +
wayang-platforms/wayang-jdbc-template/pom.xml | 33 ++--
wayang-platforms/wayang-postgres/pom.xml | 34 ++--
wayang-platforms/wayang-spark/pom.xml | 34 ++--
.../spark/operators/SparkObjectFileSinkTest.java | 2 +
wayang-platforms/wayang-sqlite3/pom.xml | 34 ++--
wayang-profiler/pom.xml | 33 ++--
wayang-tests-integration/pom.xml | 39 ++--
27 files changed, 786 insertions(+), 265 deletions(-)
create mode 100644 build.md
create mode 100644 src/main/script/prerequisiteCheck.groovy