Pinned Repositories
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲
architect-awesome
后端架构师技术图谱
bigdata-note
bigdata-study
personal bigdata study note
Datacube
数据挖掘平台后台代码
design-patterns-for-humans-cn
🎉 Design patterns for humans 中文版
effective-java-3rd-chinese
effective-java-3rd 中文版 https://sjsdfg.github.io/effective-java-3rd-chinese
glintRTC
hadoop2x-eclipse-plugin
eclipse plugin for hadoop 2.2.0 , 2.4.1
hbase-operation
chenliusuo's Repositories
chenliusuo/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲
chenliusuo/architect-awesome
后端架构师技术图谱
chenliusuo/bigdata-note
chenliusuo/bigdata-study
personal bigdata study note
chenliusuo/Datacube
数据挖掘平台后台代码
chenliusuo/design-patterns-for-humans-cn
🎉 Design patterns for humans 中文版
chenliusuo/effective-java-3rd-chinese
effective-java-3rd 中文版 https://sjsdfg.github.io/effective-java-3rd-chinese
chenliusuo/glintRTC
chenliusuo/hadoop2x-eclipse-plugin
eclipse plugin for hadoop 2.2.0 , 2.4.1
chenliusuo/hbase-operation
chenliusuo/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
chenliusuo/java-code-conventions
Chinese translation of the Code Conventions for the Java Programming Language document.中文翻译《Java 编码规范》
chenliusuo/JavaGuide
「Java学习+面试指南」一份涵盖大部分Java程序员所需要掌握的核心知识。
chenliusuo/kafka-connect-hbase
Kafka Connect to Hbase
chenliusuo/kafka-doc-zh
Kafka 中文文档
chenliusuo/KafkaOffsetMonitor
A little app to monitor the progress of kafka consumers and their lag wrt the queue.
chenliusuo/Mobile_Assistant_For_Linux
Mobile assistant for linux
chenliusuo/pragmatic-programmer-zh
《Pragmatic Programmer》中文翻译
chenliusuo/Sandals
A TkInter wrapper for python inspired by the GUI library Shoes for Ruby
chenliusuo/spark-deep
Spark Streaming Application: Compare in Face Recognition
chenliusuo/spark-doc-zh
Apache Spark 官方文档中文版
chenliusuo/spark-util
spark kafka ; spark-kafka ; spark es ; spark kudu;spark hbase;flink kafka;spark使用低阶方法读取kafka数据,同时提供offset管理方法。etc..
chenliusuo/SparkOnHBase
chenliusuo/SparkStreaming_Store_KafkaTopicOffset_To_HBase
Kafka delivery semantics in the case of failure depend on how and when offsets are stored. Spark output operations are at-least-once. So if you want the equivalent of exactly-once semantics, you must either store offsets after an idempotent output, or store offsets in an atomic transaction alongside output.There is Spark Streaming how to store Kafka topic offset with HBase.
chenliusuo/Thesis_Of_Data
This project contains a lot of thesises about the big data……
chenliusuo/tools_bigdata
大数据开发便捷工具
chenliusuo/webRTC.io
An abstraction layer for webRTC. Aim is to simplify the HTML5 web standard webRTC in a similar manner to socket.io w/ websockets. Highly experimental technology