---
title: "hadoop踩坑日志"
id: "2507"
type: "post"
slug: "hadoop%e8%b8%a9%e5%9d%91%e6%97%a5%e5%bf%97"
published_at: "2019-11-25T14:58:33+00:00"
modified_at: "2019-11-25T15:01:49+00:00"
url: "https://seq.ink/all/2507.html"
markdown_url: "https://seq.ink/all/2507.html.md"
excerpt: "2019/11/25/22:57 执行: hdfs dfs -put etc/hadoop/*.xml input 报错: put: File /user/hadoop/input/capacity-scheduler.xml._COPYI ..."
taxonomy_category:
  - "ALL"
---

2019/11/25/22:57

执行:

hdfs dfs -put etc/hadoop/*.xml input

报错:

put: File /user/hadoop/input/capacity-scheduler.xml._COPYING_ could only be replicated to 0 nodes instead of minReplication (=1). There are 1 datanode(s) running and 1 node(s) are excluded in this operation.

修复:无(再次执行后,正常执行)
