Skip to content

Commit

Permalink
Added MLlib dependency on SQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbradley committed Nov 2, 2014
1 parent e1f7b9c commit 34a5831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions mllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<artifactId>spark-core_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@

package org.apache.spark.sql.catalyst

import org.apache.spark.sql.catalyst.annotation.SQLUserDefinedType

import scala.collection.mutable
import scala.reflect.runtime.universe._

import org.apache.spark.sql.catalyst.annotation.SQLUserDefinedType
import org.apache.spark.sql.catalyst.types.UserDefinedType

import scala.reflect.runtime.universe._

/**
* Global registry for user-defined types (UDTs).
*/
Expand Down

0 comments on commit 34a5831

Please sign in to comment.