标签:io 使用 ar 文件 div sp on c line
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
name := "spark"
version := "1.0"
scalaVersion := "2.10.4"
libraryDependencies += "org.apache.spark" % "spark-core_2.10" % "1.0.2"
// TODO
标签:io 使用 ar 文件 div sp on c line
原文地址:http://www.cnblogs.com/chanxiu/p/3967835.html