Serverless Data Processing with Dataflow - バッチ分析に Dataflow SQL を使用する(Python) のレビュー
4276 件のレビュー
Leventan Sago German · 約2ヶ月前にレビュー済み
seetharam soumya · 3ヶ月前にレビュー済み
Gunasekaran Ezhilan · 3ヶ月前にレビュー済み
Vogel Robin · 3ヶ月前にレビュー済み
Manchikanti Manikanta · 3ヶ月前にレビュー済み
Rinehart Fred · 3ヶ月前にレビュー済み
Cruz Santiago Jorge Luis · 3ヶ月前にレビュー済み
Taylor Elton · 7ヶ月前にレビュー済み
Owczarek Wojciech · 7ヶ月前にレビュー済み
S Sunil · 7ヶ月前にレビュー済み
THIS LAB HAS A BUGGGGGG!!!
Aguirre Rodriguez Martin · 7ヶ月前にレビュー済み
Sheikh Abdullah · 7ヶ月前にレビュー済み
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"}"
Chiartano Stefano · 7ヶ月前にレビュー済み
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"}"
Jadhav Yogesh · 7ヶ月前にレビュー済み
Errors in Dataflow job launch. Tried 2-3 times, but same error received everytime.
Jadhav Yogesh · 7ヶ月前にレビュー済み
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.
Luquet María Azul · 7ヶ月前にレビュー済み
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"}"
Chiartano Stefano · 7ヶ月前にレビュー済み
queries are not running properly
Anand Vijay · 7ヶ月前にレビュー済み
Bennett Stuart · 7ヶ月前にレビュー済み
S Sunil · 7ヶ月前にレビュー済み
RPC error when using zetasql. Had not enough time to solve or research.
Meneses Gloria · 7ヶ月前にレビュー済み
Got error
Virojanadul Thanasit · 7ヶ月前にレビュー済み
Got error
Virojanadul Thanasit · 7ヶ月前にレビュー済み
not working...error message: Application error processing RPC
Shao Frank · 7ヶ月前にレビュー済み
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"}"
OUSSEINI Moudjibou · 8ヶ月前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。