摘要: 随机返回指定行数的样本数据 hadoop fs -cat /test/gonganbu/scene_analysis_suggestion/* | shuf -n 5 返回前几行的样本数据 hadoop fs -cat /test/gonganbu/scene_analysis_suggestion/* | head -100 返回最后几行的样本数据 hadoop fs -cat... 阅读全文
posted @ 2017-04-25 14:23 yeffyliu 阅读(199) 评论(0) 推荐(0)