
spark
iteye_15461
这个作者很懒,什么都没留下…
展开
-
aggregate
First lets see how parallelize splits your data between partitions:val x = sc.parallelize(List("12","23","345","4567"), 2)x.glom.collect// Array[Array[String]] = Array(Array(12, 23), Array(34...原创 2016-08-02 16:12:44 · 200 阅读 · 0 评论 -
sbt eclipse idel
https://github.com/mpeltonen/sbt-ideaaddSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.0.1")addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")原创 2016-11-21 16:43:53 · 337 阅读 · 0 评论 -
spark marven elipse
参看附件 下载地址 http://scala-ide.org/download/current.html原创 2016-11-15 17:35:25 · 336 阅读 · 0 评论 -
winutils.ex e in the Hadoop binaries
16/11/15 09:02:55 ERROR Shell: Failed to locate the winutils binary in the hadoop binary pathjava.io.IOException: Could not locate executable D:\hadoop-2.7.3\bin\winutils.exe in the Hadoop bina...原创 2016-11-15 09:34:52 · 227 阅读 · 0 评论 -
关联规则 置信度定义
关联规则中相关定义在附件中有定义原创 2016-11-07 17:39:43 · 1719 阅读 · 0 评论 -
spark marven
https://sparktutorials.github.io/2015/04/02/setting-up-a-spark-project-with-maven.html原创 2016-10-31 10:12:13 · 207 阅读 · 0 评论 -
Scala class 和case class的区别
https://www.iteblog.com/archives/1508原创 2016-10-21 09:47:28 · 176 阅读 · 0 评论 -
Setting up Spark with Gradle
https://sparktutorials.github.io/2015/04/03/setting-up-spark-with-gradle.html原创 2016-10-17 15:24:14 · 211 阅读 · 0 评论 -
spark maven IntelliJ IDEA elipse
https://sparktutorials.github.io/2015/04/02/setting-up-a-spark-project-with-maven.html原创 2016-10-17 15:19:38 · 184 阅读 · 0 评论 -
intelliJ 单机无sbt调试
http://blog.youkuaiyun.com/javastart/article/details/43372977http://www.tuicool.com/articles/JFfiiqf单机 调试 spark 如果不用sbt,需要下载1.6版本才有 spark-assembly-1.6.0-hadoop2.6.0.jar 相关类似的jar ...原创 2016-11-21 17:07:02 · 340 阅读 · 0 评论