hhaishen opened a new issue, #34963:
URL: https://github.com/apache/doris/issues/34963

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   Doris:apache-doris-2.1.2-bin-x64-noavx2
   system:CentOS Linux release 7.9.2009 (Core)
   
   ### What's Wrong?
   
   I successfully created the catalog and can query the table structure and 
data normally, but once it comes to querying data, the following will appear: 
ERROR 1105 (HY000): errCode = 2, detailMessage = Max Compute tunnel SDK 
exception: ErrorCode=Local Error, ErrorMessage=ErrorCode=Local Error, 
ErrorMessage=Sorry, Page Not Found
   
   My Maxcomput is in a private cloud and not on a public cloud
   
   I am very sure that my odps_endpoint and tunnel_endpoint are correct. I can 
access and obtain data normally using odpscmd on the same machine.
   
   I also discovered an interesting phenomenon. When I query an empty table, it 
does not make an error. It only throws this error when querying a table with 
data.
   
   Query the phenomenon of empty result table
   
![image](https://github.com/apache/doris/assets/122429037/a4398537-1930-4f8f-a0c4-c5b3b110287b)
   
   
   Query has data result table phenomenon
   
![image](https://github.com/apache/doris/assets/122429037/08a4a3ce-724c-45d1-b609-cc5d92b8989d)
   
   I can get my table structure normally
   
![image](https://github.com/apache/doris/assets/122429037/b043c80e-48a1-4bb9-a910-baca014c79ab)
   
![image](https://github.com/apache/doris/assets/122429037/80a0d6e9-4b2c-424a-8296-00b5a07c8cd2)
   
   I have searched and tried many methods, including downgrading the ODPS jar 
package, but there is no solution. Can you help me?
   
   ### What You Expected?
   
   I hope this problem can be solved and the data can be queried normally
   
   ### How to Reproduce?
   
   Below is my catalog script to create maxcompute
   
   I dealt with some private information xxxx
   
   
   CREATE CATALOG mc PROPERTIES (
     "type" = "max_compute",
     "mc.region" = "cn-xxxx",
     "mc.default.project" = "odps",
     "mc.access_key" = "JPRxxxxRFxz",
     "mc.secret_key" = "zxxxxxL2",
     "mc.odps_endpoint" = 
"http://service.cn-xxxx-xxxx-xxxx.odps.ops.xxxx.xxxx.com/api";,
     "mc.tunnel_endpoint" = "http://dt.cn-xxxx-xxxx-xxxx.odps.ops.xxxx.xxxx.com";
   );
   
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to