Skip to content

Commit 6eb9b6b

Browse files
committed
Write README/CHANGELOG
1 parent 5653849 commit 6eb9b6b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHENGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
0.2.0 (2016-02-xx)
22
==================
3+
- [Add] `decompression` option

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ Read files on Hdfs.
1414

1515
- **config_files** list of paths to Hadoop's configuration files (array of strings, default: `[]`)
1616
- **config** overwrites configuration parameters (hash, default: `{}`)
17-
- **path** file path on Hdfs. you can use glob and Date format like `%Y%m%d/%s`.
18-
- **rewind_seconds** When you use Date format in input_path property, the format is executed by using the time which is Now minus this property.
19-
- **partition** when this is true, partition input files and increase task count. (default: `true`)
20-
- **num_partitions** number of partitions. (default: `Runtime.getRuntime().availableProcessors()`)
21-
- **skip_header_lines** Skip this number of lines first. Set 1 if the file has header line. (default: `0`)
17+
- **path** file path on Hdfs. you can use glob and Date format like `%Y%m%d/%s` (string, required).
18+
- **rewind_seconds** When you use Date format in input_path property, the format is executed by using the time which is Now minus this property. (long, default: `0`)
19+
- **partition** when this is true, partition input files and increase task count. (boolean, default: `true`)
20+
- **num_partitions** number of partitions. (long, default: `Runtime.getRuntime().availableProcessors()`)
21+
- **skip_header_lines** Skip this number of lines first. Set 1 if the file has header line. (long, default: `0`)
22+
- **decompression** Decompress compressed files by hadoop compression codec api. (boolean. default: `false`)
2223

2324
## Example
2425

0 commit comments

Comments
 (0)