File tree Expand file tree Collapse file tree
examples/src/main/java/com/google/cloud/dataflow/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 *
7171 * <p> In streaming mode, the pipeline reads the data from a Pub/Sub topic.
7272 * By default, the example will run a separate pipeline to inject the data from the default
73- * {@literal --inputFile} to the Pub/Sub {@literal --inputTopic }. It will make it available for
73+ * {@literal --inputFile} to the Pub/Sub {@literal --pubsubTopic }. It will make it available for
7474 * the streaming pipeline to process. You may override the default {@literal --inputFile} with the
7575 * file of your choosing. You may also set {@literal --inputFile} to an empty string, which will
7676 * disable the automatic Pub/Sub injection, and allow you to use separate tool to control the input
8080 *
8181 * <p> The example is configured to use the default Pub/Sub topic and the default BigQuery table
8282 * from the example common package (there is no defaults for a general Dataflow pipeline).
83- * You can override them by using the {@literal --inputTopic }, {@literal --bigQueryDataset}, and
83+ * You can override them by using the {@literal --pubsubTopic }, {@literal --bigQueryDataset}, and
8484 * {@literal --bigQueryTable} options. If the Pub/Sub topic or the BigQuery table do not exist,
8585 * the example will try to create them.
8686 *
Original file line number Diff line number Diff line change 7575 *
7676 * <p> In streaming mode, the pipeline reads the data from a Pub/Sub topic.
7777 * By default, the example will run a separate pipeline to inject the data from the default
78- * {@literal --inputFile} to the Pub/Sub {@literal --inputTopic }. It will make it available for
78+ * {@literal --inputFile} to the Pub/Sub {@literal --pubsubTopic }. It will make it available for
7979 * the streaming pipeline to process. You may override the default {@literal --inputFile} with the
8080 * file of your choosing. You may also set {@literal --inputFile} to an empty string, which will
8181 * disable the automatic Pub/Sub injection, and allow you to use separate tool to control the input
8585 *
8686 * <p> The example is configured to use the default Pub/Sub topic and the default BigQuery table
8787 * from the example common package (there is no defaults for a general Dataflow pipeline).
88- * You can override them by using the {@literal --inputTopic }, {@literal --bigQueryDataset}, and
88+ * You can override them by using the {@literal --pubsubTopic }, {@literal --bigQueryDataset}, and
8989 * {@literal --bigQueryTable} options. If the Pub/Sub topic or the BigQuery table do not exist,
9090 * the example will try to create them.
9191 *
You can’t perform that action at this time.
0 commit comments