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 2017/04/04 08:29:41 UTC

[jira] [Commented] (BEAM-1875) Remove Spark runner custom Hadoop and Avro IOs.

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

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

GitHub user amitsela opened a pull request:

    https://github.com/apache/beam/pull/2419

    [BEAM-1875] Remove Spark runner custom Hadoop and Avro IOs.

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] 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.pdf).
    
    ---


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

    $ git pull https://github.com/amitsela/beam remove-custom-hadoop-avro

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

    https://github.com/apache/beam/pull/2419.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 #2419
    
----
commit b9f2fa8033e50b3ce41ac6432b20f258d54f1b85
Author: Amit Sela <am...@gmail.com>
Date:   2017-04-04T07:31:31Z

    Remove Spark-runner-custom Hadoop and Avro IOs.

commit ba15da539ce709f7695f5d4ba6f797ccdc5d2d20
Author: Amit Sela <am...@gmail.com>
Date:   2017-04-04T07:52:47Z

    remove unused declared dependency of avro-mapred.

----


> Remove Spark runner custom Hadoop and Avro IOs.
> -----------------------------------------------
>
>                 Key: BEAM-1875
>                 URL: https://issues.apache.org/jira/browse/BEAM-1875
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-spark
>            Reporter: Amit Sela
>            Assignee: Amit Sela
>            Priority: Minor
>
> Remove custom IOs, their evaluators, tests and usage.
> The runner relies on the SDK, and its tests, for all IOs.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)