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

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


    from 754068b  [MAHOUT-2088] Update Apache parent pom to latest version (23) 
from 18 (#392)
     new e02d172  - Major update to a lot of aspects
     new 9d59aa1  - Exclude some strange dependency to jdk.tools in the 
hbase-client
     new 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
     new f9b8781  - Pulled in some cleanups ...
     new 9212ae5  Merge pull request #395 from chrisdutz/feature/build-cleanup

The 4399 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                               |  253 ++--
 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
 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                               |  204 +--
 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                                            | 1485 ++++++++++++--------
 51 files changed, 1789 insertions(+), 2774 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%)
 delete mode 100644 examples/pom.xml
 create mode 100644 flaky-tests.adoc

Reply via email to