After I installed kudu and run "service kudu-master start",then get the problem below.Anyone can help me.
IO error:
Could not create new FS layout:
Unable to create block manager: Error during hole punch test.
The log block manager requires a filesystem with hole punching support such as ext4 or xfs. On el6, kernel version 2.6.32-358 or newer is required.
To run without hole punching (at the cost of some efficiency and scalability), reconfigure Kudu with --block_manager=file.
Refer to the Kudu documentation for more details.
Raw error message follows: Unexpected post-punch file size for /var/lib/kudu/master/data/hole_punch_test_file: expected 8192 but got 16384