[ 
https://issues.apache.org/jira/browse/DRILL-7405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954441#comment-16954441
 ] 

ASF GitHub Bot commented on DRILL-7405:
---------------------------------------

vvysotskyi commented on issue #1874: DRILL-7405: Avoiding download of TPC-H data
URL: https://github.com/apache/drill/pull/1874#issuecomment-543633312
 
 
   I disagree that we should add so large files to the project sources.
   
   I have experimented some time ago with alternative solutions for this 
problem and one of the ideas was to create a new GitHub repository with these 
files, use JitPack for publishing archive and use `maven-dependency-plugin` in 
Drill to obtain and unpack files when the project is built.
   
   Here is a link to the repo with files: 
https://github.com/vvysotskyi/tpch-parquet and commit with changes in Drill: 
https://github.com/vvysotskyi/drill/commit/0635133bbd22945e7648791cfd6e2d146730b219.
   What do you think about this? You may use these changes if we will choose 
this approach.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Build fails due to inaccessible apache-drill on S3 storage
> ----------------------------------------------------------
>
>                 Key: DRILL-7405
>                 URL: https://issues.apache.org/jira/browse/DRILL-7405
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Tools, Build & Test
>    Affects Versions: 1.16.0
>            Reporter: Boaz Ben-Zvi
>            Assignee: Abhishek Girish
>            Priority: Critical
>             Fix For: 1.17.0
>
>
>   A new clean build (e.g. after deleting the ~/.m2 local repository) would 
> fail now due to:  
> Access denied to: 
> [http://apache-drill.s3.amazonaws.com|https://urldefense.proofpoint.com/v2/url?u=http-3A__apache-2Ddrill.s3.amazonaws.com_files_sf-2D0.01-5Ftpc-2Dh-5Fparquet-5Ftyped.tgz&d=DwMGaQ&c=C5b8zRQO1miGmBeVZ2LFWg&r=KLC1nKJ8dIOnUay2kR6CAw&m=08mf7Xfn1orlbAA60GKLIuj_PTtfaSAijrKDLOucMPU&s=CX97We3sm3ZZ_aVJIrsUdXVJ3CNMYg7p3IsxbJpuXWk&e=]
>  
> (e.g., for the test data  sf-0.01_tpc-h_parquet_typed.tgz )
> A new publicly available storage place is needed, plus appropriate changes in 
> Drill to get to these resources.



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

Reply via email to