Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Who agreed with this solution

avatar
Expert Contributor

This error is because you have configured a minimum required replication rather than a default level of replication.

 

Some systems, like Sqoop 2, purposefully set a low replication level for temporary files that they aren't worried about losing. With a required minimum replication the namenode will reject these requests as invalid.

 

The fix is to update the minimum required replication back to 1. Do this by resetting the property dfs.namenode.replication.min.

View solution in original post

Who agreed with this solution