[ https://issues.apache.org/jira/browse/HIVE-26565?focusedWorklogId=838408&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-838408 ]
ASF GitHub Bot logged work on HIVE-26565: ----------------------------------------- Author: ASF GitHub Bot Created on: 10/Jan/23 18:19 Start Date: 10/Jan/23 18:19 Worklog Time Spent: 10m Work Description: simhadri-g commented on code in PR #2: URL: https://github.com/apache/hive-site/pull/2#discussion_r1066142037 ########## themes/hive/layouts/partials/features.html: ########## @@ -0,0 +1,170 @@ +<!--- + 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. --> + +<features class="container text-style white-background"> + <div> + <div class="row feature-intro"> + <div class="row section-header-style"> + <h2 class="section-header-text" style="text-align: center;">What is Hive?</h2> + </div> + <p> + Apache Hive is a distributed, fault-tolerant data warehouse system that enables analytics at a massive scale. + Hive Metastore(HMS) provides a central repository of metadata that can easily be analyzed to make informed, + data driven decisions, and therefore it is a critical component of many data lake architectures. + + Hive is built on top of Apache Hadoop and supports storage on S3, adls, gs etc though hdfs. + Hive allows users to read, write, and manage petabytes of data using SQL. + </p> + </div> + <div class="row section-header-style"> + <h2 class="section-header-text" style="text-align: center;">Key Features</h2> + </div> + <div class="row divs"> + {{- partial "hs2terminal.html" . -}} + <div class="col-md feature-border"> + <h2 class="topic-text-style">Hive-Server 2 (HS2)</h2> + <p> + HS2 supports multi-client concurrency and authentication. + It is designed to provide better support for open API clients like JDBC and ODBC. + </p> + <a href="{{ .Site.Params.features.hs2 }}" class="icon-block"> + <button class="custom-button feature-button-style" role="button">Learn More</button> + </a> + </div> + </div> + + <div class="row divs"> + <div class="col-md feature-border"> + <h2 class="topic-text-style">Hive Metastore Server (HMS)</h2> + <p> + The Hive Metastore (HMS) is a central repository of metadata for Hive tables and partitions in a relational database, + and provides clients (including Hive, Impala and Spark) access to this information using the metastore service API. + It has become a building block for data lakes that utilize the diverse world of open-source software, such as Apache Spark and Presto. + In fact, a whole ecosystem of tools, open-source and otherwise, are built around the Hive Metastore, some of which this diagram illustrates. + </p> + <a href="{{ .Site.Params.features.hms }}" class="icon-block"> + <button class="custom-button feature-button-style" role="button">Learn More</button> + </a> + </div> + <div class="col-md"> + <a href="{{ .Site.Params.features.hms }}"> + <img src="{{.Site.BaseURL}}/images/HMS.jpg" width="600" height="400" alt="Apache Software Foundation"></a> + </a> + </div> + </div> + + <div class="row divs"> + <div class="col-md "> + <a href="{{ .Site.Params.features.acidTxn }}"> + <img src="{{.Site.BaseURL}}/images/hiveAcid.svg" width="300" height="300" alt="Apache Software Foundation"></a> + </a> + </div> + <div class="col-md feature-border"> + <h2 class="topic-text-style">Hive ACID</h2> + <p> + Hive provides full acid support for ORC tables out and insert only support to all other formats. + </p> + <a href="{{ .Site.Params.features.acidTxn }}" class="icon-block"> + <button class="custom-button feature-button-style" role="button">Learn More</button> + </a> + </div> + </div> + + <div class="row divs"> + <div class="col-md feature-border"> + <h2 class="topic-text-style">Hive Data Compaction</h2> + <p> + Query-based and MR-based data compactions are supported out-of-the-box. + </p> + <a href="{{ .Site.Params.features.compactions }}" class="icon-block"> + <button class="custom-button feature-button-style" role="button">Learn More</button> + </a> + </div> + <div class="col-md"> + {{- partial "compaction.html" . -}} + </div> + </div> Review Comment: Not yet, I would like to include it in a later patch along with a few other additions mentioned here: https://lists.apache.org/thread/f6f7h4w11bcggom94sovnrm3d22nwb43 Issue Time Tracking ------------------- Worklog Id: (was: 838408) Time Spent: 5h 20m (was: 5h 10m) > Revamp Apache Hive website > -------------------------- > > Key: HIVE-26565 > URL: https://issues.apache.org/jira/browse/HIVE-26565 > Project: Hive > Issue Type: Improvement > Components: Website > Reporter: Simhadri Govindappa > Assignee: Simhadri Govindappa > Priority: Major > Labels: pull-request-available > Time Spent: 5h 20m > Remaining Estimate: 0h > > > The existing apache hive website > [https://hive.apache.org|https://hive.apache.org/]/ hasn't been updated for a > very long time. Since the website is the front page of the project, I believe > it would be good to revamp the apache hive website with the latest features > and releases. > As discussed in the mail chain below, I am raising this jira to track the > efforts for the same. > Mail chain: [https://www.mail-archive.com/user@hive.apache.org/msg22568.html] > -- This message was sent by Atlassian Jira (v8.20.10#820010)