You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/29 17:57:00 UTC

[jira] [Work logged] (HIVE-25750) Beeline: Creating a standalone tarball by isolating dependencies

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

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

                Author: ASF GitHub Bot
            Created on: 29/Nov/21 17:56
            Start Date: 29/Nov/21 17:56
    Worklog Time Spent: 10m 
      Work Description: achennagiri opened a new pull request #2824:
URL: https://github.com/apache/hive/pull/2824


   The code to create a standalone beeline tarball was created as part of this ticket https://issues.apache.org/jira/browse/HIVE-24348. However, a bug was reported in the case when the beeline is tried to install without the hadoop installed. 
   The beeline script complains of missing dependencies when it is run. 
   
   
   ### What changes were proposed in this pull request?
   The beeline script can be run with/without hadoop installed. All the required dependencies are bundled into a single downloadable tar file. 
   `mvn clean package install -Pdist -Pitests -DskipTests -Denforcer.skip=true` generates something along the lines of 
   **apache-hive-beeline-4.0.0-SNAPSHOT.tar.gz** in the **packaging/target** folder.
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   
   


-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

            Worklog Id:     (was: 687488)
    Remaining Estimate: 0h
            Time Spent: 10m

> Beeline: Creating a standalone tarball by isolating dependencies
> ----------------------------------------------------------------
>
>                 Key: HIVE-25750
>                 URL: https://issues.apache.org/jira/browse/HIVE-25750
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Abhay
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The code to create a standalone beeline tarball was created as part of this ticket https://issues.apache.org/jira/browse/HIVE-24348. However, a bug was reported in the case when the beeline is tried to install without the hadoop installed. 
> The beeline script complains of missing dependencies when it is run.
> The ask as part of this ticket is to fix that bug. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)