Google Cloud Data Data Text到BigQueryIO Job无法启动

时间:2016-12-07 20:41:28

标签: java google-cloud-dataflow

我收到以下控制台日志,进程停止

com.google.cloud.dataflow.sdk.runners.DataflowPipelineRunner fromOptions
INFO: PipelineOptions.filesToStage was not specified. Defaulting to files from the classpath: will stage 69 files. Enable logging at DEBUG level to see which files will be staged.

我的执行参数如下

--project=xyz-123 --stagingLocation=gs://xxx/staging/ --output=yyy:zzz.aa --runner=BlockingDataflowPipelineRunner

我在没有指定登台文件列表的情况下运行了管道,但突然发生了这种情况。

1 个答案:

答案 0 :(得分:1)

即使所有日志都是红色的,日志或代码也没有任何问题。我只是忘记了管道。

Eclipse中的lint或marker错误可能有助于避免这种情况。

解决方案:

p.run();

必须添加,因为我不小心删除了该行。