Recently, we redesign the mini program project. During the iteration, some features should be on the beta version or the beta users. And we control these via rollout.
Continue reading
从8月份至今,业务线就开始尝试开展周迭代。实践中也踩了很多坑,好坏都有。今天介绍在周迭代过程中的一个关键节点 —— post mortem(复盘)。
Continue reading
在SQL连接查询语法中,另人迷惑首当其冲的就要属on筛选和where筛选的区别了, 在我们编写查询的时候, 筛选条件的放置不管是在on后面还是where后面, 查出来的结果总是一样的, 既然如此,那为什么还要多此一举的让sql查询支持两种筛选器呢? 事实上, 这两种筛选器是存在差别的,只是如果不深挖不容易发现而已。
Continue reading
If you would like to list files ordered by size in certain folder.
Continue reading
If you wanna delete all files with specific word, you can use the following command.
Continue reading
今天,某个Spark任务经常重启,查询后发现AWS EMR中的HDFS存储空间快满了;
为了快速恢复服务,先新增了core节点,让HDFS状态正常从而让其他Spark服务正常启动,之后再调查此EMR存储空间满的原因。
Continue reading