You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "littlefisher666 (via GitHub)" <gi...@apache.org> on 2023/11/17 07:50:07 UTC

[PR] [core]filesystems huawei obs implements [incubator-paimon]

littlefisher666 opened a new pull request, #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... -->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   Linked issue: close #2335
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1818433498

   I just mean: use paimon-s3 to access OBS.


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "littlefisher666 (via GitHub)" <gi...@apache.org>.
littlefisher666 commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1818441989

   > I just mean: use paimon-s3 to access OBS.
   
   Is there any example for using paimon-s3 to access aliyun OSS? Because OBS is like aliyun OSS. If I can use S3 to access OSS, I can also use S3 to access OBS.


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "littlefisher666 (via GitHub)" <gi...@apache.org>.
littlefisher666 commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1818410997

   > If no difference, we can just use S3 API to access OBS?
   
   OBS uses different sdk, so it cannot use S3 API or OSS API. Please read the paimon-obs-impl/pom.xml, It rely on OBS sdk.
   OBS使用了不同的sdk,所以不能够使用S3 或者OSS的API。请看下paimon-obs-impl/pom.xml,它依赖了OBS专用的sdk。
   
   ```
   <groupId>com.huaweicloud.obs</groupId>
   <artifactId>hadoop-huaweicloud</artifactId>
   <version>${hadoop-huaweicloud.version}</version>
   ```


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1818405097

   If no difference, we can just use S3 API to access OBS?


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1817480629

   Can you explain what difference between OBS API and S3 API for OBS?


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "littlefisher666 (via GitHub)" <gi...@apache.org>.
littlefisher666 closed pull request #2338: [core]filesystems huawei obs implements
URL: https://github.com/apache/incubator-paimon/pull/2338


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "littlefisher666 (via GitHub)" <gi...@apache.org>.
littlefisher666 commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1818060042

   > Can you explain what difference between OBS API and S3 API for OBS?
   
   There isn't much difference between OBS API and OSS API. But I don't know what difference between OBS API and S3 API.
   OBS和OSS的API其实并没有太大的区别,只不过我不太清楚OBS和S3的差异
   
   It is all rely on hadoop connector but use different sdk which is developed by different company.
   OBS和OSS的API都是依赖于Hadoop连接器,只不过是不同的公司所开发的sdk罢了


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1818448116

   You can baidu: https://blog.csdn.net/weixin_39132936/article/details/103260024


-- 
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: issues-unsubscribe@paimon.apache.org

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


Re: [PR] [core]filesystems huawei obs implements [incubator-paimon]

Posted by "littlefisher666 (via GitHub)" <gi...@apache.org>.
littlefisher666 commented on PR #2338:
URL: https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1820374668

   > You can baidu: https://blog.csdn.net/weixin_39132936/article/details/103260024
   
   I tried and it can be use to access huaweicloud OBS. 
   
   Thank you.


-- 
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: issues-unsubscribe@paimon.apache.org

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