[
https://issues.apache.org/jira/browse/IMPALA-9400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17051686#comment-17051686
]
ASF subversion and git services commented on IMPALA-9400:
---------------------------------------------------------
Commit bc3cf8aed288d41a316b859520a879d1bf2d9431 in impala's branch
refs/heads/master from Sahil Takiar
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=bc3cf8a ]
IMPALA-9400: Initial Ozone support
Ozone is a block-based filesystem store and is similar to HDFS in
many aspects. This patch adds initial support for reading data stored
on Ozone and writing data to Ozone. It adds Ozone to the whitelist of
Impala writable filesystems and adds the necessary Ozone client jars
to the Impala classpath.
Initially, Ozone will be treated as a remote storage service, similar to
how Impala treats S3 and ABFS. Ozone will typically be deployed on a
separate storage cluster, so all reads will be remote.
Since remote HDFS and Ozone are separate storage systems, with distinct
performance characteristics, they are treated as separate systems for
disk scheduling purposes.
Rather than updating to a new CDP GBN with the added Ozone client jars,
I just modified the existing GBN to include the new jars in the Maven
repo.
Testing:
* Manually tested that connecting to an external Ozone cluster works and
that Impala can create an Ozone-backed table, write to the
table, read from the table, and drop the table
* Ran core tests with and without USE_CDP_HIVE=true
Change-Id: I2544ff61e8767f061253a62a01ce2b7dfc384a99
Reviewed-on: http://gerrit.cloudera.org:8080/15334
Reviewed-by: Sahil Takiar <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Impala Ozone Support
> --------------------
>
> Key: IMPALA-9400
> URL: https://issues.apache.org/jira/browse/IMPALA-9400
> Project: IMPALA
> Issue Type: New Feature
> Components: Backend, Frontend
> Reporter: Sahil Takiar
> Assignee: Sahil Takiar
> Priority: Major
>
> Impala should be able to read/write data from Apache Ozone:
> [https://hadoop.apache.org/ozone/]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]