ykPrograWorld commented on issue #5819:
URL: https://github.com/apache/hudi/issues/5819#issuecomment-1151083831
> I guess non-partitioned table is represented as a single default partition
internally. Could you try add partition and then see if the data could be
queried?
i found the error in job log
```
Caused by: org.apache.http.NoHttpResponseException: 192.168.1.153:54789
failed to respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
~[hudi-flink1.13-bundle_2.11-0.11.0.jar:0.11.0]
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
~[hudi-flink1.13-bundle_2.11-0.11.0.jar:0.11.0]
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
~[hudi-flink1.13-bundle_2.11-0.11.0.jar:0.11.0]
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
~[hudi-flink1.13-bundle_2.11-0.11.0.jar:0.11.0]
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
~[hudi-flink1.13-bundle_2.11-0.11.0.jar:0.11.0]
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
~
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]