上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 188 下一页
摘要: https://kafka.apache.org/intro.html 阅读全文
posted @ 2017-10-31 17:03 papering 阅读(172) 评论(0) 推荐(0)
摘要: https://kafka.apache.org/intro.html Kafka as a Messaging System How does Kafka's notion of streams compare to a traditional enterprise messaging syste 阅读全文
posted @ 2017-10-31 12:03 papering 阅读(210) 评论(0) 推荐(0)
摘要: limit 阅读全文
posted @ 2017-10-31 11:22 papering 阅读(155) 评论(0) 推荐(0)
摘要: rmds mapper 阅读全文
posted @ 2017-10-31 11:21 papering 阅读(128) 评论(0) 推荐(0)
摘要: https://spark.apache.org/sql/ Performance & Scalability Spark SQL includes a cost-based optimizer, columnar storage and code generation to make querie 阅读全文
posted @ 2017-10-31 00:10 papering 阅读(209) 评论(0) 推荐(0)
摘要: sparksql hive https://databricks.com/blog/2014/07/01/shark-spark-sql-hive-on-spark-and-the-future-of-sql-on-spark.html https://cwiki.apache.org/conflu 阅读全文
posted @ 2017-10-30 23:43 papering 阅读(699) 评论(0) 推荐(0)
摘要: https://github.com/pingcap/tispark/commit/dcca23bfa1aa0c356a4280d82bc8301c0de08318 阅读全文
posted @ 2017-10-30 20:56 papering 阅读(234) 评论(0) 推荐(0)
摘要: SQL processing uses the following main components to execute a SQL query: The Parser checks both syntax and semantic analysis. The Optimizer uses cost 阅读全文
posted @ 2017-10-30 20:01 papering 阅读(532) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Groovy_(programming_language) Groovy offers simple, consistent syntax for handling lists and maps, reminiscent of Java's 阅读全文
posted @ 2017-10-30 19:54 papering 阅读(219) 评论(0) 推荐(0)
摘要: https://docs.oracle.com/javase/tutorial/essential/exceptions/try.html https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html An object 阅读全文
posted @ 2017-10-30 17:20 papering 阅读(264) 评论(0) 推荐(0)
摘要: ThrowableClass Error (unchecked) Exception IOException (checked) RuntimeException (unchecked) 阅读全文
posted @ 2017-10-30 14:58 papering 阅读(192) 评论(0) 推荐(0)
摘要: This is for MyHDFSCat = 18+3 阅读全文
posted @ 2017-10-30 10:04 papering 阅读(330) 评论(0) 推荐(0)
摘要: $ wc --helpUsage: wc [OPTION]... [FILE]... or: wc [OPTION]... --files0-from=FPrint newline, word, and byte counts for each FILE, and a total line ifmo 阅读全文
posted @ 2017-10-29 16:43 papering 阅读(264) 评论(0) 推荐(0)
摘要: 读取标准输入 #include "thread.h" #include "thread-sync.h" int n, count = 0; mutex_t lk = MUTEX_INIT(); void Tproduce() { while (1) { retry: mutex_lock(&lk); 阅读全文
posted @ 2017-10-29 16:08 papering 阅读(896) 评论(0) 推荐(0)
摘要: # 阅读全文
posted @ 2017-10-29 15:59 papering 阅读(138) 评论(0) 推荐(0)
摘要: ls 阅读全文
posted @ 2017-10-29 14:04 papering 阅读(450) 评论(0) 推荐(0)
摘要: sh UNIX shell Bourne Again Shell 阅读全文
posted @ 2017-10-29 11:27 papering 阅读(195) 评论(0) 推荐(0)
摘要: zookeeper 信息保管员 YARN 简介 https://www.ibm.com/developerworks/cn/data/library/bd-yarn-intro/index.html 阅读全文
posted @ 2017-10-29 11:10 papering 阅读(243) 评论(0) 推荐(0)
摘要: https://www.xenproject.org/ The Xen ProjectTM is the leading open source virtualization platform that is powering some of the largest clouds in produc 阅读全文
posted @ 2017-10-28 21:13 papering 阅读(215) 评论(0) 推荐(0)
摘要: 小结: 1、A file descriptor is considered ready if it is possible to perform the corresponding I/O operation (e.g., read(2)) without blocking. UNIX网络编程卷1: 阅读全文
posted @ 2017-10-28 12:58 papering 阅读(361) 评论(0) 推荐(0)
摘要: 32:+:1 x:1 x<=8 https://flume.apache.org/FlumeUserGuide.html#flume-topology-design Flume topology design 【拓扑 分层原因 0-缓冲1-路由】 The first step in designin 阅读全文
posted @ 2017-10-28 09:26 papering 阅读(238) 评论(0) 推荐(0)
摘要: A page, memory page, or virtual page is a fixed-length contiguous block of virtual memory, described by a single entry in the page table. It is the sm 阅读全文
posted @ 2017-10-28 02:48 papering 阅读(613) 评论(0) 推荐(0)
摘要: zh.wikipedia.org/wiki/面向服务的架构 【程序功能做为服务】 面向服务的体系结构(英语:service-oriented architecture)是构造分布式計算的应用程序的方法。它将应用程序功能作为服务发送给最终用户或者其他服务。 它采用开放标准、与软件资源进行交互并采用表示 阅读全文
posted @ 2017-10-27 22:31 papering 阅读(352) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/WildFly 【实现基于面向服务的架构SOA的web应用和服务】 WildFly,[1] formerly known as JBoss AS, or simply JBoss, is an application server auth 阅读全文
posted @ 2017-10-27 22:23 papering 阅读(249) 评论(0) 推荐(0)
摘要: 【hibernate ORM 是对象关系映射框架 事实上的持久化存储引擎】 http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html Object/Relational Mappin 阅读全文
posted @ 2017-10-27 21:46 papering 阅读(281) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/New_I/O_(Java) zh.wikipedia.org/wiki/Java_NIO Java NIO API提供在java.nio套件或其子套件中。 緩衝區的基本資料類型 字元集的編碼器和解碼器 基於Perl風格的正則表達式(在 j 阅读全文
posted @ 2017-10-27 21:25 papering 阅读(188) 评论(0) 推荐(0)
摘要: jetty netty 阅读全文
posted @ 2017-10-27 16:54 papering 阅读(282) 评论(0) 推荐(0)
摘要: http://azkaban.github.io/azkaban/docs/2.5/ There is no reason why MySQL was chosen except that it is a widely used DB. We are looking to implement com 阅读全文
posted @ 2017-10-27 16:50 papering 阅读(246) 评论(0) 推荐(0)
摘要: root@oneweek:~# ssh -i uat.pem root@110.5.15.6@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: UNPROTECTED PRIVATE KEY FILE! @@@@ 阅读全文
posted @ 2017-10-27 16:06 papering 阅读(495) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-kafka/index.html 周 明耀2015 年 6 月 10 日发布 示例:网络游戏 示例:网络游戏 假设我们正在开发一个在线网络游戏平台,这个平台需要支持大量的在线用户实时操作,玩 阅读全文
posted @ 2017-10-27 14:46 papering 阅读(597) 评论(0) 推荐(0)
摘要: 实践 3) 通过连表mysql,字段值IS NOT NULL,实现数据分流 CREATE TEMPORARY TABLE `nocache_table_test` ( `device_id` STRING) WITH ( 'connector' = 'rds', 'username' = 'acfo 阅读全文
posted @ 2017-10-27 14:43 papering 阅读(321) 评论(0) 推荐(0)
摘要: netty Netty: Home http://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high perf 阅读全文
posted @ 2017-10-27 13:31 papering 阅读(228) 评论(0) 推荐(0)
摘要: 1970 阅读全文
posted @ 2017-10-27 12:54 papering 阅读(155) 评论(0) 推荐(0)
摘要: Data dictionary 阅读全文
posted @ 2017-10-27 10:11 papering 阅读(160) 评论(0) 推荐(0)
摘要: http://mina.apache.org/ Apache MINA is a network application framework which helps users develop high performance and high scalability network applica 阅读全文
posted @ 2017-10-27 10:10 papering 阅读(193) 评论(0) 推荐(0)
摘要: Tired of Null Pointer Exceptions? Consider Using Java SE 8's Optional! https://www.oracle.com/technical-resources/articles/java/java8-optional.html Ti 阅读全文
posted @ 2017-10-26 23:27 papering 阅读(349) 评论(0) 推荐(0)
摘要: hadoop不支持传统文件系统的挂载,使得流式数据装进hadoop变得复杂。 hadoo中,文件只是目录项存在;在文件关闭前,其长度一直显示为0:如果在一段时间内将数据写到文件却没有将其关闭,则若网络中断后,则我们得到的仅仅是一个空白文件;故:最好编写小文件,这样能尽快将其关闭 错误。 【mappe 阅读全文
posted @ 2017-10-26 20:03 papering 阅读(490) 评论(0) 推荐(0)
摘要: 3种解决办法 https://tech.meituan.com/mt-log-system-arch.html 基于Flume的美团日志收集系统(一)架构和设计 - https://tech.meituan.com/mt_log_system_arch.html 基于Flume的美团日志收集系统(一 阅读全文
posted @ 2017-10-26 19:02 papering 阅读(453) 评论(0) 推荐(0)
摘要: https://flume.apache.org/FlumeUserGuide.html 【测试模拟】 a1.sources.r1.type = exec a1.sources.r1.command = tail -F /opt/data/access.log 【生产】 阅读全文
posted @ 2017-10-26 18:29 papering 阅读(338) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-kafka/index.html Kafka 与 Flume 很多功能确实是重复的。以下是评估两个系统的一些建议: Kafka 是一个通用型系统。你可以有许多的生产者和消费者分享多个主题。相 阅读全文
posted @ 2017-10-26 17:57 papering 阅读(396) 评论(0) 推荐(0)
上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 188 下一页