Created 10-30-2018 12:07 PM
How can one copy a file into HDFS with a different block size to that of existing block size configuration?
Created 10-31-2018 05:43 AM
you can set the blocksize while running the hadoop command using dfs.blocksize command.
>bin/hadoop fs -Ddfs.blocksize=134217728 -put data /user/foo
Created 11-08-2018 08:35 AM
@Dukool SHarma If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.