You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by davorbonaci <gi...@git.apache.org> on 2017/04/18 21:44:43 UTC

[GitHub] beam pull request #2584: Forward integrate from `master` to `DSL_SQL`

GitHub user davorbonaci opened a pull request:

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

    Forward integrate from `master` to `DSL_SQL`

    This fixes Python SDK lint issue in the `DSL_SQL` branch.
    
    R: @XuMingmin 

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

    $ git pull https://github.com/apache/beam master

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

    https://github.com/apache/beam/pull/2584.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 #2584
    
----
commit 66b20af9fed36ff419ca6da3de4b1b1a02e66464
Author: Stephen Sisk <si...@google.com>
Date:   2017-04-07T22:57:33Z

    Move travis/jenkins folders in a test-infra folder

commit 57588990ae37024c1fa21c547b4626b4447107cf
Author: Stephen Sisk <si...@google.com>
Date:   2017-04-07T23:06:15Z

    Move jdbc's postgres k8s scripts into shared k8s dir

commit 34b95076d57baf7af6f7b8b0aaf748868952620b
Author: Stephen Sisk <si...@google.com>
Date:   2017-04-07T23:11:19Z

    Move HIFIO k8s scripts into shared dir

commit 94c9e38177d2ea3b6aab74ae50a02ac89e3c8152
Author: Thomas Groh <tg...@google.com>
Date:   2017-04-12T20:52:28Z

    This closes #2466

commit 6f3fd3545c793eb9cdb2dbd75a4a6e680f1cb7ec
Author: Sourabh Bajaj <so...@google.com>
Date:   2017-04-10T21:09:48Z

    [BEAM-1222] Chunk size should be FS dependent

commit 8479094c2b70b562f40b97b84b305735446124b4
Author: Chamikara Jayalath <ch...@google.com>
Date:   2017-04-12T22:12:12Z

    This closes #2483

commit facdc108bbd7bd00a4e7d7aacf447e77785529a0
Author: Dan Halperin <dh...@google.com>
Date:   2017-04-12T17:00:45Z

    Move Triggers from sdk-core to runners-core-construction
    
    Converting to/from Runner API is not the SDK API surface.

commit dc672f42083c375872d87030523545866cea4f55
Author: Dan Halperin <dh...@google.com>
Date:   2017-04-12T23:08:35Z

    This closes #2513

commit fdabd41ae7bf0faaae979a12bb50720ae2ed24ce
Author: Aviem Zur <av...@gmail.com>
Date:   2017-04-12T17:41:11Z

    [BEAM-1950] Add missing 'static' keyword to MicrobatchSource#initReaderCache

commit 21a2b96a1f617870aa5926d69878a72533ba259e
Author: Aviem Zur <av...@gmail.com>
Date:   2017-04-13T04:36:34Z

    This closes #2514

commit 71204403aa8b880549dc8a533efe46e67870dbd6
Author: Thomas Groh <tg...@google.com>
Date:   2017-04-12T23:31:53Z

    Test all Known Coders to ensure they Serialize via URN
    
    Fix Coders to not encode VarIntCoders as VarLongCoders, and
    VarLongCoders not as known coders.
    
    Ensure that all known coders are tested.
    
    Use getComponents rather than getCoderArguments for known coders.

commit 4c4fdf24460df91b9fd423606cf67cddfe091453
Author: Luke Cwik <lc...@google.com>
Date:   2017-04-13T16:07:42Z

    est all Known Coders to ensure they Serialize via URN
    
    This closes #2517

commit 5a517f89ac3205c23b65a33315233f3f331d0367
Author: Thomas Groh <tg...@google.com>
Date:   2017-04-11T23:42:28Z

    Represent a Pipeline via a list of Top-level Transforms
    
    The root node is a synthetic transform which does not appear within the
    graph, as it never has any components of note. Instead of referring to a
    single "root node" in the Pipeline message, refer to the top-level nodes
    which do not have an enclosing PTransform.

commit 8f1b4e4605eb84172bce58351111325a079e6ec4
Author: Thomas Groh <tg...@google.com>
Date:   2017-04-13T16:16:04Z

    This closes #2505

commit bb8a771c47e31528b3726bb0f989ca3020a63cf9
Author: wtanaka.com <wt...@yahoo.com>
Date:   2017-04-01T21:29:31Z

    Improve Empty Create Default Coder Error Message

commit 2f400e2ac6e1375858d52ecd03af0993de13ad64
Author: Thomas Groh <tg...@google.com>
Date:   2017-04-13T16:19:40Z

    This closes #2401

commit ce44e10b66600c9155523e1621375a1bc19b4f15
Author: Ahmet Altay <al...@google.com>
Date:   2017-04-13T18:03:04Z

    Pin versions in tox script

commit cd77033b5237c99c160afcf10e69b13837b8dbfa
Author: Ahmet Altay <al...@google.com>
Date:   2017-04-13T18:56:49Z

    This closes #2524

commit 46a20cb0f5d53ca4dd9fcaf80271d9069e13cd90
Author: Stephen Sisk <ss...@users.noreply.github.com>
Date:   2017-04-13T18:23:03Z

    Update user_score.py

commit 60834a9037f335e62516cb78296e54cf09ca38e7
Author: Ahmet Altay <al...@google.com>
Date:   2017-04-13T20:20:53Z

    This closes #2525

commit 549b950b1b3d4acd07d52297ed9722db3087729c
Author: Sourabh Bajaj <so...@google.com>
Date:   2017-04-13T18:28:47Z

    [BEAM-1101, BEAM-1068] Remove service account name credential pipeline options

commit 2c8071e20c732436bc17251361aa36831f803b34
Author: Ahmet Altay <al...@google.com>
Date:   2017-04-13T21:43:00Z

    This closes #2526

commit defb1ac00e047b7e06c2174f435f7f6088e74f43
Author: Sourabh Bajaj <so...@google.com>
Date:   2017-04-13T20:39:26Z

    Improve gcloud logging message

commit 69343a609313544093db37080027063a2b1786a7
Author: Ahmet Altay <al...@google.com>
Date:   2017-04-13T21:44:46Z

    This closes #2527

commit 233a9bd3c503182dee004ac52acf37ace4eeac12
Author: Sourabh Bajaj <so...@google.com>
Date:   2017-04-10T21:45:01Z

    [BEAM-1708] Improve error message when GCP not installed

commit 75d7b273c7436a40b2aef66a296599c1f0c68db8
Author: Ahmet Altay <al...@google.com>
Date:   2017-04-13T21:54:53Z

    This closes #2485

commit 6832668ac6888d3e8d56819a7a73ff05798c7082
Author: Dan Halperin <dh...@google.com>
Date:   2017-04-13T21:52:25Z

    Remove Triggers.java from SDK entirely
    
    Update DataflowRunner with support for this removal

commit 8761d8642e20a7504504d479b8ffd70c55f1b43d
Author: Dan Halperin <dh...@google.com>
Date:   2017-04-13T22:45:27Z

    This closes #2529

commit 59d91fa20ff6946e17d70a0751885552fed4d436
Author: Dipti Kulkarni <di...@persistent.co.in>
Date:   2017-04-11T06:07:02Z

    Merge PR#2423: Add Kubernetes scripts for clusters for Performance and Integration tests of Cassandra and ES for Hadoop Input Format IO
    
    Large IT Cluster and files added, show_health added, start-up.sh changed
    
    ES change for Virtual memory addition to env ES small cluster, Addressed Stephens comments on PR dated 7th March
    
    ES cluster changes to introduce the load balancer service in both small and large clusters
    
    Removed resource limits from statefulset yaml from Cassandra large cluster for the memory issue fix, changed data load script to add threads param to the ycsb command, comments changed
    
    Fixes in Cassandra clusters
    
    Removed allow filtering from test with query in Cassandra IT
    
    Added "Create index" in data load script on field on which query happens
    
    index creation command rectified
    
    show_health cassandra small cluster was giving error pods not found, rectified
    
    Small Cassandra cluster changes-  Added external service
    
    Added delete service for cassandra-service-for-local-dev.xml in teardown.sh file
    
    Added create service for cassandra-service-for-local-dev.xml in start-up.sh file
    
    Moved kubernetes clusters to test-infra/kubernetes
    
    Changed hashes in the ITs as per latest HashingFn used
    
    Added nodeport, hashcode comment changes, mem config changes
    
    data-load-setup script added back

commit 3fb75d3c22a7988ba9ab05af986aa3594bc7b7f8
Author: Dan Halperin <dh...@google.com>
Date:   2017-04-13T23:30:10Z

    This closes #2423

----


---
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 is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #2584: Forward integrate from `master` to `DSL_SQL`

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---