[
https://issues.apache.org/jira/browse/CARBONDATA-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927947#comment-15927947
]
Vinod Rohilla commented on CARBONDATA-785:
------------------------------------------
we are still getting error, Please check the below error:
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CarbonData :: Format 1.1.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ carbondata-format ---
[INFO]
[INFO] --- maven-thrift-plugin:0.1.11:compile (generate-thrift-java) @
carbondata-format ---
[ERROR] thrift failed output:
[ERROR] thrift failed error: /bin/sh: 1: thrift: not found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache CarbonData :: Parent ........................ SUCCESS [ 1.462 s]
[INFO] Apache CarbonData :: Common ........................ SUCCESS [ 1.272 s]
[INFO] Apache CarbonData :: Format ........................ FAILURE [ 0.092 s]
[INFO] Apache CarbonData :: Core .......................... SKIPPED
[INFO] Apache CarbonData :: Processing .................... SKIPPED
[INFO] Apache CarbonData :: Hadoop ........................ SKIPPED
[INFO] Apache CarbonData :: Spark Common .................. SKIPPED
[INFO] Apache CarbonData :: Spark2 ........................ SKIPPED
[INFO] Apache CarbonData :: Spark Common Test ............. SKIPPED
[INFO] Apache CarbonData :: Assembly ...................... SKIPPED
[INFO] Apache CarbonData :: Spark2 Examples ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.958 s
[INFO] Finished at: 2017-03-16T18:14:48+05:30
[INFO] Final Memory: 46M/1339M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.thrift.tools:maven-thrift-plugin:0.1.11:compile
(generate-thrift-java) on project carbondata-format: thrift did not exit
cleanly. Review output for more information. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :carbondata-format
Build step 'Execute shell' marked build as failure
> 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)