Supported by libMapRClient for
hadoop-2.x
Gets the block size of a file at the specified path.
tOffset hdfsGetDefaultBlockSizeAtPath(hdfsFS fs, const char *path)
| Parameter | Description |
|---|---|
| fs | The handle of the filesystem. Obtain this handle
with one of the hdfsConnect() APIs. |
| path | The location and name of the file. |
Returns 256 MB.
Check errno for error codes and meanings.