博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页

2015年3月27日

摘要: 添加、删除、修改使用db.Execute(Sql)命令执行操作╔----------------╗☆ 数据记录筛选 ☆╚----------------╝注意:单双引号的用法可能有误(没有测试)Sql = "Select Distinct 字段名 From 数据表"Distinct函数,查询数据库存... 阅读全文

posted @ 2015-03-27 21:42 xymaqingxiang 阅读(532) 评论(0) 推荐(0)

摘要: 本文导读:1、基于storm的应用2、storm的单点故障解决3、strom与算法的结合学习4、杂记——常见问题的解答5、http://www.blogchong.com/catalog.asp?tags=问题整理(storm)Storm存在的一些问题:(V 0.7.4之前)1、编程门槛对普通用户较... 阅读全文

posted @ 2015-03-27 17:58 xymaqingxiang 阅读(634) 评论(0) 推荐(0)

摘要: Apache Maven is a software project management and comprehension tool 使用maven可以有效的管理项目中使用的JAR,特别是JAR之间的相互依赖。也是优秀的项目构建和单元测试的工具。1:下载最新版本的mavenhttp://ma... 阅读全文

posted @ 2015-03-27 17:33 xymaqingxiang 阅读(191) 评论(0) 推荐(0)

摘要: Setting Up a Development Environment搭建storm开发环境所需步骤:Download aStorm release, unpack it, and put the unpackedbin/directory on your PATH.(下载storm的releas... 阅读全文

posted @ 2015-03-27 11:10 xymaqingxiang 阅读(342) 评论(0) 推荐(0)

摘要: 一、在Eclipse中建立storm项目:具体步骤如下:1、在Eclipse中新建java project项目并导入jar包:File-> New -> Java Project ->随便取个名字-> Next -> Libraries -> add External JARs...-> 追加twi... 阅读全文

posted @ 2015-03-27 10:34 xymaqingxiang 阅读(902) 评论(0) 推荐(0)

摘要: 备注——使用: 1、单机版本: 启动zkServer、nimbus、supervisor、ui服务: 通过http://UI_Server:8080可以打开Storm Web UI看看Storm集群的状态。 在命令窗口输入: jps 可以查看各个进程的运行状态: 2、集群版本: 将此台nimbus电 阅读全文

posted @ 2015-03-27 09:04 xymaqingxiang 阅读(637) 评论(0) 推荐(0)

2015年3月26日

摘要: 阅读目录Storm来源初探再探构建第一个版本被Twitter收购开源的Storm发布之后Storm的技术演进构建开发者社区版离开Twitter提交到ApacheApache孵化结论Apache Storm最近成为了ASF的顶级项目,这对于该项目和我个人而言是一个重大的里程碑。很难想像4年前Storm... 阅读全文

posted @ 2015-03-26 18:02 xymaqingxiang 阅读(1621) 评论(0) 推荐(0)

2015年3月25日

摘要: This tutorial showed how to do basic stream processing on top of Storm. There's lots more things you can do with Storm's primitives. One of the most i... 阅读全文

posted @ 2015-03-25 21:21 xymaqingxiang 阅读(190) 评论(0) 推荐(0)

摘要: 事务拓扑是怎么回事?Storm guarantees that every message will be played through the topology at least once.Storm has a feature called transactional topologies th... 阅读全文

posted @ 2015-03-25 21:15 xymaqingxiang 阅读(405) 评论(0) 推荐(0)

摘要: Storm's reliability API: how Storm guarantees that every message coming off a spout will be fully processed.(storm的可靠性API: storm如何保证spout发出的每一个tuple都被... 阅读全文

posted @ 2015-03-25 21:12 xymaqingxiang 阅读(574) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页