GitHub user sammcveety opened a pull request:

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

    Add initial scaffolding for default bucket

    @tgroh, could you please take a look?
    
    Before reviewing further, I was hoping to get clarity on whether the travis 
failures I'm seeing are related to this PR:
    
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/testing/AutoValue_TestStream_ElementEvent.java:[8,7]
 duplicate class: org.apache.beam.sdk.testing.AutoValue_TestStream_ElementEvent
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/testing/AutoValue_TestStream_WatermarkEvent.java:[8,7]
 duplicate class: 
org.apache.beam.sdk.testing.AutoValue_TestStream_WatermarkEvent
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/testing/AutoValue_TestStream_ProcessingTimeEvent.java:[8,7]
 duplicate class: 
org.apache.beam.sdk.testing.AutoValue_TestStream_ProcessingTimeEvent
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/transforms/display/AutoValue_DisplayData_Item.java:[7,7]
 duplicate class: 
org.apache.beam.sdk.transforms.display.AutoValue_DisplayData_Item
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/options/AutoValue_PipelineOptionSpec.java:[8,7]
 duplicate class: org.apache.beam.sdk.options.AutoValue_PipelineOptionSpec
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/options/AutoValue_ProxyInvocationHandler_BoundValue.java:[7,7]
 duplicate class: 
org.apache.beam.sdk.options.AutoValue_ProxyInvocationHandler_BoundValue
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/transforms/reflect/AutoValue_DoFnSignature.java:[8,7]
 duplicate class: org.apache.beam.sdk.transforms.reflect.AutoValue_DoFnSignature
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/transforms/reflect/AutoValue_DoFnSignature_ProcessElementMethod.java:[9,7]
 duplicate class: 
org.apache.beam.sdk.transforms.reflect.AutoValue_DoFnSignature_ProcessElementMethod
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/transforms/reflect/AutoValue_DoFnSignature_BundleMethod.java:[8,7]
 duplicate class: 
org.apache.beam.sdk.transforms.reflect.AutoValue_DoFnSignature_BundleMethod
    [ERROR] 
/Users/travis/build/sammcveety/incubator-beam/sdks/java/core/target/generated-sources/annotations/org/apache/beam/sdk/transforms/reflect/AutoValue_DoFnSignature_LifecycleMethod.java:[8,7]
 duplicate class: 
org.apache.beam.sdk.transforms.reflect.AutoValue_DoFnSignature_LifecycleMethod
    
    - Provide a hook for determining the project number associated with a bucket
    - Provide an API for looking up the project number from a project ID

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

    $ git pull https://github.com/sammcveety/incubator-beam sgmc/default_bucket

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

    https://github.com/apache/incubator-beam/pull/988.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 #988
    
----
commit bb87b3a735e87eac3105f15294c4e2e782ae1870
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T01:19:53Z

    Add initial bucket stuff.

commit f6b4616d9f19b5f484bf573a36c90d075a155cb7
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T01:45:39Z

    Basic CRM client.

commit b7e93be0501cf26092456c757fdf7affa71cdd2f
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T02:08:05Z

    Fix some compilation errors and update pom.

commit 4077ef3d7b9d906dbfbb4c4189fde1ac81a0e8f9
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T02:22:48Z

    Minor updates.

commit dab7ec2f6aaf19dc5cf382b926bd1766861d8127
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T02:36:38Z

    Add options.

commit 0ab2a1f11364b0db707eccaeaa7342479b24a594
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T02:39:35Z

    Fix more things.

commit b005d0f80c73c1dca78d64f057731e4bd91420cf
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T03:04:40Z

    Actually include file.

commit a5a616a74b33074ce22d26efc12d3b19867f8d7b
Author: sammcveety <sam.mcve...@gmail.com>
Date:   2016-09-18T03:17:26Z

    Checkstyle fixes.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to