You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Hefei Li (JIRA)" <ji...@apache.org> on 2019/04/16 04:15:00 UTC

[jira] [Comment Edited] (DRILL-7179) Compiling drill from source doesn't include all the jars in the distribution/target dir

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

Hefei Li edited comment on DRILL-7179 at 4/16/19 4:14 AM:
----------------------------------------------------------

@[~gperp]  My compiled steps as below, you can refer to it:

1. Clone the drill repository, and checkout the current statable version
{code:java}
git clone https://gitbox.apache.org/repos/asf/drill.git
git checkout -b branch_1.15.0 originon/1.15.0
{code}
  Then you can verify it as below:
{code:java}
git branch -vv
{code}
2. Compile the code
{code:java}
mvn clean package -e -DskipTests
{code}
  Please make sure your compilation process is successful. If not, please upload the error log.

3. Verify compilation results

  You can verify it with the following command:
{code:java}
tar -tf distribution/target/apache-drill-1.15.0.tar.gz | grep drill-shaded
{code}


was (Author: lhfei):
@[~gperp]  My compiled steps as below, you can refer to it:

1. Clone the drill repository, and checkout the current statable version

 
{code:java}
git clone https://gitbox.apache.org/repos/asf/drill.git
git checkout -b branch_1.15.0 originon/1.15.0
{code}
  Then you can verify it as below:

 
{code:java}
git branch -vv
{code}
 

 

 

2. Compile the code
{code:java}
mvn clean package -e -DskipTests
{code}
  Please make sure your compilation process is successful. If not, please upload the error log.

 

3. Verify compilation results

  You can verify it with the following command:

 
{code:java}
tar -tf distribution/target/apache-drill-1.15.0.tar.gz | grep drill-shaded
{code}
 

 

 

> Compiling drill from source doesn't include all the jars in the distribution/target dir
> ---------------------------------------------------------------------------------------
>
>                 Key: DRILL-7179
>                 URL: https://issues.apache.org/jira/browse/DRILL-7179
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.15.0
>         Environment: Building on Windows 10
>            Reporter: Georgi Genchev Perpeliev
>            Assignee: Hefei Li
>            Priority: Minor
>         Attachments: checkou.png, cmpiled.png, verify_tarball_file.png
>
>
> Following the instructions on [https://drill.apache.org/docs/compiling-drill-from-source/] , we end up with incomplete tarball including only drill-shaded-guava-23.0.jar in the jars subdirectory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)