最近执行hive语句,遇到一个报错,什么原因
LOAD DATA LOCAL INPATH '/home/username/hive/tmp/file/score.csv' INTO TABLE sample_data;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /user/hive/warehouse/sample_data/score_copy_6.csv could only be replicated to 0 nodes instead of minReplication (=1). There are 0 datanode(s) running and no node(s) are excluded in this operation.