This is an automated email from the ASF dual-hosted git repository. rawkintrevo pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/mahout.git
commit ed701bb28757403cb392146dcde7cfb606893772 Merge: bc494c0 60bdf96 Author: Trevor Grant <[email protected]> AuthorDate: Fri Jun 26 12:36:20 2020 -0500 Merge pull request #400 from apache/build-cleanup Build cleanup, I'm faster than AKM, lolol 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 .../build/Dockerfile | 32 +- 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, 1816 insertions(+), 2782 deletions(-)
