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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ By default, files records are not deduplicated after writing. To enable this beh
60
60
61
61
To set the output user ID and group ID, specify the `-p local-uid=123` and `-p local-gid=12` properties.
62
62
63
+
To run the output generator as a service that will regularly poll the HDFS directory, add the `--service` flag and optionally the `--interval` flag to adjust the polling interval.
64
+
63
65
## Extending the connector
64
66
65
67
To implement alternative storage paths, storage drivers or storage formats, put your custom JAR in
Copy file name to clipboardExpand all lines: src/main/java/org/radarcns/hdfs/util/commandline/CommandLineArgs.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,12 @@ public class CommandLineArgs {
96
96
@Parameter(names = {"--exclude-topic"}, description = "Topic to exclude when processing the records. Can be supplied more than once to exclude multiple topics.")
0 commit comments