avatar
文章
123
标签
207
分类
22

Home
Timeline
Tags
Categories
About
big data decode club
Home
Timeline
Tags
Categories
About

big data decode club

常用Hadoop命令
发表于2016-02-14|Hadoop
记录下常用的Hadoop相关的命令,忘记了容易找 HDFS命令 某个文件的blocks信息 1hadoop fsck /user/xx -files -blocks -locations 释放租约 1hdfs debug recoverLease -path /xxxx.lzo 改变一个文件或者目录的副本因子 1hadoop fs -setrep -R 3 /user/xx 查看app的logyarn logs -applicationId application_1452250357031_0175 set datanode 日志级别hadoop daemonlog -setlevel namenodeip:50070 datanode DEBUG或者 在hadoop-env.sh中添加export HADOOP_ROOT_LOGGER=DEBUG,RFA 查看sequence文件 hadoop dfs -text sequenceFile 查看压缩文件lzo文件(先按照lzop命令) hadoop fs -cat /user/2017-03-06/pa ...
Java设计模式之Builder模式
发表于2015-12-02|Java
在这里我暂时这样理解,就是把复杂对象的构建过程和结果进行分离 也就是解耦 Builder模式概念The builder pattern is an object creation software design pattern. Unlike the abstract factory pattern and the factory method pattern whose intention is to enable polymorphism, the intention of the builder pattern is to find a solution to the telescoping constructor anti-pattern[citation needed]. The telescoping constructor anti-pattern occurs when the increase of object constructor parameter combination leads to an exponential list of const ...
Builder 模式
发表于2013-12-02|Java
在这里我暂时这样理解,就是把复杂对象的构建过程和结果进行分离 也就是解耦 Builder模式概念The builder pattern is an object creation software design pattern. Unlike the abstract factory pattern and the factory method pattern whose intention is to enable polymorphism, the intention of the builder pattern is to find a solution to the telescoping constructor anti-pattern[citation needed]. The telescoping constructor anti-pattern occurs when the increase of object constructor parameter combination leads to an exponential list of const ...
1…1213
avatar
混绅士
Any answers you can find in source code.
文章
123
标签
207
分类
22
最新文章
Zero-knowledge proof 入门
Zero-knowledge proof 入门2023-08-08
IoTeX本地standalone模式及合约部署
IoTeX本地standalone模式及合约部署2023-08-06
说浅不浅的谈下CA认证
说浅不浅的谈下CA认证2023-01-04
RxGo常用算子手册
RxGo常用算子手册2022-12-02
Golang开发wasm程序
Golang开发wasm程序2022-11-25
分类
  • BigData4
  • BlockChain11
  • Docker2
  • Druid1
  • Flink3
  • Flume5
  • Golang3
  • HUE2
标签
HadoopBigDataYARNZKLen errorBlockChainKafkaZookeeperPaxosRaftBFTDockerloglog-pilotjavaBuilder设计模式Druid调研EthereumTestFlinkwindowFlinkxConnectorFlume函数式闭包HDFSHAZKFCReplicationMonitorread小文件writeLeaseLocatedBlock异常LightWeightGSetHashMapatime
归档
  • 八月 20232
  • 一月 20231
  • 十二月 20221
  • 十一月 20222
  • 十二月 20212
  • 十一月 20212
  • 五月 20211
  • 四月 20211
网站资讯
文章数目 :
123
已运行时间 :
本站总字数 :
318.6k
本站访客数 :
本站总访问量 :
最后更新时间 :
©2016 - 2023 By 混绅士
框架 Hexo|主题 Butterfly