摘要:
en.wikipedia.org/wiki/Java_Message_Service Messaging is a form of loosely coupled distributed communication, where in this context the term 'communica
阅读全文
posted @ 2017-11-02 09:26
papering
阅读(306)
推荐(0)
摘要:
en.wikipedia.org/wiki/Message-oriented_middleware Message-oriented middleware (MOM) is software or hardware infrastructure supporting sending and rece
阅读全文
posted @ 2017-11-02 09:22
papering
阅读(323)
推荐(0)
摘要:
HDFS 压缩性能最优、扫描速度最快;不支持随机访问,仅支持昂贵、复杂的文件查询 HBase适合随机访问 Solr 适合检索需求 HBase访问单个记录的时间为毫秒级别,而HDFS不支持随机访问。 HBase的扫描速度大约是HDFS的1/10-1/8。 HBase 深入浅出 https://www.
阅读全文
posted @ 2017-11-02 09:08
papering
阅读(190)
推荐(0)
posted @ 2017-11-02 00:12
papering
阅读(138)
推荐(0)
posted @ 2017-11-01 23:53
papering
阅读(142)
推荐(0)
摘要:
http://www.site.uottawa.ca/~stan/csi5387/boost-tut-ppr.pdf Boosting is a general method for improving the accuracy of any given learning algorithm. Th
阅读全文
posted @ 2017-11-01 23:32
papering
阅读(356)
推荐(0)
摘要:
http://math.mit.edu/~rothvoss/18.304.3PM/Presentations/1-Eric-Boosting304FinalRpdf.pdf Consider MIT Admissions 【qualitative quantitative】 • 2-class sy
阅读全文
posted @ 2017-11-01 21:46
papering
阅读(329)
推荐(0)
摘要:
http://www.cs.toronto.edu/~hinton/absps/transauto6.pdf The artificial neural networks that are used to recognize shapes typically use one or more laye
阅读全文
posted @ 2017-11-01 16:58
papering
阅读(444)
推荐(0)
摘要:
https://arxiv.org/abs/1710.09829
阅读全文
posted @ 2017-11-01 16:49
papering
阅读(325)
推荐(0)
摘要:
Empirical_risk_minimization
阅读全文
posted @ 2017-11-01 16:28
papering
阅读(173)
推荐(0)
摘要:
http://www.cs.toronto.edu/~hinton/science.pdf High-dimensional data can be converted to low-dimensional codes by training a multilayer neural network
阅读全文
posted @ 2017-11-01 16:08
papering
阅读(415)
推荐(0)
摘要:
https://www.cs.toronto.edu/~hinton/ Geoffrey E. Hinton I am an Engineering Fellow at Google where I manage Brain Team Toronto, which is a new part of
阅读全文
posted @ 2017-11-01 15:56
papering
阅读(683)
推荐(0)
摘要:
https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf Deep neural nets with a large number of parameters are very powerful machine learning systems
阅读全文
posted @ 2017-11-01 15:25
papering
阅读(637)
推荐(0)
摘要:
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+LZO LanguageManual LZO LanguageManual LZO LanguageManual LZO Skip to end of metadata C
阅读全文
posted @ 2017-11-01 00:03
papering
阅读(417)
推荐(0)
摘要:
https://avro.apache.org/docs/current/ Introduction Apache Avro™ is a data serialization system. Avro provides: Rich data structures. A compact, fast,
阅读全文
posted @ 2017-10-31 23:45
papering
阅读(206)
推荐(0)
摘要:
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html Introduction Archival Storage is a solution to decouple gr
阅读全文
posted @ 2017-10-31 23:38
papering
阅读(305)
推荐(0)
摘要:
splittability CompressedStorage CompressedStorage CompressedStorage Skip to end of metadata Created by Confluence Administrator, last modified by Left
阅读全文
posted @ 2017-10-31 23:26
papering
阅读(309)
推荐(0)
摘要:
http://cis.stvincent.edu/html/tutorials/swd/btree/btree.html Introduction A B-tree is a specialized multiway tree designed especially for use on disk.
阅读全文
posted @ 2017-10-31 21:51
papering
阅读(165)
推荐(0)
摘要:
https://kafka.apache.org/intro.html
阅读全文
posted @ 2017-10-31 17:03
papering
阅读(159)
推荐(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
阅读(198)
推荐(0)
posted @ 2017-10-31 11:22
papering
阅读(151)
推荐(0)
posted @ 2017-10-31 11:21
papering
阅读(123)
推荐(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
阅读(168)
推荐(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
阅读(686)
推荐(0)
摘要:
https://github.com/pingcap/tispark/commit/dcca23bfa1aa0c356a4280d82bc8301c0de08318
阅读全文
posted @ 2017-10-30 20:56
papering
阅读(228)
推荐(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
阅读(511)
推荐(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
阅读(212)
推荐(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
阅读(250)
推荐(0)
摘要:
ThrowableClass Error (unchecked) Exception IOException (checked) RuntimeException (unchecked)
阅读全文
posted @ 2017-10-30 14:58
papering
阅读(178)
推荐(0)
摘要:
This is for MyHDFSCat = 18+3
阅读全文
posted @ 2017-10-30 10:04
papering
阅读(324)
推荐(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
阅读(257)
推荐(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
阅读(875)
推荐(0)
posted @ 2017-10-29 15:59
papering
阅读(134)
推荐(0)
posted @ 2017-10-29 14:04
papering
阅读(446)
推荐(0)
摘要:
sh UNIX shell Bourne Again Shell
阅读全文
posted @ 2017-10-29 11:27
papering
阅读(194)
推荐(0)
摘要:
zookeeper 信息保管员 YARN 简介 https://www.ibm.com/developerworks/cn/data/library/bd-yarn-intro/index.html
阅读全文
posted @ 2017-10-29 11:10
papering
阅读(236)
推荐(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
阅读(202)
推荐(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
阅读(345)
推荐(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
阅读(230)
推荐(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
阅读(581)
推荐(0)