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

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   oss-hdfs is one of aliyun service, it base on oss, support hdfs-like 
intefeace. but the schema of oss-hdfs  is oss:// ,it conflict with raw oss 
schema.
   oss-hdfs schema: oss://bucket.{domain}/path
   oss: schema: oss://bucket/path
   
   osS-hdfs是阿里云的服务之一,它基于oss,支持类hdfs接口。但oss-hdfs的schema也是oss://,这与原始的oss冲突。
   oss-hdfs schema: oss://bucket。{domain}/path 
   oss: schema: oss://bucket/path
   
   Based on the preceding judgment, if OSS-HDFS is used in data analysis 
scenarios, oss may no longer be available.
   基于上面的判断,在数据分析的场景中,FE如果安装了oss-hdfs的jar包,可能会导致无法再使用oss。
   
   ### Solution
   
   The two protocols can be distinguished by the difference in the first field。
   We can add a sub judgment  when protocol is “oss”。
   协议可以通过第一个字段的差异来区分。我们可以在协议为“OSS ”时,再增加一个子判断。
   
   
   
   ### 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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to