上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 186 下一页
摘要: 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 阅读(181) 评论(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 阅读(312) 评论(0) 推荐(0) 编辑
摘要: hadoop不支持传统文件系统的挂载,使得流式数据装进hadoop变得复杂。 hadoo中,文件只是目录项存在;在文件关闭前,其长度一直显示为0:如果在一段时间内将数据写到文件却没有将其关闭,则若网络中断后,则我们得到的仅仅是一个空白文件;故:最好编写小文件,这样能尽快将其关闭 错误。 【mappe 阅读全文
posted @ 2017-10-26 20:03 papering 阅读(448) 评论(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 阅读(384) 评论(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 阅读(327) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-kafka/index.html Kafka 与 Flume 很多功能确实是重复的。以下是评估两个系统的一些建议: Kafka 是一个通用型系统。你可以有许多的生产者和消费者分享多个主题。相 阅读全文
posted @ 2017-10-26 17:57 papering 阅读(364) 评论(0) 推荐(0) 编辑
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2017-10-26 17:48 papering 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Hadoop文件格式 1-非结构化文本数据 可分片压缩 2-结构化文本数据 3-二进制数据 Flume的接收器 HDFS HBase IRC ElasticSearch 如果希望HDFS接收器写入的是压缩文件,则需要制定压缩方式,其通过设置hdfs.codeC设置 gzip bzip2 lzo sn 阅读全文
posted @ 2017-10-26 16:45 papering 阅读(340) 评论(0) 推荐(0) 编辑
摘要: kill(2) - Linux manual page https://man7.org/linux/man-pages/man2/kill.2.html NAME top kill - send signal to a process SYNOPSIS top #include <signal.h 阅读全文
posted @ 2017-10-26 15:31 papering 阅读(526) 评论(0) 推荐(0) 编辑
摘要: An Overview of Query Optimization in Relational Systems 阅读全文
posted @ 2017-10-26 13:56 papering 阅读(356) 评论(0) 推荐(0) 编辑
摘要: hdfs shortcircuit 阅读全文
posted @ 2017-10-26 08:06 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: s3 阅读全文
posted @ 2017-10-26 01:22 papering 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Lowest Common Ancestors 阅读全文
posted @ 2017-10-26 00:27 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Traveling Saleman Problem 阅读全文
posted @ 2017-10-26 00:26 papering 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html Introduction 【相对于POSIX,放宽要求】 The Hadoop Distributed File System 阅读全文
posted @ 2017-10-25 21:19 papering 阅读(360) 评论(0) 推荐(0) 编辑
摘要: for i in range(3, -2, -1): try: print(4 / i) except Exception as e: print(Exception) print(e) 阅读全文
posted @ 2017-10-25 14:36 papering 阅读(138) 评论(0) 推荐(0) 编辑
摘要: https://maprdocs.mapr.com/home/AdministratorGuide/ResourceAllocation-YARNContainer.html yarn.scheduler.minimum-allocation-mb yarn.scheduler.maximum-al 阅读全文
posted @ 2017-10-24 17:10 papering 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Our goal is to foster an ecosystem of components and tools that relieve the burden of running applications in public and private clouds. https://kuber 阅读全文
posted @ 2017-10-24 16:15 papering 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Dominant Resource Fairness: Fair Allocation of Multiple Resource Types 阅读全文
posted @ 2017-10-23 19:40 papering 阅读(147) 评论(0) 推荐(0) 编辑
摘要: RocksDB RocksDB is a high performance[1][2][3][4][5] embedded database for key-value data. It is a fork of LevelDB which was then optimized to exploit 阅读全文
posted @ 2017-10-23 14:34 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Large-scale Incremental Processing Using Distributed Transactions and Notifications 阅读全文
posted @ 2017-10-22 21:02 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: ip 阅读全文
posted @ 2017-10-21 14:26 papering 阅读(165) 评论(0) 推荐(0) 编辑
摘要: w+r> 阅读全文
posted @ 2017-10-21 14:22 papering 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 分治 Divide Conquer 快速排序 | 菜鸟教程 https://www.runoob.com/w3cnote/quick-sort.html DivideConquerFillAHole func quickSort(input []int) []int { // DivideConqu 阅读全文
posted @ 2017-10-21 13:27 papering 阅读(236) 评论(0) 推荐(0) 编辑
摘要: https://github.com/google/snappy Introduction 【速度第一,压缩比适宜】 【favors speed over compression ratio】 Snappy is a compression/decompression library. It doe 阅读全文
posted @ 2017-10-21 12:25 papering 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 位图索引 翻译 搜索 复制 阅读全文
posted @ 2017-10-21 12:24 papering 阅读(171) 评论(0) 推荐(0) 编辑
摘要: lru 阅读全文
posted @ 2017-10-21 11:14 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 机架 阅读全文
posted @ 2017-10-21 00:10 papering 阅读(261) 评论(0) 推荐(0) 编辑
摘要: def combination_2_n(l): n, r = len(l), [] for i in range(0, n, 1): s = i + 1 for ii in range(s, n, 1): r.append([l[i], l[ii]]) return r # l1, l2 = [... 阅读全文
posted @ 2017-10-20 16:47 papering 阅读(212) 评论(0) 推荐(0) 编辑
摘要: import psycopg2 import threading conn_fmac = psycopg2.connect(database='filter_useless_mac', user='user', password='password', host='192.168.168.168', port='5432') d... 阅读全文
posted @ 2017-10-20 10:02 papering 阅读(239) 评论(0) 推荐(0) 编辑
摘要: bagging bootstrap aggregation 装袋法 自助法聚集 阅读全文
posted @ 2017-10-20 00:22 papering 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Cassandra 阅读全文
posted @ 2017-10-19 23:56 papering 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 协议 阅读全文
posted @ 2017-10-19 19:27 papering 阅读(195) 评论(0) 推荐(0) 编辑
摘要: m*n matrix m*n=1000 f(A)=25 https://www.cs.princeton.edu/courses/archive/spring12/cos598C/svdchapter.pdf finding the best k -dimensional subspace with 阅读全文
posted @ 2017-10-19 18:51 papering 阅读(230) 评论(0) 推荐(0) 编辑
摘要: https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html Introduction The Hadoop Distributed File System (HDFS) is a distributed file system designed to 阅读全文
posted @ 2017-10-19 10:45 papering 阅读(295) 评论(0) 推荐(0) 编辑
摘要: hive.spark.client.rpc.sasl.mechanisms DIGEST-MD5 Name of the SASL mechanism to use for authentication. 阅读全文
posted @ 2017-10-19 09:42 papering 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 损失函数+惩罚函数 2阶导数 二阶导数_百度百科 https://baike.baidu.com/item/%E4%BA%8C%E9%98%B6%E5%AF%BC%E6%95%B0/1139067 second derivative 设 ,求 和 。 [6] 解:用导数定义求解: [6] 翻译 搜索 阅读全文
posted @ 2017-10-19 08:09 papering 阅读(277) 评论(0) 推荐(0) 编辑
摘要: RAM disk 阅读全文
posted @ 2017-10-19 01:33 papering 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 布隆过滤器 http://pages.cs.wisc.edu/~cao/papers/summary-cache/node8.html A Bloom filter is a method for representing a set A of n elements (also called key 阅读全文
posted @ 2017-10-18 21:47 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: https://chenli.ics.uci.edu/files/icde2017-AsterixDB-Spatial-Comparison.pdf A Comparative Study of Log-Structured Merge-Tree-Based Spatial Indexes for 阅读全文
posted @ 2017-10-18 20:43 papering 阅读(166) 评论(0) 推荐(0) 编辑
上一页 1 ··· 145 146 147 148 149 150 151 152 153 ··· 186 下一页