@@ -21,29 +21,30 @@ The TDP project is composed of multiple repositories:
21
21
22
22
Each component of TDP also has its own repository.
23
23
24
- ## Trunk Data Platform Release TDP-0. 1.0 components version
24
+ ## Trunk Data Platform Release TDP-1.0 components version
25
25
26
26
### TDP Core
27
27
28
28
The following table shows the core components of TDP as well as the Apache branch they were based on and the TDP branch which serves as base for our releases.
29
29
30
- | Component | Version | Apache Git branch | TDP Git Branch | TDP commits |
31
- | --------------------------- | ------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
32
- | Apache ZooKeeper | 3.4.6 | release-3.4.6 | XXX | X.X.X |
33
- | Apache Hadoop | 3.1.1 | [ rel/release-3.1.1] ( https://github.com/apache/hadoop/commits/branch-3.1.1 ) | [ branch-3.1.1-TDP] ( https://github.com/TOSIT-IO/hadoop/commits/branch-3.1.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hadoop/compare/branch-3.1.1...branch-3.1.1-TDP ) |
34
- | Apache Hive | 3.1.3 | [ branch-3.1] ( https://github.com/apache/hive/commits/branch-3.1 ) | [ branch-3.1-TDP] ( https://github.com/TOSIT-IO/hive/commits/branch-3.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hive/compare/branch-3.1...branch-3.1-TDP ) |
35
- | Apache Hive 2 (for Spark 3) | 2.3.10 | [ branch-2.3] ( https://github.com/apache/hive/commits/branch-2.3 ) | [ branch-2.3-TDP] ( https://github.com/TOSIT-IO/hive/commits/branch-2.3-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hive/compare/branch-2.3...branch-2.3-TDP ) |
36
- | Apache Hive 1 (for Spark 2) | 1.2.3 | [ branch-1.2] ( https://github.com/apache/hive/commits/branch-1.2 ) | [ branch-1.2-TDP] ( https://github.com/TOSIT-IO/hive/commits/branch-1.2-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hive/compare/branch-1.2...branch-1.2-TDP ) |
37
- | Apache Tez | 0.9.1 | [ branch-0.9.1] ( https://github.com/apache/tez/commits/branch-0.9.1 ) | [ branch-0.9.1-TDP] ( https://github.com/TOSIT-IO/tez/commits/branch-0.9.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/tez/compare/branch-0.9.1...branch-0.9.1-TDP ) |
38
- | Apache Spark | 2.3.5 | [ branch-2.3] ( https://github.com/apache/spark/commits/branch-2.3 ) | [ branch-2.3-TDP] ( https://github.com/TOSIT-IO/spark/commits/branch-2.3-TDP ) | [ compare] ( https://github.com/TOSIT-IO/spark/compare/branch-2.3...branch-2.3-TDP ) |
39
- | Apache Spark 3 | 3.2.2 | [ branch-3.2] ( https://github.com/apache/spark/commits/branch-3.2 ) | [ branch-3.2-TDP] ( https://github.com/TOSIT-IO/spark/commits/branch-3.2-TDP ) | [ compare] ( https://github.com/TOSIT-IO/spark/compare/branch-3.2...branch-3.2-TDP ) |
40
- | Apache Ranger | 2.0.1 | [ ranger-2.0] ( https://github.com/TOSIT-IO/ranger/tree/ranger-2.0 ) | [ ranger-2.0-TDP] ( https://github.com/TOSIT-IO/ranger/tree/ranger-2.0-TDP ) | [ compare] ( https://github.com/TOSIT-IO/ranger/compare/ranger-2.0...ranger-2.0-TDP ) |
41
- | Apache Solr (for Ranger) | 7.7.3 | releases/lucene-solr/7.7.3 | XXX | X.X.X |
42
- | Apache HBase | 2.1.10 | [ branch-2.1] ( https://github.com/TOSIT-IO/hbase/commits/branch-2.1 ) | [ branch-2.1-TDP] ( https://github.com/TOSIT-IO/hbase/commits/branch-2.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hbase/compare/branch-2.1...branch-2.1-TDP ) |
43
- | Apache Phoenix | 5.1.3 | [ 5.1] ( https://github.com/TOSIT-IO/phoenix/commits/5.1 ) | [ 5.1-TDP] ( https://github.com/TOSIT-IO/phoenix/commits/5.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/phoenix/compare/5.1...5.1-TDP ) |
44
- | Apache Phoenix Query Server | 6.0.0 | [ 6.0.0] ( https://github.com/TOSIT-IO/phoenix-queryserver/commits/6.0.0 ) | [ 6.0.0-TDP] ( https://github.com/TOSIT-IO/phoenix-queryserver/commits/6.0.0-TDP ) | [ compare] ( https://github.com/TOSIT-IO/phoenix-queryserver/compare/6.0.0...6.0.0-TDP ) |
45
- | Apache Knox | 1.6.1 | [ v1.6.1] ( https://github.com/TOSIT-IO/knox/commits/v1.6.1 ) | [ v1.6.1-TDP] ( https://github.com/TOSIT-IO/knox/commits/v1.6.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/knox/compare/v1.6.1...v1.6.1-TDP ) |
46
- | Apache HBase Connectors | 1.0.0 | [ rel/1.0.0] ( https://github.com/apache/hbase-connectors/tree/rel/1.0.0 ) | [ 1.0.0-TDP] ( https://github.com/TOSIT-IO/hbase-connectors/tree/hbase-spark-2.3.5-1.0.0-TDP-0.1.0-SNAPSHOT ) | [ compare] ( https://github.com/TOSIT-IO/hbase-connectors/compare/1.0.0...hbase-spark-2.3.5-1.0.0-TDP-0.1.0-SNAPSHOT ) |
30
+ | Component | Version | Apache Git branch | TDP Git Branch | TDP commits |
31
+ | --------------------------- | ---------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
32
+ | Apache ZooKeeper | 3.4.6 | release-3.4.6 | XXX | X.X.X |
33
+ | Apache Hadoop | 3.1.1-0.0 | [ rel/release-3.1.1] ( https://github.com/apache/hadoop/commits/branch-3.1.1 ) | [ branch-3.1.1-TDP] ( https://github.com/TOSIT-IO/hadoop/commits/branch-3.1.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hadoop/compare/branch-3.1.1...branch-3.1.1-TDP ) |
34
+ | Apache Hive | 3.1.3-1.0 | [ branch-3.1] ( https://github.com/apache/hive/commits/branch-3.1 ) | [ branch-3.1-TDP] ( https://github.com/TOSIT-IO/hive/commits/branch-3.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hive/compare/branch-3.1...branch-3.1-TDP ) |
35
+ | Apache Hive 2 (for Spark 3) | 2.3.9-1.0 | [ branch-2.3] ( https://github.com/apache/hive/commits/branch-2.3 ) | [ branch-2.3-TDP] ( https://github.com/TOSIT-IO/hive/commits/branch-2.3-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hive/compare/branch-2.3...branch-2.3-TDP ) |
36
+ | Apache Hive 1 (for Spark 2) | 1.2.3-1.0 | [ branch-1.2] ( https://github.com/apache/hive/commits/branch-1.2 ) | [ branch-1.2-TDP] ( https://github.com/TOSIT-IO/hive/commits/branch-1.2-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hive/compare/branch-1.2...branch-1.2-TDP ) |
37
+ | Apache Tez | 0.9.1-1.0 | [ branch-0.9.1] ( https://github.com/apache/tez/commits/branch-0.9.1 ) | [ branch-0.9.1-TDP] ( https://github.com/TOSIT-IO/tez/commits/branch-0.9.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/tez/compare/branch-0.9.1...branch-0.9.1-TDP ) |
38
+ | Apache Spark | 2.3.4-1.0 | [ branch-2.3] ( https://github.com/apache/spark/commits/branch-2.3 ) | [ branch-2.3-TDP] ( https://github.com/TOSIT-IO/spark/commits/branch-2.3-TDP ) | [ compare] ( https://github.com/TOSIT-IO/spark/compare/branch-2.3...branch-2.3-TDP ) |
39
+ | Apache Spark 3 | 3.2.2-0.0 | [ branch-3.2] ( https://github.com/apache/spark/commits/branch-3.2 ) | [ branch-3.2-TDP] ( https://github.com/TOSIT-IO/spark/commits/branch-3.2-TDP ) | [ compare] ( https://github.com/TOSIT-IO/spark/compare/branch-3.2...branch-3.2-TDP ) |
40
+ | Apache Ranger | 2.0.0-1.0 | [ ranger-2.0] ( https://github.com/apache/ranger/commits/ranger-2.0 ) | [ ranger-2.0-TDP] ( https://github.com/TOSIT-IO/ranger/commits/ranger-2.0-TDP ) | [ compare] ( https://github.com/TOSIT-IO/ranger/compare/ranger-2.0...ranger-2.0-TDP ) |
41
+ | Apache Solr (for Ranger) | 7.7.3 | releases/lucene-solr/7.7.3 | XXX | X.X.X |
42
+ | Apache HBase | 2.1.10-1.0 | [ branch-2.1] ( https://github.com/apache/hbase/commits/branch-2.1 ) | [ branch-2.1-TDP] ( https://github.com/TOSIT-IO/hbase/commits/branch-2.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hbase/compare/branch-2.1...branch-2.1-TDP ) |
43
+ | Apache Phoenix | 5.1.3-1.0 | [ 5.1] ( https://github.com/apache/phoenix/commits/5.1 ) | [ 5.1.3-TDP] ( https://github.com/TOSIT-IO/phoenix/commits/5.1.3-TDP ) | [ compare] ( https://github.com/TOSIT-IO/phoenix/compare/5.1...5.1.3-TDP ) |
44
+ | Apache Phoenix Query Server | 6.0.0-0.0 | [ 6.0.0] ( https://github.com/apache/phoenix-queryserver/commits/6.0.0 ) | [ 6.0.0-TDP] ( https://github.com/TOSIT-IO/phoenix-queryserver/commits/6.0.0-TDP ) | [ compare] ( https://github.com/TOSIT-IO/phoenix-queryserver/compare/6.0.0...6.0.0-TDP ) |
45
+ | Apache Knox | 1.6.1-0.0 | [ v1.6.1] ( https://github.com/apache/knox/commits/v1.6.1 ) | [ v1.6.1-TDP] ( https://github.com/TOSIT-IO/knox/commits/v1.6.1-TDP ) | [ compare] ( https://github.com/TOSIT-IO/knox/compare/v1.6.1...v1.6.1-TDP ) |
46
+ | Apache HBase Connectors | 1.0.0-0.0 | [ rel/1.0.0] ( https://github.com/apache/hbase-connectors/commits/rel/1.0.0 ) | [ branch-2.3.4-1.0.0-TDP] ( https://github.com/TOSIT-IO/hbase-connectors/commits/branch-2.3.4-1.0.0-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hbase-connectors/compare/1.0.0...branch-2.3.4-1.0.0-TDP ) |
47
+ | Apache HBase Operator tools | 1.1.0-0.0 | [ rel/1.1.0] ( https://github.com/apache/hbase-operator-tools/commits/rel/1.1.0 ) | [ branch-1.1.0-TDP] ( https://github.com/TOSIT-IO/hbase-operator-tools/commits/branch-1.1.0-TDP ) | [ compare] ( https://github.com/TOSIT-IO/hbase-operator-tools/compare/branch-1.1.0...branch-1.1.0-TDP ) |
47
48
48
49
Versions are approximately based on the [ HDP 3.1.5 release] ( https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5/release-notes/content/hdp_relnotes.html ) .
49
50
@@ -98,6 +99,8 @@ Kubernetes pods scheduling allows for **truly** reproducible and isolated builds
98
99
- phoenix
99
100
- phoenix-queryserver
100
101
- knox
102
+ - hbase-spark-connector
103
+ - hbase-operator-tools
101
104
102
105
### Kubernetes
103
106
0 commit comments