mirror of
https://github.com/apache/impala.git
synced 2025-12-29 18:01:07 -05:00
IMPALA-11629: Support for huawei OBS FileSystem
This patch adds support for huawei OBS (Object Storage Service) FileSystem. The implementation is similar to other remote FileSystems. New flags for OBS: - num_obs_io_threads: Number of OBS I/O threads. Defaults to be 16. Testing: - Upload hdfs test data to an OBS bucket. Modify all locations in HMS DB to point to the OBS bucket. Remove some hdfs caching params. Run CORE tests. Change-Id: I84a54dbebcc5b71e9bcdd141dae9e95104d98cb1 Reviewed-on: http://gerrit.cloudera.org:8080/19110 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
5abbb9bd17
commit
f4d306cbca
@@ -52,6 +52,7 @@ under the License.
|
||||
<knox.version>${env.IMPALA_KNOX_VERSION}</knox.version>
|
||||
<cos.version>${env.IMPALA_COS_VERSION}</cos.version>
|
||||
<oss.version>${env.IMPALA_OSS_VERSION}</oss.version>
|
||||
<obs.version>${env.IMPALA_OBS_VERSION}</obs.version>
|
||||
<thrift.version>${env.IMPALA_THRIFT_POM_VERSION}</thrift.version>
|
||||
<impala.extdatasrc.api.version>${project.version}</impala.extdatasrc.api.version>
|
||||
<impala.query.event.hook.api.version>${project.version}</impala.query.event.hook.api.version>
|
||||
|
||||
Reference in New Issue
Block a user