240 发简信
IP属地:黑龙江
  • Resize,w 360,h 240
    Golang(1.18 )泛型尝鲜

    从一个实际例子开始 有这样一个需求: 实现两个输入求和的能力,输入可能是 int32、int64、float32、float64 在 Go 1....

  • Resize,w 360,h 240
    Storm入门系列之四:Storm 架构原理

    集群架构 storm 集群的构成比较简单,主要包括三部分: Nimbus Supervisor Zookeeper 具体的构成如图: 在 sto...

  • Resize,w 360,h 240
    (转) 深入HBase架构解析

    title: (转)HBase架构深入解析 tags: hbase categories: Hbase comments: truedate: ...

  • Resize,w 360,h 240
    GFS 小结

    title: GFS 小结 tags: GFS 分布式 categories: paper 分布式 comments: truedate: 20...

  • Hive 基本语法

    建表 通用建表 利用查询结果建表 建表并复制表结构 Tips TABLE 和 EXTERNAL TABLE 主要区别在于表数据的存储位置,TAB...

  • Resize,w 360,h 240
    Cache 常见问题

    title: Cache 常见问题 tags: cache categories: Tech comments: truedate: 2018-...

  • Resize,w 360,h 240
    Structured Streaming Tips

    title: Structured Streaming Tips (一) tags: spark structured-streaming ti...

  • Resize,w 360,h 240
    反爬小述

    title: 反爬小述 tags: 反爬 antispider anticrawler categories: Tech comments: t...

  • Hive-Transform-Python:快捷的Map/Reduce

    Hive 提供了 Transform 这一关键字,使用 python 脚本处理hive 的数据,实现 Map/Reduce 的效果,在一些场景下...