You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/15 21:07:58 UTC

[jira] [Commented] (BEAM-1165) Unexpected file created when checking dependencies on clean repo

    [ https://issues.apache.org/jira/browse/BEAM-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15752520#comment-15752520 ] 

ASF GitHub Bot commented on BEAM-1165:
--------------------------------------

GitHub user iemejia opened a pull request:

    https://github.com/apache/incubator-beam/pull/1632

    [BEAM-1165] Fix unexpected file creation when checking dependencies

    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`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [X] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/iemejia/incubator-beam BEAM-1165

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/1632.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 #1632
    
----
commit c283c8c96c9389e5b432307f69adbf3862e8570f
Author: Ismaël Mejía <ie...@gmail.com>
Date:   2016-12-15T21:06:18Z

    [BEAM-1165] Fix unexpected file creation when checking dependencies

----


> Unexpected file created when checking dependencies on clean repo
> ----------------------------------------------------------------
>
>                 Key: BEAM-1165
>                 URL: https://issues.apache.org/jira/browse/BEAM-1165
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>    Affects Versions: 0.5.0-incubating
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>
> I just found a weird behavior when I was checking for the latest release,
> nothing breaking, but when I start with a clean repo clone and I do:
>     mvn dependency:tree
> It creates a new file runners/flink/examples/wordcounts.txt with the
> dependencies.
> This error happens because maven-dependency-plugin asumes the property output
> used by the flink tests as the export file for the command.
> Ref.
> https://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html#output



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)