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. --- yarn/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'yarn/pom.xml') diff --git a/yarn/pom.xml b/yarn/pom.xml index 328bb6678d..d0b6077560 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -53,7 +53,9 @@ org.apache.spark - spark-test-tags_${scala.binary.version} + spark-tags_${scala.binary.version} + test + tests org.apache.hadoop -- cgit v1.2.3