[
https://issues.apache.org/jira/browse/BEAM-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058910#comment-16058910
]
ASF GitHub Bot commented on BEAM-2491:
--------------------------------------
GitHub user echauchot opened a pull request:
https://github.com/apache/beam/pull/3422
[BEAM-2491] Move package org.apache.beam.runners.core.metrics to
org.apache.beam.runners.core.construction.metrics
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [X] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [X] Make sure tests pass via `mvn clean verify`.
- [X] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [X] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
R: @bjchambers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/echauchot/beam
BEAM-2491-package-info-duplicates
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3422.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 #3422
----
commit 83e154263d5b33749c657186434050e1ed146d05
Author: Etienne Chauchot <[email protected]>
Date: 2017-06-21T11:36:26Z
[BEAM-2491] Move package org.apache.beam.runners.core.metrics to
org.apache.beam.runners.core.construction.metrics
----
> Duplicate org.apache.beam.runners.core.metrics.pachage-info.class
> -----------------------------------------------------------------
>
> Key: BEAM-2491
> URL: https://issues.apache.org/jira/browse/BEAM-2491
> Project: Beam
> Issue Type: Bug
> Components: runner-core
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Trivial
>
> There is twice the package org.apache.beam.runners.core.metrics in the code
> base:
> * one in the module beam-runners-core-construction-java
> * one in the module beam-runners-core-java
> Consequently there will be two
> org.apache.beam.runners.core.metrics.pachage-info.class in the classpath.
> Minor comment : some tools (e.g. Elasticsearch test framework) detect this
> duplication and fail at runtime.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)