You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gabor Szadovszky (Jira)" <ji...@apache.org> on 2021/03/11 15:41:00 UTC

[jira] [Resolved] (PARQUET-1992) Cannot build from tarball because of git submodules

     [ https://issues.apache.org/jira/browse/PARQUET-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabor Szadovszky resolved PARQUET-1992.
---------------------------------------
    Resolution: Fixed

> Cannot build from tarball because of git submodules
> ---------------------------------------------------
>
>                 Key: PARQUET-1992
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1992
>             Project: Parquet
>          Issue Type: Bug
>            Reporter: Gabor Szadovszky
>            Assignee: Maya Anderson
>            Priority: Blocker
>
> Because we use git submodules (to get test parquet files) a simple "mvn clean install" fails from the unpacked tarball due to "not a git repository".
> I think we would have 2 options to solve this situation:
> * Include all the required files (even only for testing) in the tarball and somehow avoid the git submodule update in case of executed in a non-git envrionment
> * Make the downloading of the parquet files and the related tests optional so it won't fail the build from the tarball



--
This message was sent by Atlassian Jira
(v8.3.4#803005)