File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming/tests
flink-sql-connector-hbase-2.6/src/main/resources Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5151/** End to end HBase connector tests. */
5252class HBaseITCase {
5353
54- private static final String HBASE_VERSION = "2.6.3 " ;
54+ private static final String HBASE_VERSION = "2.6.4 " ;
5555 private static final String CONNECTOR_VERSION = "hbase-2.6" ;
5656 private static final String HBASE_E2E_SQL = "hbase_e2e.sql" ;
5757 private static final Path HADOOP_CP = ResourceTestUtils .getResource (".*hadoop.classpath" );
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ This project bundles the following dependencies under the Apache Software Licens
1111 - io.dropwizard.metrics:metrics-core:3.2.6
1212 - org.apache.commons:commons-crypto:1.1.0
1313 - org.apache.commons:commons-lang3:3.3.2
14- - org.apache.hbase:hbase-client:2.6.3
15- - org.apache.hbase:hbase-common:2.6.3
16- - org.apache.hbase:hbase-protocol:2.6.3
17- - org.apache.hbase:hbase-protocol-shaded:2.6.3
18- - org.apache.hbase:hbase-logging:2.6.3
14+ - org.apache.hbase:hbase-client:2.6.4
15+ - org.apache.hbase:hbase-common:2.6.4
16+ - org.apache.hbase:hbase-protocol:2.6.4
17+ - org.apache.hbase:hbase-protocol-shaded:2.6.4
18+ - org.apache.hbase:hbase-logging:2.6.4
1919 - org.apache.hbase.thirdparty:hbase-unsafe:4.1.11
2020 - org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.1.11
2121 - org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:4.1.11
Original file line number Diff line number Diff line change @@ -1331,7 +1331,7 @@ possible configurations would overwhelm and obscure the important.
13311331 </property >
13321332 <property skipInDoc =" true" >
13331333 <name >hbase.defaults.for.version</name >
1334- <value >2.6.3 </value >
1334+ <value >2.6.4 </value >
13351335 <description >This defaults file was compiled for version ${project.version}. This variable is used
13361336 to make sure that a user doesn't have an old version of hbase-default.xml on the
13371337 classpath.</description >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ under the License.
6464 <commons .lang3.version>3.3.2</commons .lang3.version>
6565 <commons .logging.version>1.1.3</commons .logging.version>
6666 <hadoop .version>2.10.2</hadoop .version>
67- <hbase2 .version>2.6.3 </hbase2 .version>
67+ <hbase2 .version>2.6.4 </hbase2 .version>
6868 <httpclient .version>4.5.13</httpclient .version>
6969 <httpcore .version>4.4.14</httpcore .version>
7070 <jackson .version>2.13.4.20221013</jackson .version>
You can’t perform that action at this time.
0 commit comments