saikishor
saikishor

Reputation: 928

WARN hdfs.DFSClient: zero

I am using Hadoop version 2.8.2, when I run some job on both master and slave, that use these files in hdfs. Both the master and the slaves show this below warning

17/11/15 12:51:46 WARN hdfs.DFSClient: zero
17/11/15 12:51:46 WARN hdfs.DFSClient: zero
17/11/15 12:51:46 WARN hdfs.DFSClient: zero
17/11/15 12:51:46 WARN hdfs.DFSClient: zero
17/11/15 12:51:46 WARN hdfs.DFSClient: zero
17/11/15 12:51:46 WARN hdfs.DFSClient: zero

How can i solve this issue?

Upvotes: 3

Views: 934

Answers (1)

woso
woso

Reputation: 381

It's OK I guess each line means a new block is read

Upvotes: 1

Related Questions