功能:根据给定offset和length读取给定文件path
-
调用方式: http://ip:port/read-hdfs?path=...&offset=0&length=1123
-
参数:
- path:hdfs文件路径,支持归档文件读取
- offset:从offset开始读取
- length:读取 length 个字节
-
example:
-
调用方式:
-
参数:
- path:本地文件路径
- offset:从offset开始读取(从0开始)
- length:读取 length 个字节
-
example: