摘要:
由于经常会使用到Flume的一些channel,source,sink,于是为了方便将这些channel,source,sink汇总出来,也供大家访问。 Component Interface Type Alias Implementation Class *.Channel memory *.ch 阅读全文
摘要:
1.解压 tar -zxf protobuf-2.5.0.tar.gz 2.编译 cd protobuf-2.5.0 ./configure --prefix=/usr/hbb/protobuf/ make && make install 3.配置 vim /etc/profile PROTO_HO 阅读全文