This is an automated email from the ASF dual-hosted git repository.

guohualiu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git


    from bca9fe22ff Add a containerized mode to the ECM service (#5201)
     add 14111f9187 Fix ss3 and oss
     add 6f3bb22943 Fix build
     add d67847e86f Fix build
     new ebc08a0895 Merge pull request #5204 from WeDataSphere/master-s3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...uildHDFSFileSystem.java => BuildOSSSystem.java} |  42 +-
 ...dHDFSFileSystem.java => BuildS3FileSystem.java} |  48 +--
 .../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, 1046 insertions(+), 144 deletions(-)
 copy 
linkis-commons/linkis-storage/src/main/java/org/apache/linkis/storage/factory/impl/{BuildHDFSFileSystem.java
 => BuildOSSSystem.java} (57%)
 copy 
linkis-commons/linkis-storage/src/main/java/org/apache/linkis/storage/factory/impl/{BuildHDFSFileSystem.java
 => BuildS3FileSystem.java} (53%)
 create mode 100644 
linkis-commons/linkis-storage/src/main/java/org/apache/linkis/storage/fs/impl/OSSFileSystem.java
 create mode 100644 
linkis-commons/linkis-storage/src/main/java/org/apache/linkis/storage/fs/impl/S3FileSystem.java


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

Reply via email to