You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2018/06/26 20:51:00 UTC

[jira] [Created] (ORC-383) Parallel builds fails with ConcurrentModificationException

Prasanth Jayachandran created ORC-383:
-----------------------------------------

             Summary: Parallel builds fails with ConcurrentModificationException
                 Key: ORC-383
                 URL: https://issues.apache.org/jira/browse/ORC-383
             Project: ORC
          Issue Type: New Feature
    Affects Versions: 1.6.0
            Reporter: Prasanth Jayachandran
            Assignee: Prasanth Jayachandran


{{"mvn clean install -T 1C" fails with the following exception}}
{code:java}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache ORC 1.5.2 ................................... SUCCESS [ 1.660 s]
[INFO] ORC Shims .......................................... SUCCESS [ 1.791 s]
[INFO] ORC Core ........................................... SUCCESS [ 3.974 s]
[INFO] ORC MapReduce ...................................... SUCCESS [ 1.093 s]
[INFO] ORC Tools .......................................... SKIPPED
[INFO] ORC Examples 1.5.2 ................................. FAILURE [ 2.761 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.514 s (Wall Clock)
[INFO] Finished at: 2018-06-26T13:38:20-07:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "dist" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (make-assembly) on project orc-examples: Execution make-assembly of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed.: ConcurrentModificationException -> [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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :orc-examples{code}



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