You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Denys Ordynskiy (JIRA)" <ji...@apache.org> on 2019/04/30 17:59:00 UTC

[jira] [Created] (DRILL-7226) Compilation error on Windows when building from the release tarball sources

Denys Ordynskiy created DRILL-7226:
--------------------------------------

             Summary: Compilation error on Windows when building from the release tarball sources
                 Key: DRILL-7226
                 URL: https://issues.apache.org/jira/browse/DRILL-7226
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.15.0
            Reporter: Denys Ordynskiy
            Assignee: Pritesh Maker
         Attachments: tarball_building.log

*Description:*
 OS - Windows.
 Downloaded tarball with sources for the [1.15|http://home.apache.org/~vitalii/drill/releases/1.15.0/rc2/apache-drill-1.15.0-src.tar.gz] or [1.16|http://home.apache.org/~sorabh/drill/releases/1.16.0/rc2/apache-drill-1.16.0-src.tar.gz] Drill release.
 Extracted the sources.
 Built sources using the following command:
{noformat}
mvn clean install -DskipTests -Pmapr
{noformat}
*Expected result:*
 BUILD SUCCESS

*Actual result:*
{noformat}
...
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] D:\src\rc2\apache-drill-1.16.0-src\protocol\src\main\java\org\apache\drill\exec\proto\beans\RecordBatchDef.java:[53,17] error: cannot find symbol
  symbol:   class SerializedField
  location: class RecordBatchDef
...
BUILD FAILURE
{noformat}
See "tarball_building.log"

There are no errors when building sources on Windows from the GitHub release [branch|https://github.com/sohami/drill/commits/drill-1.16.0].



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