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/24 14:56:00 UTC

[jira] [Work logged] (HIVE-26070) Remove the generated files from the source tarball

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

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

                Author: ASF GitHub Bot
            Created on: 24/Mar/22 14:55
            Start Date: 24/Mar/22 14:55
    Worklog Time Spent: 10m 
      Work Description: zabetak commented on a change in pull request #3141:
URL: https://github.com/apache/hive/pull/3141#discussion_r834397936



##########
File path: packaging/src/main/assembly/src.xml
##########
@@ -41,6 +41,12 @@
         <exclude>**/.project</exclude>
         <exclude>**/.settings/**</exclude>
         <exclude>**/thirdparty/**</exclude>
+        <exclude>standalone-metastore/metastore-common/src/gen/version/**</exclude>
+        <exclude>standalone-metastore/metastore-server/src/gen/**</exclude>
+        <exclude>common/src/gen/**</exclude>
+        <exclude>kafka-handler/src/test/gen/**</exclude>
+        <exclude>conf/hive-default.xml.template</exclude>
+        <exclude>ql/dependency-reduced-pom.xml</exclude>

Review comment:
       Can we make the exclusions (or some of them) more generic to avoid including again similar things in the future? For instance exclude all kind of dependency-reduced-pom.xml files and not only under ql. 




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

> Remove the generated files from the source tarball
> --------------------------------------------------
>
>                 Key: HIVE-26070
>                 URL: https://issues.apache.org/jira/browse/HIVE-26070
>             Project: Hive
>          Issue Type: Task
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We should discuss and decide if we would like to share the generated files in the source tarball.
> There are 3 kind of generated files:
>  # Thrift - we keep them in git too, so I would vote for keeping them
>  # package-info.java files:
>  ** standalone-metastore/metastore-common/src/gen/version
>  ** standalone-metastore/metastore-server/src/gen/version
>  ** common/src/gen
>  # Test Record generated for Kafka tests: kafka-handler/src/test/genĀ 
> I would vote for keeping 1, but remove 2 and 3 from the source tarball



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