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

2019-04-16 Thread Georgi Perpeliev (JIRA)


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

Georgi Perpeliev commented on DRILL-7179:
-

[~lhfei]

I managed to compile it successfully today after reverting maven's settings.xml 
to default (my company uses a custom one). Before it was compiling without 
errors or warnings, but without those jars.

So it seems it was a transient maven issue and this one can be closed. 

Thanks for your help.

I had checked out the tag drill-1.15.0 and compiled against it, it seems to 
point to the same commit as the branch.

> 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 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)


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

2019-04-15 Thread Hefei Li (JIRA)


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

Hefei Li commented on DRILL-7179:
-

@[~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)


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

2019-04-15 Thread Hefei Li (JIRA)


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

Hefei Li commented on DRILL-7179:
-

[~gperp] Can you tell me the branch and version you compiled, and the compiled 
log information?

> 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
>
> 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)