[
https://issues.apache.org/jira/browse/CARBONDATA-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927868#comment-15927868 ]
Kunal Kapoor edited comment on CARBONDATA-785 at 3/16/17 11:35 AM:
-------------------------------------------------------------------
Try running the following command
mvn -Pspark-2.1 -Pbuild-with-format -DskipTests clean install
was (Author: kunal):
Try running the following command
mvn -Pspark-2.1 -Pbuild-with-format -DskipTests -Dscalastyle.skip clean install
> Compilation error in core module util package.
> ----------------------------------------------
>
> Key: CARBONDATA-785
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-785> Project: CarbonData
> Issue Type: Bug
> Components: build
> Affects Versions: 1.1.0-incubating
> Environment: Spark 2.1
> Reporter: Vinod Rohilla
> Priority: Blocker
>
> Getting error while build creation.
> Error:
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] /opt/jenkins/workspace/CarbonData_Functional_Suite_New/incubator-carbondata/core/src/main/java/org/apache/carbondata/core/util/DataFileFooterConverterV3.java:[60,56] cannot find symbol
> symbol: method getTime_stamp()
> location: variable fileHeader of type org.apache.carbondata.format.FileHeader
> [ERROR] /opt/jenkins/workspace/CarbonData_Functional_Suite_New/incubator-carbondata/core/src/main/java/org/apache/carbondata/core/util/CarbonMetadataUtil.java:[903,15] cannot find symbol
> symbol: method setTime_stamp(long)
> location: variable fileHeader of type org.apache.carbondata.format.FileHeader
> [INFO] 2 errors
> Expected Result: Compilation error should not exist while build creation.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)