随笔分类 -  Spark开发

开发系列:03、Spark Streaming Custom Receivers(译)
摘要:Spark Streaming can receive streaming data from any arbitrary data source beyond the one’s for which it has in-built support (that is, beyond Flume, K... 阅读全文

posted @ 2014-09-12 10:27 宁 弘道 阅读(627) 评论(0) 推荐(0)

开发系列:02、使用Scala和SBT开发Spark应用
摘要:1、SBT添加插件.sbt/0.13/plugins/plugins.sbt 没用手工创建1 addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")2 3 addSbtPlugin("com.github.mp... 阅读全文

posted @ 2014-09-12 10:19 宁 弘道 阅读(356) 评论(0) 推荐(0)

开发系列:01、使用Java和Maven开发Spark应用
摘要:1、POM.xml 1 3 4.0.0 4 5 org.hansight.spark 6 examples 7 0.0.1-SNAPSHOT 8 jar 9 10 examples 11 http://maven.apac... 阅读全文

posted @ 2014-09-12 10:18 宁 弘道 阅读(2007) 评论(0) 推荐(0)

导航