This is an automated email from the ASF dual-hosted git repository. guohualiu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/linkis.git
commit ebc08a0895710aa59327365a5e5ef0ff97e1b8ce Merge: bca9fe22ff d67847e86f Author: LiuGuoHua <[email protected]> AuthorDate: Tue Dec 3 14:53:21 2024 +0800 Merge pull request #5204 from WeDataSphere/master-s3 Fix linkis storage ss3 and oss .../storage/factory/impl/BuildOSSSystem.java | 70 +++ .../storage/factory/impl/BuildS3FileSystem.java | 62 +++ .../linkis/storage/fs/impl/HDFSFileSystem.java | 2 +- .../linkis/storage/fs/impl/OSSFileSystem.java | 409 ++++++++++++++++++ .../linkis/storage/fs/impl/S3FileSystem.java | 474 +++++++++++++++++++++ .../storage/utils/StorageConfiguration.scala | 39 +- .../apache/linkis/storage/utils/StorageUtils.scala | 4 + .../storage/utils/StorageConfigurationTest.scala | 6 +- .../command/parser/transformer/ParamKeyMapper.java | 3 +- .../converter/PredefinedStringConverters.java | 4 +- .../command/template/option/Parameter.java | 2 +- .../command/template/option/StdOption.java | 2 +- .../interactor/job/common/LogRetriever.java | 48 +-- .../interactor/job/interactive/InteractiveJob.java | 6 +- .../properties/reader/PropsFileReader.java | 4 +- .../cli/application/operator/once/OnceJobOper.java | 5 +- .../operator/ujes/UJESClientFactory.java | 6 +- .../operator/ujes/UJESResultAdapter.java | 3 +- .../application/present/file/ResultFileWriter.java | 8 +- .../linkis/cli/application/utils/CliUtils.java | 11 +- .../cli/application/utils/SchedulerManager.java | 12 +- .../ujes/client/response/JobInfoResult.scala | 9 +- .../ujes/client/response/ResultSetResult.scala | 6 +- .../linkis/ujes/jdbc/LinkisSQLConnection.scala | 9 +- .../linkis/ujes/jdbc/UJESSQLDatabaseMetaData.scala | 2 + .../apache/linkis/ujes/jdbc/UJESSQLResultSet.scala | 6 + .../linkis/ujes/jdbc/UJESSQLTypeParser.scala | 20 - 27 files changed, 1135 insertions(+), 97 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
