[GitHub] beam pull request #1896: Migrate from OldDoFn to NewDoFn

2017-02-01 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1896 Migrate from OldDoFn to NewDoFn 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

[GitHub] beam pull request #1894: [BEAM-886] Migrate CallableWrapperDoFn to use the N...

2017-02-01 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1894 [BEAM-886] Migrate CallableWrapperDoFn to use the NewDoFn type WIP Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make

[GitHub] beam pull request #1902: Add a deprecation warning for DoFn

2017-02-01 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1902 Add a deprecation warning for DoFn WIP Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam pull request #1917: [BEAM-886] Remove the usage of OldDoFn and clean up...

2017-02-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1917 [BEAM-886] Remove the usage of OldDoFn and clean up function names Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR

[GitHub] beam pull request #1955: [BEAM-1185] Remove references to PipelineRunner

2017-02-08 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1955 [BEAM-1185] Remove references to PipelineRunner R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure

[GitHub] beam pull request #1956: [BEAM-759] Remove blocking dataflow runner

2017-02-08 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1956 [BEAM-759] Remove blocking dataflow runner R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure

[GitHub] beam pull request #1958: [Beam-1280] remove label arguments from ptransforms

2017-02-08 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1958 [Beam-1280] remove label arguments from ptransforms R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make

[GitHub] beam pull request #1913: [BEAM-886] Rename NewDoFn to DoFn

2017-02-02 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1913 [BEAM-886] Rename NewDoFn to DoFn R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title

[GitHub] beam pull request #1947: [BEAM-1430] PartitionFn should not access context a...

2017-02-07 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1947 [BEAM-1430] PartitionFn should not access context and just the element PartitionFn currently has access to the complete process context. We should limit the access to just the element to make it more

[GitHub] beam-site pull request #148: Add documentation to build the site with a dock...

2017-02-08 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/148 Add documentation to build the site with a docker container Adding documentation in the Readme to allow building the site with a docker container. This solves some of the pain we face with ruby

[GitHub] beam pull request #1923: [BEAM-1369] Reduce test times for two retry based t...

2017-02-05 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1923 [BEAM-1369] Reduce test times for two retry based tests R: @charlesccychen PTAL - The gcsio test was taking 2s so reducing the segment override makes it faster. - The retry test now just

[GitHub] beam pull request #1885: Reduce test sizes to improve unit test speeds

2017-01-31 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1885 Reduce test sizes to improve unit test speeds R: @aaltay PTAL These changes reduce the time taken by python unittests from 85 to 36 seconds. Be sure to do all of the following

[GitHub] beam pull request #1886: [BEAM-1365] Fix the big query regex to account for ...

2017-01-31 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1886 [BEAM-1365] Fix the big query regex to account for . in dataset name R: @chamikaramj PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] beam pull request #1842: [BEAM-886] Migrate CallableWrapperDoFn to extend Ne...

2017-01-24 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1842 [BEAM-886] Migrate CallableWrapperDoFn to extend NewDoFn - Migrate the CallableWrapperDoFn class to extend NewDoFn instead of OldDoFn - Add a test for callables such as set/list as they can

[GitHub] beam pull request #1854: Some performance improvements to NewDoFn but moving...

2017-01-26 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1854 Some performance improvements to NewDoFn but moving common code The NewDoFN are still slower than the Old one but this improves the performance a bit. R: @robertwb PTAL Be sure

[GitHub] beam pull request #1869: [BEAM-886] Some performance improvements to NewDoFn

2017-01-30 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1869 [BEAM-886] Some performance improvements to NewDoFn - Add types to some of variables for performance - Do minimal work in the process function by stashing the placeholders to be replaced

[GitHub] beam pull request #1854: [BEAM-886] Some performance improvements to NewDoFn...

2017-01-27 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/1854 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #1845: Add snippet for reading from compressed text source...

2017-01-25 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1845 Add snippet for reading from compressed text sources R: @chamikaramj PTAL Does this need a beam issue as it is just improving documentation ? Be sure to do all of the following

[GitHub] beam pull request #1782: [BEAM-886] Implement annotation based NewDoFn in Py...

2017-01-20 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/1782 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2047: [BEAM-1218] Move GCP specific IO into separate modu...

2017-02-19 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2047 [BEAM-1218] Move GCP specific IO into separate module PR 1/? for moving the GCP IO stuff out. I'll refactor the IO channel factory next. R: @aaltay PTAL Be sure to do all

[GitHub] beam pull request #2051: [Beam-1218] Remove dependencies on GCP libraries fo...

2017-02-20 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2051 [Beam-1218] Remove dependencies on GCP libraries for using beam Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[GitHub] beam pull request #2086: [BEAM-1218] Move the names and auth files to approp...

2017-02-23 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2086 [BEAM-1218] Move the names and auth files to appropriate directories Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam pull request #2076: [BEAM-1320] Fix warnings in the beam docstrings

2017-02-22 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2076 [BEAM-1320] Fix warnings in the beam docstrings R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam-site pull request #163: Fix the quickstart documentation

2017-02-24 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/163 Fix the quickstart documentation R: @aaltay PTAL You can merge this pull request into a Git repository by running: $ git pull https://github.com/sb2nov/beam-site sb_fix_links Alternatively

[GitHub] beam-site pull request #164: Remove Ostatic link as it has been broken for a...

2017-02-24 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/164 Remove Ostatic link as it has been broken for a few weeks R: @davorbonaci PTAL You can merge this pull request into a Git repository by running: $ git pull https://github.com/sb2nov/beam

[GitHub] beam pull request #2079: [BEAM-1218] Rename google_cloud_dataflow and google...

2017-02-22 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2079 [BEAM-1218] Rename google_cloud_dataflow and google_cloud_platform R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] beam-site pull request #161: Fix broken links due to directory renames in Be...

2017-02-22 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/161 Fix broken links due to directory renames in Beam Ref: https://github.com/apache/beam/pull/2079 R: @aaltay PTAL You can merge this pull request into a Git repository by running

[GitHub] beam pull request #2059: [BEAM-1320] Fix documentation in the sdk and fail f...

2017-02-21 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2059 [BEAM-1320] Fix documentation in the sdk and fail for new errors R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] beam pull request #1964: Get nosetests working after removing the setup.py c...

2017-02-09 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1964 Get nosetests working after removing the setup.py change This is a temporary change as we work towards getting maven to work across languages and building and testing both the python and java code

[GitHub] beam pull request #1997: [BEAM-1280] Remove passing label from PTransform in...

2017-02-13 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/1997 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2001: [BEAM-1473] Remove unused windmill proto from pytho...

2017-02-13 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2001 [BEAM-1473] Remove unused windmill proto from python sdk R: @charlesccychen PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] beam pull request #1972: Fix the usage of os.path.join in two tests

2017-02-09 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1972 Fix the usage of os.path.join in two tests R: @dhalperi PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam pull request #1981: [BEAM-782] support runner names to be partial or ca...

2017-02-10 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1981 [BEAM-782] support runner names to be partial or case insensitive R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] beam pull request #1980: [BEAM-1464] All test should use TestPipeline

2017-02-10 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1980 [BEAM-1464] All test should use TestPipeline R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam pull request #2010: [BEAM-1185] Make examples blocking as command line ...

2017-02-14 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2010 [BEAM-1185] Make examples blocking as command line invoked R: @aaltay PTAL Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] beam pull request #1997: [BEAM-1280] Remove passing label from Combiners

2017-02-13 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1997 [BEAM-1280] Remove passing label from Combiners R: @aaltay PTAL After this only assert_that and AsSingleton etc for SideInputs take the label as the argument. Rest should be gone

[GitHub] beam pull request #2024: [BEAM-1320] Add script to generate documentation fo...

2017-02-16 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2024 [BEAM-1320] Add script to generate documentation for the python sdk R: @aaltay - Created a script to generate the documentation for pydocs to be checked into the beam site. - Added

[GitHub] beam-site pull request #158: [BEAM-1320] Update release guide to create pydo...

2017-02-16 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/158 [BEAM-1320] Update release guide to create pydocs R: @aaltay - Updated release guide to create pydocs - Added a link to the API in the python sdk page - Setup the redirects

[GitHub] beam pull request #1782: [BEAM-886] Implement annotation based NewDoFn

2017-01-16 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1782 [BEAM-886] Implement annotation based NewDoFn - Implement the new annotation based DoFn in python see https://s.apache.org/a-new-dofn - Migrate all the cases of DoFn to NewDoFn

[GitHub] beam pull request #1757: [BEAM-1257] Compressed text source emit an extra el...

2017-01-10 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/1757 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #1268: [BEAM-877] Allow an option to not flatten record ty...

2017-01-08 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/1268 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #1757: Compressed file with missing last EOF create a fake...

2017-01-10 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1757 Compressed file with missing last EOF create a fake element Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2350: BEAM-1441 Fix bugs in Temp IOChannelFactory in File...

2017-03-28 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2350 BEAM-1441 Fix bugs in Temp IOChannelFactory in FileIO Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2280: [BEAM-1769] Travis should run all tox tests

2017-03-20 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2280 [BEAM-1769] Travis should run all tox tests 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

[GitHub] beam pull request #2255: [BEAM-547] [BEAM-1730] Cleanup versions.py and root...

2017-03-15 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2255 [BEAM-547] [BEAM-1730] Cleanup versions.py and root init has version access Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make

[GitHub] beam pull request #2252: Revert "Add ValueProvider class for FileBasedSource...

2017-03-15 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2252 Revert "Add ValueProvider class for FileBasedSource I/O Transforms" This reverts commit 6d1c9043ab0d929e2cea8a3a68192e47a5cc55cd. Be sure to do all of the following to help us i

[GitHub] beam pull request #2251: [BEAM-547] Fix the version picking by removing from...

2017-03-15 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/2251 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2250: Revert "[BEAM-547] Version should be accessed from ...

2017-03-15 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2250 Revert "[BEAM-547] Version should be accessed from pom file" This reverts commit b43eea47e3b1e842bc28543679500452ceda5a33. Be sure to do all of the following to help us incorp

[GitHub] beam pull request #2250: Revert "[BEAM-547] Version should be accessed from ...

2017-03-15 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/2250 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2251: [BEAM-547] Fix the version picking by removing from...

2017-03-15 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2251 [BEAM-547] Fix the version picking by removing from root init Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2250: Revert "[BEAM-547] Version should be accessed from ...

2017-03-15 Thread sb2nov
GitHub user sb2nov reopened a pull request: https://github.com/apache/beam/pull/2250 Revert "[BEAM-547] Version should be accessed from pom file" This reverts commit b43eea47e3b1e842bc28543679500452ceda5a33. Be sure to do all of the following to help us incorp

[GitHub] beam-site pull request #201: [BEAM-1711] Add information about extra require...

2017-04-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/201 [BEAM-1711] Add information about extra requires in Python Quickstart R: @aaltay PTAL You can merge this pull request into a Git repository by running: $ git pull https://github.com/sb2nov

[GitHub] beam pull request #2483: [BEAM-1222] Chunk size should be FS dependent

2017-04-10 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2483 [BEAM-1222] Chunk size should be FS dependent Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam pull request #2485: [BEAM-1708] Improve error message when GCP not inst...

2017-04-10 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2485 [BEAM-1708] Improve error message when GCP not installed Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2496: Throw specialized exception in value providers

2017-04-11 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2496 Throw specialized exception in value providers Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam-site pull request #199: Docker server command should run non-incrementa...

2017-04-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/199 Docker server command should run non-incremental build R: @aaltay Incremental build should not be the default in running Jekyll with the Docker container. You can merge this pull

[GitHub] beam pull request #2619: [BEAM-1964] Remove inner import star

2017-04-20 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/2619 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2532: [BEAM-1964] Fix lint issues for linter upgrade - pa...

2017-04-13 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2532 [BEAM-1964] Fix lint issues for linter upgrade - part 1/? Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2526: [BEAM-1101, BEAM-1068] Remove service account name ...

2017-04-13 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2526 [BEAM-1101, BEAM-1068] Remove service account name credential option Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam pull request #2527: Improve gcloud logging message

2017-04-13 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2527 Improve gcloud logging message 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

[GitHub] beam pull request #2539: [BEAM-1964] Fix lint issues for linter upgrade -2

2017-04-14 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2539 [BEAM-1964] Fix lint issues for linter upgrade -2 Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2600: [BEAM-662] Fix for allowing floating point periods ...

2017-04-19 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2600 [BEAM-662] Fix for allowing floating point periods in windows Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2645: Fix dataflow staging path to be unique

2017-04-23 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/2645 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2213: Increase timeout for site tests

2017-03-09 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2213 Increase timeout for site tests 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

[GitHub] beam pull request #2213: Increase timeout for site tests

2017-03-09 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/2213 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2187: [BEAM-547] Version should be accessed from pom file

2017-03-07 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2187 [BEAM-547] Version should be accessed from pom file Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2410: [BEAM-1719] Remove test modules from PyDoc

2017-04-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2410 [BEAM-1719] Remove test modules from PyDoc 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

[GitHub] beam-site pull request #200: Fix the link to the apache ICLA

2017-04-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam-site/pull/200 Fix the link to the apache ICLA R: @davorbonaci @aaltay PTAL You can merge this pull request into a Git repository by running: $ git pull https://github.com/sb2nov/beam-site BEAM-fix-icla

[GitHub] beam pull request #2414: Update PR template with correct ICLA link

2017-04-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2414 Update PR template with correct ICLA link 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

[GitHub] beam pull request #2445: [BEAM-1892] File size estimation thresholding and p...

2017-04-05 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2445 [BEAM-1892] File size estimation thresholding and process reporting Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[GitHub] beam pull request #2456: [BEAM-778] Fix the Compressed file seek tests on wi...

2017-04-06 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2456 [BEAM-778] Fix the Compressed file seek tests on windows Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2542: [BEAM-1964] Fix lint issues and pylint upgrade

2017-04-14 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2542 [BEAM-1964] Fix lint issues and pylint upgrade Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam pull request #2583: [BEAM-1964] Upgrade Pylint

2017-04-18 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2583 [BEAM-1964] Upgrade Pylint 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

[GitHub] beam pull request #2585: [BEAM-1988] Add join operation to the filesystem

2017-04-18 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2585 [BEAM-1988] Add join operation to the filesystem Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam pull request #2667: Pin apitools to 0.5.8

2017-04-24 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2667 Pin apitools to 0.5.8 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

[GitHub] beam pull request #3683: WIP - Bundle retry prototype

2017-08-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3683 WIP - Bundle retry prototype Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira

[GitHub] beam pull request #3683: WIP - Bundle retry prototype

2017-08-11 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/3683 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #3441: [BEAM-2271] Remove files from source assembly

2017-08-11 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/3441 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #3556: [BEAM-2595] Allow table schema objects in BQ DoFn

2017-07-13 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3556 [BEAM-2595] Allow table schema objects in BQ DoFn Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #3563: [BEAM-2595] Allow table schema objects in BQ DoFn

2017-07-14 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3563 [BEAM-2595] Allow table schema objects in BQ DoFn Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #3587: Change PR template from 1234 to XXX

2017-07-18 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3587 Change PR template from 1234 to XXX Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org

[GitHub] beam pull request #3627: [BEAM-2636] Make sure we only override the correct ...

2017-07-24 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3627 [BEAM-2636] Make sure we only override the correct class Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https

[GitHub] beam pull request #3630: We shouldn't write to re-created tables for 2 mins

2017-07-24 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3630 We shouldn't write to re-created tables for 2 mins Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https

[GitHub] beam pull request #3595: [BEAM-2636] Make sure we only override the correct ...

2017-07-19 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3595 [BEAM-2636] Make sure we only override the correct class for WriteToBigQuery Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam pull request #2684: [BEAM-2068] Update to latest version of apitools

2017-04-25 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2684 [BEAM-2068] Update to latest version of apitools Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam pull request #2686: [BEAM-1749] Upgrade to pycodestyle from pep8

2017-04-25 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2686 [BEAM-1749] Upgrade to pycodestyle from pep8 Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam pull request #2715: [BEAM-1316] start bundle should not output any elem...

2017-04-26 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2715 [BEAM-1316] start bundle should not output any elements Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2715: [BEAM-1316] start bundle should not output any elem...

2017-04-26 Thread sb2nov
GitHub user sb2nov reopened a pull request: https://github.com/apache/beam/pull/2715 [BEAM-1316] start bundle should not output any elements Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2712: [BEAM-1925] Remove deprecated context param from Do...

2017-04-26 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2712 [BEAM-1925] Remove deprecated context param from DoFn Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2715: [BEAM-1316] start bundle should not output any elem...

2017-04-26 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/2715 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] beam pull request #2643: [BEAM-1988] Migrate from utils.path to BFS

2017-04-21 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2643 [BEAM-1988] Migrate from utils.path to BFS 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

[GitHub] beam pull request #2645: Fix dataflow staging path to be unique

2017-04-21 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2645 Fix dataflow staging path to be unique 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

[GitHub] beam pull request #2665: [BEAM-1988] Add FileSystems Interface for accessing...

2017-04-24 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2665 [BEAM-1988] Add FileSystems Interface for accessing underlying FS …rectly Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] beam pull request #2753: [BEAM-1283] Finish bundle should only emit windowed...

2017-04-27 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2753 [BEAM-1283] Finish bundle should only emit windowed values Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #3667: [BEAM-2431] Check in the job api and prototype of p...

2017-07-31 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3667 [BEAM-2431] Check in the job api and prototype of python direct runner This PR works with a test pipeline but we need some changes in the direct runner to get rid of the apply loop and split

[GitHub] beam pull request #3676: [BEAM-2431] Adding the job API

2017-08-02 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/3676 [BEAM-2431] Adding the job API Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira

[GitHub] beam pull request #2848: [BEAM-1925] validate DoFn at pipeline creation time

2017-05-02 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2848 [BEAM-1925] validate DoFn at pipeline creation time Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2807: [BEAM-1585] Filesystems should be picked using the ...

2017-05-01 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2807 [BEAM-1585] Filesystems should be picked using the provided scheme Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[GitHub] beam pull request #2836: [BEAM-1316] Remove the usage of mock from ptransfor...

2017-05-02 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2836 [BEAM-1316] Remove the usage of mock from ptransform tests Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[GitHub] beam pull request #2869: [BEAM-2152] Remove gcloud auth as application defau...

2017-05-03 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2869 [BEAM-2152] Remove gcloud auth as application default credentials manages it Be sure to do all of the following to help us incorporate your contribution quickly and easily

  1   2   >