adoroszlai commented on code in PR #7584: URL: https://github.com/apache/ozone/pull/7584#discussion_r1891405055
########## hadoop-hdds/docs/content/integration/Impala.md: ########## @@ -0,0 +1,63 @@ +--- +title: Impala +weight: 4 +menu: + main: + parent: "Application integrations" +--- +<!--- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +Starting with version **4.2.0**, Apache Impala provides full support for +querying data stored in **Apache Ozone**. To utilize this functionality, +ensure that your Ozone version is **1.4.0** or later. + +## Supported Access Protocols + +Impala supports the following protocols for accessing Ozone data: + +* ofs +* s3a + +Note: The o3fs protocol is **NOT** supported by Impala. + +## Supported Bucket Types + +Impala is compatible with Ozone buckets configured with either: + +* RATIS (Replication) +* Erasure Coding Review Comment: Is Impala change required for supporting different replication types, or can we say it works with all of them? ########## hadoop-hdds/docs/content/integration/_index.md: ########## @@ -0,0 +1,26 @@ +--- +title: "Application integrations" +menu: + main: + weight: 5 +--- +<!--- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +{{<jumbotron title="Application integration">}} Review Comment: Repeating the page title (with minor changes) does not look good. Is title required for `jumbotron`? ########## hadoop-hdds/docs/content/integration/_index.md: ########## @@ -0,0 +1,26 @@ +--- +title: "Application integrations" +menu: + main: + weight: 5 +--- +<!--- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +{{<jumbotron title="Application integration">}} +Many applications can be integrated with Ozone through the the Hadoop compatible ofs interface or the S3 interface. Review Comment: ```suggestion Many applications can be integrated with Ozone through the Hadoop-compatible ofs interface or the S3 interface. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
