BEAM-1269: Update bigtable library dependency and add cached data pools.#2377
BEAM-1269: Update bigtable library dependency and add cached data pools.#2377mdshalda wants to merge 1 commit intoapache:masterfrom
Conversation
|
R: @dhalperi |
|
Hi Mark, |
f1cd9cb to
74c00df
Compare
|
I think I fixed this now. |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): Failed Tests: 1beam_PreCommit_Java_MavenInstall/org.apache.beam:beam-runners-spark: 1--none-- |
|
Refer to this link for build results (access rights to CI server needed): |
|
My guess: Bigtable upgraded their transitive requirements on gRPC and Protobuf: googleapis/java-bigtable-hbase@a227311#diff-600376dffeb79835ede4a0b285078036 mimic those in the root pom.xml, and ignore the guava downgrade for now. |
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 2.11 MB...] at java.lang.Thread.run(Thread.java:745)Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:302) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 moreCaused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764) at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711) at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289) ... 33 more2017-03-31T16:24:37.150 [ERROR] 2017-03-31T16:24:37.150 [ERROR] Re-run Maven using the -X switch to enable full debug logging.2017-03-31T16:24:37.150 [ERROR] 2017-03-31T16:24:37.150 [ERROR] For more information about the errors and possible solutions, please read the following articles:2017-03-31T16:24:37.150 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException2017-03-31T16:24:37.150 [ERROR] 2017-03-31T16:24:37.150 [ERROR] After correcting the problems, you can resume the build with the command2017-03-31T16:24:37.150 [ERROR] mvn -rf :beam-sdks-pythonchannel stoppedSetting status of 8a007bb to FAILURE with url https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/9000/ and message: 'Build finished. 'Using context: Jenkins: Maven clean install--none-- |
|
Kicked off https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_MavenInstall/3111/ to see if the test passes |
|
Refer to this link for build results (access rights to CI server needed): |
e09f88c to
973a8c9
Compare
|
@dhalperi - Made the adjustments to the dependencies as discussed |
|
Kicked off https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_MavenInstall/3160/ as a test. |
|
Refer to this link for build results (access rights to CI server needed): |
…ls for efficiency and remove pegging data channel count to 1.
973a8c9 to
2a7d9eb
Compare
|
Kicked the postocmmit : https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_MavenInstall/3183/ |
|
Refer to this link for build results (access rights to CI server needed): |
|
Postcommit passed. Merging, thanks @mdshalda ! |
Hi @dhalperi,
Can you review these changes to add the new bigtable library and cached data pools?