From dae538a4d7c36191c1feb02ba87ffc624ab960dc Mon Sep 17 00:00:00 2001 From: Pravin Gadakh Date: Thu, 28 Apr 2016 15:59:18 -0700 Subject: [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mllib-local ## What changes were proposed in this pull request? This PR adds `since` tag into the matrix and vector classes in spark-mllib-local. ## How was this patch tested? Scala-style checks passed. Author: Pravin Gadakh Closes #12416 from pravingadakh/SPARK-14613. --- external/docker-integration-tests/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'external/docker-integration-tests') diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml index 53a24f3e06..f67e2a993f 100644 --- a/external/docker-integration-tests/pom.xml +++ b/external/docker-integration-tests/pom.xml @@ -128,9 +128,10 @@ org.apache.spark - spark-test-tags_${scala.binary.version} + spark-tags_${scala.binary.version} ${project.version} test + tests mysql -- cgit v1.2.3