2019年6月15日

mapduce 入门操作

摘要: 首先准备程序代码 import java.io.IOException; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Ma 阅读全文

posted @ 2019-06-15 22:40 床上小老虎 阅读(397) 评论(0) 推荐(0)

shell常用基础

摘要: grep 查找命令 ps -ef 查看进程 ps -ef | grep java ps -ef | grep sshd | grep -v grep 排除命令本身 在文本里面查看特定行 cat hello.txt | grep ^h 查看以h开头的行 find find 路径 类型 名称 find 阅读全文

posted @ 2019-06-15 12:11 床上小老虎 阅读(135) 评论(0) 推荐(0)

导航