摘要:
1. 环境搭建 big data env setup 2. Spark 学习 spark 怎么读写 elasticsearch spark 怎么 连接 读写 ElasticSearch Spark 上time series 处理 Flint by Two Sigma 像 pandas datafra 阅读全文
摘要:
参考文章: https://www.bmc.com/blogs/spark-elasticsearch-hadoop/ https://blog.pythian.com/updating-elasticsearch-indexes-spark/ https://qbox.io/blog/elasti 阅读全文
摘要:
连接: https://stackoverflow.com/questions/52659109/cannot read from elasticsearch using pyspark https://stackoverflow.com/questions/35982550/how to read 阅读全文
摘要:
Centos 7 Centos 7 安装 python3 (不要卸载python2 因为yum 要用) https://phoenixnap.com/kb/how-to-install-python-3-centos-7 Centos 7 安装python3 https://tecadmin.net 阅读全文
摘要:
Install centos 7: Config Network a config example in /etc/sysconfig/network-scripts/ifcfg-ens160 TYPE=EthernetIPADDR=10.180.xxx.xxxPREFIX=24GATEWAY=10 阅读全文
摘要:
install Hadoop CentOS: https://www.vultr.com/docs/how-to-install-hadoop-in-stand-alone-mode-on-centos-7 https://www.linode.com/docs/databases/hadoop/h 阅读全文
摘要:
图像相似度对比 Template matching 模板匹配 从一张图像里找出template图像,就是模板匹配,可以参考 https://stackoverflow.com/questions/47631852/detecting-and-comparing-shapes-between-two- 阅读全文
摘要:
https://www.youtube.com/watch?v=DBRISS0UKcA, 2017/04 Single Metric job: 我想按照 一定的time interval 去 aggregation 的时候也是很耗时间的,所有视频里提到的 pre-aggregated. Multi- 阅读全文
摘要:
copy from http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html 如何为代码选择开源许可证,这是一个问题。 世界上的开源许可证,大概有上百种。很少有人搞得清楚它们的区别。即使在最流行的 阅读全文
摘要:
这里有个2015年的综述文章,概括的比较好,各种技术的适用场景. https://iwringer.wordpress.com/2015/11/17/anomaly-detection-concepts-and-techniques/ 其中 Clustering 技术可以使用 K-Means, Ga 阅读全文