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 2022/03/02 08:23:00 UTC

[jira] [Work logged] (HIVE-25997) Fix release source packaging

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

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

                Author: ASF GitHub Bot
            Created on: 02/Mar/22 08:22
            Start Date: 02/Mar/22 08:22
    Worklog Time Spent: 10m 
      Work Description: pvary opened a new pull request #3067:
URL: https://github.com/apache/hive/pull/3067


   ### What changes were proposed in this pull request?
   Changes in the packaging files for the src tar.gz
   
   ### Why are the changes needed?
   We need the src package to be buildable
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Manually:
   ```
   tar -xvzf apache-hive-4.0.0-SNAPSHOT-src.tar.gz
   cd apache-hive-4.0.0-SNAPSHOT-src
   mvn clean install -DskipTests -Piceberg
   ```
   


-- 
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: 735173)
    Remaining Estimate: 0h
            Time Spent: 10m

> Fix release source packaging
> ----------------------------
>
>                 Key: HIVE-25997
>                 URL: https://issues.apache.org/jira/browse/HIVE-25997
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 4.0.0-alpha-1
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The generated source package is not compiling with:
> {code:java}
> mvn clean install -DskipTests {code}
> We should fix that for the release



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