1
我在Google Cloud上使用Google Cloud的「無服務器數據分析與Google BigQuery和雲數據流」課程但Coursera上的第一個實驗室的執行失敗,因爲「數據流似乎卡住」的可能原因是什麼
(4ca2700be7a42d8b): Workflow failed. Causes: (4ca2700be7a420b8): The Dataflow appears to be stuck. Please reach out to the Dataflow team at http://stackoverflow.com/questions/tagged/google-cloud-dataflow.
演習的代碼是在https://github.com/GoogleCloudPlatform/training-data-analystcourses/data_analysis/lab2
文件夾中。該實驗室項目中使用與依賴的版本範圍...
<dependency>
<groupId>com.google.cloud.dataflow</groupId>
<artifactId>google-cloud-dataflow-java-sdk-all</artifactId>
<version>[2.0.0-beta2,3.0.0)</version>
</dependency>
是2.X.X版本的數據流的當前版本兼容?該問題的其他可能原因是什麼?
謝謝。它這次工作https://console.cloud.google.com/dataflow/job/2017-09-07_23_36_20-1406641009476402242?project=datatraining-178808 – Viktor