[
https://issues.apache.org/jira/browse/ORC-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16524201#comment-16524201
]
ASF GitHub Bot commented on ORC-383:
------------------------------------
GitHub user prasanthj opened a pull request:
https://github.com/apache/orc/pull/288
ORC-383: Parallel builds fails with ConcurrentModificationException
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prasanthj/orc ORC-383
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/288.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #288
----
commit 69b1774afdbcdefeb5ed82b62b377cc406ac47c5
Author: Prasanth Jayachandran <prasanthj@...>
Date: 2018-06-26T20:51:27Z
ORC-383: Parallel builds fails with ConcurrentModificationException
----
> 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
> Priority: Major
>
> {{"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)