File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function run_via_mvn {
62
62
local outfile_prefix=" $( get_outfile_prefix " $name " ) " || exit 2
63
63
local cmd=' mvn exec:java -f ' " $TOPDIR " ' /pom.xml -pl examples \
64
64
-Dexec.mainClass=com.google.cloud.dataflow.examples.WordCount \
65
- -Dexec.args="--runner=DirectPipelineRunner --input =' " $input " ' --output=' " $outfile_prefix " ' "'
65
+ -Dexec.args="--runner=DirectPipelineRunner --inputFile =' " $input " ' --output=' " $outfile_prefix " ' "'
66
66
echo " $name : Running $cmd " >&2
67
67
sh -c " $cmd "
68
68
check_result_hash " $name " " $outfile_prefix " " $expected_hash "
@@ -77,7 +77,7 @@ function run_bundled {
77
77
local cmd=' java -cp ' " $JAR_FILE " ' \
78
78
com.google.cloud.dataflow.examples.WordCount \
79
79
--runner=DirectPipelineRunner \
80
- --input =' " '$input '" ' \
80
+ --inputFile =' " '$input '" ' \
81
81
--output=' " $outfile_prefix "
82
82
echo " $name : Running $cmd " >&2
83
83
sh -c " $cmd "
You can’t perform that action at this time.
0 commit comments