[
https://issues.apache.org/jira/browse/BEAM-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386825#comment-15386825
]
ASF GitHub Bot commented on BEAM-445:
-------------------------------------
GitHub user dhalperi reopened a pull request:
https://github.com/apache/incubator-beam/pull/701
[BEAM-445] BigtableIO: upgrade to 0.9.1
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.txt).
---
* Use the uber jar
* Remove OS classifier mumbo jumbo
* Move common dependency versioning to root pom
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhalperi/incubator-beam bigtable-0.9.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/701.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 #701
----
commit 6d6e0f22c652b1c540a1c3f29091312231f3833a
Author: Dan Halperin <[email protected]>
Date: 2016-07-20T17:26:02Z
BigtableIO: upgrade to 0.9.1
* Use the uber jar
* Remove OS classifier mumbo jumbo
* Move common dependency versioning to root pom
commit 7f6a054d54fc719ae0d6a0718073e07248baa7f8
Author: Dan Halperin <[email protected]>
Date: 2016-07-20T20:31:26Z
fixup! BigtableIO: upgrade to 0.9.1
commit 686d0d33b99036e5d8f872a248ab34fa90b17092
Author: Dan Halperin <[email protected]>
Date: 2016-07-20T20:52:05Z
fixup! BigtableIO: upgrade to 0.9.1
commit ef5b79d0eb94db8a298d04045d12cc220855de5d
Author: Dan Halperin <[email protected]>
Date: 2016-07-20T21:47:47Z
fixup! BigtableIO: upgrade to 0.9.1
commit 5ef3514126f7e12ecde596e86bb6758a41fc4f6e
Author: Dan Halperin <[email protected]>
Date: 2016-07-20T23:05:19Z
fixup! BigtableIO: upgrade to 0.9.1
----
> Beam-examples-java build failed through local "mvn install"
> -----------------------------------------------------------
>
> Key: BEAM-445
> URL: https://issues.apache.org/jira/browse/BEAM-445
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-gcp
> Environment: linux
> Reporter: Mark Liu
> Assignee: Daniel Halperin
> Priority: Critical
> Fix For: Not applicable
>
>
> Build project under beam/examples/java with command "mvn clean install
> -DskipTests" failed with following error:
> [ERROR] Failed to execute goal on project beam-examples-java: Could not
> resolve dependencies for project
> org.apache.beam:beam-examples-java:jar:0.2.0-incubating-SNAPSHOT: Could not
> transfer artifact
> io.netty:netty-tcnative-boringssl-static:jar:${os.detected.classifier}:1.1.33.Fork13
> from/to central (http://repo.maven.apache.org/maven2): Illegal character in
> path at index 138:
> http://repo.maven.apache.org/maven2/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork13/netty-tcnative-boringssl-static-1.1.33.Fork13-${os.detected.classifier}.jar
> Reason: can't resolve ${os.detected.classifier} in
> beam/sdks/java/io/google-cloud-platform/pom file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)