[ 
https://issues.apache.org/jira/browse/HIVE-26400?focusedWorklogId=794057&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-794057
 ]

ASF GitHub Bot logged work on HIVE-26400:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Jul/22 05:07
            Start Date: 22/Jul/22 05:07
    Worklog Time Spent: 10m 
      Work Description: dengzhhu653 commented on PR #3448:
URL: https://github.com/apache/hive/pull/3448#issuecomment-1192186831

   The new changes add support for running with local version of Hive:
   ```
   sh deploy.sh --hadoop <hadoop version> --tez <tez version>
   ```
   this command will build the image with given Hadoop and Tez version, and the 
local packaging/target/apache-hive-${project.version}-bin.tar.gz that built 
from source, a cluster with HiveServer2, Metastore and MySQL would be started.
   
   We can also build the image with a specified Hive version, just append 
`--hive <hive version>` to the above command.
   
   By default, the command will read the version info from project `pom.xml`:  
`project.version`, `hadoop.version`, `tez.version`, these properties are read 
as hive version, hadoop.version, tez.version and used for `deploy.sh` to build 
the image.
   
   Besides, we can start a standalone HiveServer2 only with embedded Metastore,
   ```
   sh deploy.sh --hiveserver2
   ```
   or just start a standalone Metastore with derby,
   ```
   sh deploy.sh --metastore
   ```
   




Issue Time Tracking
-------------------

    Worklog Id:     (was: 794057)
    Time Spent: 0.5h  (was: 20m)

> Provide a self-contained docker
> -------------------------------
>
>                 Key: HIVE-26400
>                 URL: https://issues.apache.org/jira/browse/HIVE-26400
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Zhihua Deng
>            Assignee: Zhihua Deng
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to