YuweiXiao commented on issue #4461:
URL: https://github.com/apache/hudi/issues/4461#issuecomment-1002367507
I cannot reproduce the warning. I am using master branch and run directly
inside the IDE (with spark local mode and core-site.xml setup)
by the way, I am using the following version of AliyunOSS sdk
```
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-aliyun</artifactId>
<version>2.7.2.4-oss-magic-copy-12</version>
</dependency>
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>3.7.1</version>
</dependency>
```
--
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]