Serverless Data Processing with Dataflow - Using Dataflow SQL for Batch Analytics (Python) Ulasan
4276 ulasan
German L. · Diulas sekitar 2 bulan lalu
soumya s. · Diulas 3 bulan lalu
Ezhilan G. · Diulas 3 bulan lalu
Robin V. · Diulas 3 bulan lalu
Manikanta M. · Diulas 3 bulan lalu
Fred R. · Diulas 3 bulan lalu
Jorge Luis C. · Diulas 3 bulan lalu
Elton T. · Diulas 7 bulan lalu
Wojciech O. · Diulas 7 bulan lalu
Sunil S. · Diulas 7 bulan lalu
THIS LAB HAS A BUGGGGGG!!!
Martin A. · Diulas 7 bulan lalu
Abdullah S. · Diulas 7 bulan lalu
ERROR Traceback (most recent call last): File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 170, in <module> run() File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 154, in run (logs | 'PerUserAggregations' >> SqlTransform(query, dialect='zetasql') File "/opt/conda/lib/python3.10/site-packages/apache_beam/pvalue.py", line 138, in __or__ return self.pipeline.apply(ptransform, self) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 681, in apply return self.apply( File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 692, in apply return self.apply(transform, pvalueish) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 754, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 191, in apply return self.apply_PTransform(transform, input, options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 195, in apply_PTransform return transform.expand(input) File "/opt/conda/lib/python3.10/site-packages/apache_beam/transforms/external.py", line 750, in expand response = service.Expand(request) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1181, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Application error processing RPC", grpc_status:2, created_time:"2025-02-03T14:15:27.848628683+00:00"}"
Stefano C. · Diulas 7 bulan lalu
Errors in Dataflow job launch. Tried 2-3 times, but same error received everytime. WARNING:root:Waiting for grpc channel to be ready at localhost:44851. Traceback (most recent call last): File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/batch_user_traffic_SQL_pipeline.py", line 170, in <module> run() File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/batch_user_traffic_SQL_pipeline.py", line 154, in run (logs | 'PerUserAggregations' >> SqlTransform(query, dialect='zetasql') File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pvalue.py", line 138, in __or__ return self.pipeline.apply(ptransform, self) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pipeline.py", line 681, in apply return self.apply( File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pipeline.py", line 692, in apply return self.apply(transform, pvalueish) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/pipeline.py", line 754, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 191, in apply return self.apply_PTransform(transform, input, options) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 195, in apply_PTransform return transform.expand(input) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/apache_beam/transforms/external.py", line 750, in expand response = service.Expand(request) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/grpc/_channel.py", line 1181, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/lab/df-env/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Application error processing RPC", grpc_status:2, created_time:"2025-02-04T08:40:07.679716747+00:00"}"
Yogesh J. · Diulas 7 bulan lalu
Errors in Dataflow job launch. Tried 2-3 times, but same error received everytime.
Yogesh J. · Diulas 7 bulan lalu
I couldn't finish the lab because of an error "Application error processing RPC". I tried to complete this lab twice, both attempts with the same result. I copied the code provided in the solution and the error persists.
María Azul L. · Diulas 7 bulan lalu
ERROR Traceback (most recent call last): File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 170, in <module> run() File "/home/jupyter/training-data-analyst/quests/dataflow_python/4_SQL_Batch_Analytics/solution/batch_user_traffic_SQL_pipeline.py", line 154, in run (logs | 'PerUserAggregations' >> SqlTransform(query, dialect='zetasql') File "/opt/conda/lib/python3.10/site-packages/apache_beam/pvalue.py", line 138, in __or__ return self.pipeline.apply(ptransform, self) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 681, in apply return self.apply( File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 692, in apply return self.apply(transform, pvalueish) File "/opt/conda/lib/python3.10/site-packages/apache_beam/pipeline.py", line 754, in apply pvalueish_result = self.runner.apply(transform, pvalueish, self._options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 191, in apply return self.apply_PTransform(transform, input, options) File "/opt/conda/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 195, in apply_PTransform return transform.expand(input) File "/opt/conda/lib/python3.10/site-packages/apache_beam/transforms/external.py", line 750, in expand response = service.Expand(request) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1181, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/opt/conda/lib/python3.10/site-packages/grpc/_channel.py", line 1006, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Application error processing RPC", grpc_status:2, created_time:"2025-02-03T14:15:27.848628683+00:00"}"
Stefano C. · Diulas 7 bulan lalu
queries are not running properly
Vijay A. · Diulas 7 bulan lalu
Stuart B. · Diulas 7 bulan lalu
Sunil S. · Diulas 7 bulan lalu
RPC error when using zetasql. Had not enough time to solve or research.
Gloria M. · Diulas 7 bulan lalu
Got error
Thanasit V. · Diulas 7 bulan lalu
Got error
Thanasit V. · Diulas 7 bulan lalu
not working...error message: Application error processing RPC
Frank S. · Diulas 7 bulan lalu
An errror with Apache Beam version : grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNKNOWN details = "Application error processing RPC" debug_error_string = "UNKNOWN:Error received from peer {created_time:"2025-01-27T09:59:31.881841312+00:00", grpc_status:2, grpc_message:"Application error processing RPC"}"
Moudjibou O. · Diulas 8 bulan lalu
Kami tidak dapat memastikan bahwa ulasan yang dipublikasikan berasal dari konsumen yang telah membeli atau menggunakan produk terkait. Ulasan tidak diverifikasi oleh Google.