File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
src/test/java/com/google/cloud/bigtable/beam/test_env
bigtable-hbase-beam/src/main/java/com/google/cloud/bigtable/beam Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ limitations under the License.
68
68
<dependency >
69
69
<groupId >com.google.cloud.bigdataoss</groupId >
70
70
<artifactId >gcs-connector</artifactId >
71
- <version >hadoop2-2.2.2 </version >
71
+ <version >hadoop2-2.2.16 </version >
72
72
<classifier >shaded</classifier >
73
73
<scope >runtime</scope >
74
74
</dependency >
Original file line number Diff line number Diff line change 27
27
import org .apache .beam .runners .dataflow .util .PackageUtil ;
28
28
import org .apache .beam .sdk .io .FileSystems ;
29
29
import org .apache .beam .sdk .options .PipelineOptionsFactory ;
30
- import org .apache .beam .vendor .guava .v26_0_jre .com .google .common .hash .HashCode ;
31
- import org .apache .beam .vendor .guava .v26_0_jre .com .google .common .hash .Hashing ;
32
- import org .apache .beam .vendor .guava .v26_0_jre .com .google .common .io .Files ;
30
+ import org .apache .beam .vendor .guava .v32_1_2_jre .com .google .common .hash .HashCode ;
31
+ import org .apache .beam .vendor .guava .v32_1_2_jre .com .google .common .hash .Hashing ;
32
+ import org .apache .beam .vendor .guava .v32_1_2_jre .com .google .common .io .Files ;
33
33
34
34
public class EnvSetup {
35
35
private final TestProperties properties ;
Original file line number Diff line number Diff line change 38
38
import java .util .Map ;
39
39
import java .util .NoSuchElementException ;
40
40
import java .util .concurrent .atomic .AtomicLong ;
41
- import org .apache .beam .sdk .annotations .Experimental ;
42
41
import org .apache .beam .sdk .coders .CannotProvideCoderException ;
43
42
import org .apache .beam .sdk .coders .Coder ;
44
43
import org .apache .beam .sdk .coders .CoderRegistry ;
130
129
* .build()));
131
130
* }</pre>
132
131
*/
133
- @ Experimental
134
132
public class CloudBigtableIO {
135
133
136
134
/**
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ limitations under the License.
81
81
<junit-vintage-engine .version>5.9.2</junit-vintage-engine .version>
82
82
<hamcrest .version>1.3</hamcrest .version>
83
83
<mockito .version>4.11.0</mockito .version>
84
- <beam .version>2.43 .0</beam .version>
84
+ <beam .version>2.51 .0</beam .version>
85
85
<!-- referred from bigtable-beam-import and bigtable-emulator -->
86
86
<guava .version>31.1-jre</guava .version>
87
87
<beam-slf4j .version>1.7.30</beam-slf4j .version>
You can’t perform that action at this time.
0 commit comments