摘要:
状态 :睡眠中,进程ID:18439Another app is currently holding the yum lock; waiting for it to exit... 另一个应用程序是:yum 内存: 81 M RSS (548 MB VSZ) 已启动: Mon Jul 16 14:5
阅读全文
posted @ 2018-07-16 15:40
papering
阅读(383)
推荐(0)
摘要:
sql 排故 SELECT INSTR(120,0000); 真
阅读全文
posted @ 2018-07-16 15:17
papering
阅读(173)
推荐(0)
摘要:
CarbonData http://carbondata.apache.org/ Apache顶级项目CarbonData应用实践与2.0新技术规划介绍_搜狐科技_搜狐网 https://www.sohu.com/a/193921606_470008
阅读全文
posted @ 2018-07-16 09:19
papering
阅读(224)
推荐(0)
摘要:
小程序多级下拉菜单demo - CSDN博客 https://blog.csdn.net/github_39371177/article/details/80251211
阅读全文
posted @ 2018-07-16 00:26
papering
阅读(1280)
推荐(0)
摘要:
Lambda Architecture » λ lambda-architecture.net http://lambda-architecture.net/ Twitter's tweets analysis using Lambda Architecture - Knoldus Blogs ht
阅读全文
posted @ 2018-07-15 23:33
papering
阅读(208)
推荐(0)
摘要:
错误监控 报警 Sentry | Error Tracking Software — JavaScript, Python, PHP, Ruby, more https://sentry.io/welcome/ Software errors are inevitable. Chaos is not
阅读全文
posted @ 2018-07-15 23:03
papering
阅读(683)
推荐(0)
摘要:
hive impala impala 推荐每个节点内存 2^7~2^8GB Impala与Hive的比较 - 文章 - 伯乐在线 http://blog.jobbole.com/43233/ 《Hadoop应用架构》Hadoop Application Architectures Impala使用C
阅读全文
posted @ 2018-07-15 22:28
papering
阅读(427)
推荐(0)
摘要:
闲话高并发的那些神话,看京东架构师如何把它拉下神坛 https://mp.weixin.qq.com/s/lAqn8CfSRta9iSvOR1Le6w
阅读全文
posted @ 2018-07-15 19:42
papering
阅读(472)
推荐(0)
posted @ 2018-07-15 16:51
papering
阅读(315)
推荐(0)
摘要:
Log4j – Configuring Log4j 2 - Apache Log4j 2 https://logging.apache.org/log4j/2.x/manual/configuration.html log4j2 实际使用详解 - CSDN博客 https://blog.csdn.n
阅读全文
posted @ 2018-07-15 09:19
papering
阅读(230)
推荐(0)
摘要:
hive/DerbyPolicy.java at 35605732b2041eee809485718bfd951cdfae0980 · apache/hive https://github.com/apache/hive/blob/35605732b2041eee809485718bfd951cdf
阅读全文
posted @ 2018-07-15 01:06
papering
阅读(241)
推荐(0)
摘要:
没有到行、字段级别,到表级别、分区级别以及指定表的指定的读写权限 Security - Apache Hive - Apache Software Foundation https://cwiki.apache.org/confluence/display/Hive/Security GRANT S
阅读全文
posted @ 2018-07-15 01:01
papering
阅读(172)
推荐(0)
摘要:
https://mp.weixin.qq.com/s/QLu9XhDv1YuK19VCJsFXGw
阅读全文
posted @ 2018-07-15 00:48
papering
阅读(522)
推荐(0)
posted @ 2018-07-15 00:40
papering
阅读(274)
推荐(0)
摘要:
减少、避免页面跳转 单页 无感跳转,避免用户为了单单实现 页面跳转而操作
阅读全文
posted @ 2018-07-14 12:22
papering
阅读(260)
推荐(0)
posted @ 2018-07-13 18:05
papering
阅读(285)
推荐(0)
摘要:
[HADOOP-12967] Remove FileUtil#copyMerge - ASF JIRA https://issues.apache.org/jira/browse/HADOOP-12967 https://issues.apache.org/jira/secure/attachmen
阅读全文
posted @ 2018-07-13 16:38
papering
阅读(912)
推荐(0)
摘要:
####Camus is being phased out and replaced by Gobblin. For those using or interested in Camus, we suggest taking a look at Gobblin. ####For instructio
阅读全文
posted @ 2018-07-13 14:10
papering
阅读(281)
推荐(0)
摘要:
1、通过etcd中的选主机制,我们实现了服务的高可用。同时利用systemd对etcd本身进行了保活,只要etcd服务所在的机器没有宕机,进程就具备了容灾性。 【实践】 https://github.com/etcd-io/etcd/blob/master/Documentation/op-guid
阅读全文
posted @ 2018-07-13 11:55
papering
阅读(883)
推荐(0)
摘要:
How gRPC error codes map to HTTP status codes in the response https://github.com/grpc-ecosystem/grpc-gateway/blob/master/runtime/errors.go#L15 grpc-ec
阅读全文
posted @ 2018-07-13 11:54
papering
阅读(2234)
推荐(0)
posted @ 2018-07-13 11:53
papering
阅读(178)
推荐(0)
posted @ 2018-07-13 11:53
papering
阅读(137)
推荐(0)
摘要:
剖析美团内部所采用的网站压力测试方案_网站优化_网站运营_脚本之家 https://www.jb51.net/yunying/443241.html
阅读全文
posted @ 2018-07-13 11:33
papering
阅读(251)
推荐(0)
摘要:
TiKV 源码解析系列 - Raft 的优化 https://zhuanlan.zhihu.com/p/25735592 TiKV 源码解析系列 - Raft 的优化 在分布式领域,为了保证数据的一致性,通常都会使用 Paxos 或者 Raft 来实现。但 Paxos 以其复杂难懂著称,相反 Raf
阅读全文
posted @ 2018-07-12 23:02
papering
阅读(305)
推荐(0)
摘要:
三篇文章了解 TiDB 技术内幕 - 说存储| PingCAP https://pingcap.com/blog-cn/tidb-internal-1/ 对于一个 KV 系统,将数据分散在多台机器上有两种比较典型的方案:一种是按照 Key 做 Hash,根据 Hash 值选择对应的存储节点;另一种是
阅读全文
posted @ 2018-07-12 22:44
papering
阅读(288)
推荐(0)
摘要:
https://www.pingcap.com/docs-cn/FAQ/ 1.1.11 TiDB 是否支持其他存储引擎? 是的,除了 TiKV 之外,TiDB 还支持一些流行的单机存储引擎,比如 GolevelDB、RocksDB、BoltDB 等。如果一个存储引擎是支持事务的 KV 引擎,并且能提
阅读全文
posted @ 2018-07-12 22:32
papering
阅读(664)
推荐(0)
摘要:
倒排索引源于实际应用中需要根据属性的值来查找记录。这种索引表中的每一项都包括一个属性值和具有该属性值的各记录的地址。由于不是由记录来确定属性值,而是由属性值来确定记录的位置,因而称为倒排索引(inverted index)。带有倒排索引的文件我们称为倒排索引文件,简称倒排文件(inverted fi
阅读全文
posted @ 2018-07-12 21:44
papering
阅读(503)
推荐(0)
摘要:
feed流设计:那些谋杀你时间APP | 人人都是产品经理 http://www.woshipm.com/pd/773523.html
阅读全文
posted @ 2018-07-12 20:52
papering
阅读(253)
推荐(0)
posted @ 2018-07-12 20:29
papering
阅读(284)
推荐(0)
摘要:
Linux export命令 | 菜鸟教程 http://www.runoob.com/linux/linux-comm-export.html Linux export命令用于设置或显示环境变量。 在shell中执行程序时,shell会提供一组环境变量。export可新增,修改或删除环境变量,供后
阅读全文
posted @ 2018-07-12 15:12
papering
阅读(520)
推荐(0)
摘要:
Apache HBase ™ Reference Guide http://hbase.apache.org/book.html#rowkey.design The Effect of ColumnFamily, RowKey and KeyValue Design on HFile Size :
阅读全文
posted @ 2018-07-12 14:11
papering
阅读(124)
推荐(0)
摘要:
互联网后端架构 https://mp.weixin.qq.com/s/LiqAy2DikbmZzqogb5XRdA JVM的CPU资源占用过高问题的排查 互联网后端架构 今天 上午线上某应用的一台JVM的CPU占比突然飙高到192%,并且一直下不来,导致监控一直告警,好久没处理这种问题了,现在将问题
阅读全文
posted @ 2018-07-12 09:21
papering
阅读(3601)
推荐(1)
摘要:
Creating GPG Keys - Fedora Project Wiki https://fedoraproject.org/wiki/Creating_GPG_Keys
阅读全文
posted @ 2018-07-11 09:39
papering
阅读(147)
推荐(0)
摘要:
单点登录 CAS - Architecture https://apereo.github.io/cas/4.2.x/planning/Architecture.html
阅读全文
posted @ 2018-07-10 15:32
papering
阅读(172)
推荐(0)
摘要:
org.apache.hadoop hadoop-common 3.1.0 org.apache.hadoop hadoop-client 3.1.0Maven Repository: org.apache.hadoop » hadoop-client » 3.1.0 http://mvnrepository.com/artifact/org.apache....
阅读全文
posted @ 2018-07-10 14:01
papering
阅读(336)
推荐(0)
posted @ 2018-07-10 11:52
papering
阅读(529)
推荐(0)
摘要:
SVG精简压缩工具svgo简介和初体验 SVG精简压缩工具svgo简介和初体验 « 张鑫旭-鑫空间-鑫生活 https://www.zhangxinxu.com/wordpress/2016/02/svg-compress-tool-svgo-experience/
阅读全文
posted @ 2018-07-09 19:14
papering
阅读(258)
推荐(0)
摘要:
The Pathologies of Big Data - ACM Queue https://queue.acm.org/detail.cfm?id=1563874
阅读全文
posted @ 2018-07-09 17:14
papering
阅读(395)
推荐(0)
摘要:
The key fact about disk performance is that the throughput of hard drives has been diverging from the latency of a disk seek for the last decade. As a
阅读全文
posted @ 2018-07-09 17:11
papering
阅读(784)
推荐(0)
摘要:
What is the difference between message queue pattern and publish-subscribe? - Quora https://www.quora.com/What-is-the-difference-between-message-queue
阅读全文
posted @ 2018-07-09 11:22
papering
阅读(388)
推荐(0)