You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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`)
0 commit comments