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

rawkintrevo pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git.


    from bc494c0  added builder docker
     add e02d172  - Major update to a lot of aspects
     add 9d59aa1  - Exclude some strange dependency to jdk.tools in the 
hbase-client
     add 6c21f91  - Some more work on the build -- Managed all third party 
dependencies in the master pom -- Introduced a new "development" profile which 
does the "lib" directory copying and cleaning
     add f9b8781  - Pulled in some cleanups ...
     add 9212ae5  Merge pull request #395 from chrisdutz/feature/build-cleanup
     add 0b847cc  - Moved the community modules into a separate profile.
     add aca4e6e  - Added the profile to the distribution to allow 
distributions without the community artifacts
     add 4626fdd  Merge pull request #396 from chrisdutz/feature/build-cleanup
     add a51a8df  added builder docker
     add 8d2d346  added builder readme
     add 9fc20c8  - Moved the mahout-spark-cli-drivers module to the community 
profile
     add 60bdf96  Merge branch 'trunk' into build-cleanup
     new ed701bb  Merge pull request #400 from apache/build-cleanup

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:
 README.md                                          |    4 +-
 buildtools/pom.xml                                 |    4 +-
 community/community-engines/flink-batch/pom.xml    |  177 +--
 community/community-engines/h2o/pom.xml            |  202 +--
 community/community-engines/pom.xml                |   48 +-
 community/mahout-mr/integration/pom.xml            |  178 +--
 .../text/MailArchivesClusteringAnalyzer.java       |   10 +-
 .../mahout/text/wikipedia/WikipediaAnalyzer.java   |   15 +-
 .../apache/mahout/utils/vectors/VectorHelper.java  |    5 -
 .../utils/vectors/lucene/CachedTermInfo.java       |    9 +-
 .../mahout/utils/vectors/lucene/ClusterLabels.java |   16 +-
 .../mahout/text/doc/NumericFieldDocument.java      |   13 +-
 .../mahout/utils/vectors/lucene/DriverTest.java    |    3 +-
 community/mahout-mr/mr-examples/pom.xml            |   67 +-
 community/mahout-mr/mr/pom.xml                     |  128 +-
 community/mahout-mr/mr/src/main/assembly/job.xml   |    6 +-
 .../org/apache/mahout/driver/MahoutDriverTest.java |    2 +
 community/mahout-mr/pom.xml                        |  111 +-
 community/pom.xml                                  |   60 +-
 community/spark-cli-drivers/pom.xml                |  237 +---
 core/pom.xml                                       |  278 ++--
 distribution/pom.xml                               |  228 +--
 distribution/src/main/assembly/bin.xml             |   89 ++
 distribution/src/main/resources/assembly/bin.xml   |  125 --
 distribution/src/main/resources/assembly/src.xml   |   86 --
 .../examples}/bin/SparseSparseDrmTimer.mscala      |    0
 .../resources/default/examples}/bin/basicOLS.scala |   18 +-
 .../default/examples}/bin/cco-lastfm.scala         |    0
 .../examples}/bin/resources/cf-data-purchase.txt   |    0
 .../examples}/bin/resources/cf-data-view.txt       |    0
 .../default/examples}/bin/run-item-sim.sh          |    0
 .../examples}/bin/spark-document-classifier.mscala |    0
 .../resources/executable/bin}/compute-classpath.sh |    0
 .../resources/executable/bin}/load-shell.scala     |    0
 .../src/main/resources/executable/bin}/mahout      |    0
 .../executable/bin}/mahout-load-spark-env.sh       |    0
 .../executable/bin}/mahout-spark-class.sh          |    0
 .../src/main/resources/executable/bin}/mahout.cmd  |    0
 .../resources/executable/conf}/log4j.properties    |    0
 .../bin/lda.algorithm => docker/build/Dockerfile   |   35 +-
 docker/build/README.md                             |   19 +
 engine/hdfs/pom.xml                                |  132 +-
 .../org/apache/mahout/math/MatrixWritableTest.java |    4 +-
 .../java/org/apache/mahout/math/VarintTest.java    |    2 +-
 .../org/apache/mahout/math/VectorWritableTest.java |    2 +-
 engine/pom.xml                                     |   32 +-
 engine/spark/pom.xml                               |  203 +--
 examples/pom.xml                                   |   44 -
 experimental/pom.xml                               |   46 +-
 experimental/viennacl-omp/pom.xml                  |  228 +--
 experimental/viennacl/pom.xml                      |  220 +--
 flaky-tests.adoc                                   |   20 +
 pom.xml                                            | 1495 ++++++++++++--------
 53 files changed, 1815 insertions(+), 2786 deletions(-)
 create mode 100644 distribution/src/main/assembly/bin.xml
 delete mode 100644 distribution/src/main/resources/assembly/bin.xml
 delete mode 100644 distribution/src/main/resources/assembly/src.xml
 rename {examples => 
distribution/src/main/resources/default/examples}/bin/SparseSparseDrmTimer.mscala
 (100%)
 rename {examples => 
distribution/src/main/resources/default/examples}/bin/basicOLS.scala (67%)
 rename {examples => 
distribution/src/main/resources/default/examples}/bin/cco-lastfm.scala (100%)
 rename {examples => 
distribution/src/main/resources/default/examples}/bin/resources/cf-data-purchase.txt
 (100%)
 rename {examples => 
distribution/src/main/resources/default/examples}/bin/resources/cf-data-view.txt
 (100%)
 rename {examples => 
distribution/src/main/resources/default/examples}/bin/run-item-sim.sh (100%)
 rename {examples => 
distribution/src/main/resources/default/examples}/bin/spark-document-classifier.mscala
 (100%)
 rename {bin => 
distribution/src/main/resources/executable/bin}/compute-classpath.sh (100%)
 rename {bin => 
distribution/src/main/resources/executable/bin}/load-shell.scala (100%)
 rename {bin => distribution/src/main/resources/executable/bin}/mahout (100%)
 rename {bin => 
distribution/src/main/resources/executable/bin}/mahout-load-spark-env.sh (100%)
 rename {bin => 
distribution/src/main/resources/executable/bin}/mahout-spark-class.sh (100%)
 rename {bin => distribution/src/main/resources/executable/bin}/mahout.cmd 
(100%)
 rename {conf => 
distribution/src/main/resources/executable/conf}/log4j.properties (100%)
 copy community/mahout-mr/mr-examples/bin/lda.algorithm => 
docker/build/Dockerfile (53%)
 delete mode 100644 examples/pom.xml
 create mode 100644 flaky-tests.adoc

Reply via email to