User Docker images
There are 2 kinds of Docker images for users to use: the Gravitino Docker image and playground Docker images.
Gravitino Docker image
You can deploy the service with the Gravitino Docker image.
Container startup commands
docker run --rm -d -p 8090:8090 datastrato/gravitino
Changelog
-
gravitino:0.3.1
- Fix some issues
-
gravitino:0.3.0
- Docker image
datastrato/gravitino:0.3.0
- Gravitino Server
- Expose ports:
8090
Gravitino Web UI9001
Iceberg REST service
- Docker image
Playground Docker image
You can use the playground to experience the whole Gravitino system with other components.
The playground consists of multiple Docker images.
The Docker images of the playground have suitable configurations for users to experience.
Hive image
Changelog
- hive:2.7.3-no-yarn
- Docker image
datastrato/hive:2.7.3-no-yarn
hadoop-2.7.3
hive-2.3.9
- Don't start YARN when container startup
- Docker image
Trino image
Changelog
-
trino:426-gravitino-0.3.1
- Fix some issues
-
trino:426-gravitino-0.3.0
- Docker image
datastrato/trino:426-gravitino-0.3.0
- Base on
trino:462
- Added Gravitino trino-connector-0.3.0 libraries into the
/usr/lib/trino/plugin/gravitino
- Docker image
Developer Docker images
You can use these kinds of Docker images to facilitate Gravitino integration testing. You can use it to test all catalog and connector modules within Gravitino.
Gravitino CI Apache Hive image
You can use this kind of image to test the catalog of Apache Hive.
Changelog
-
gravitino-ci-hive:0.1.6
- No start YARN when container startup
- Removed expose ports:
22
SSH8088
YARN Service
-
gravitino-ci-hive:0.1.5
- Rollback
Map container hostname to 127.0.0.1 before starting Hadoop
ofdatastrato/gravitino-ci-hive:0.1.4
- Rollback
-
gravitino-ci-hive:0.1.4
- Configure HDFS DataNode data transfer address to be
0.0.0.0:50010
- Map the container hostname to
127.0.0.1
before starting Hadoop - Expose
50010
port for the HDFS DataNode
- Configure HDFS DataNode data transfer address to be
-
gravitino-ci-hive:0.1.3
- Change MySQL bind-address from
127.0.0.1
to0.0.0.0
- Add
iceberg
to MySQL users with passwordiceberg
- Export
3306
port for MySQL
- Change MySQL bind-address from
-
gravitino-ci-hive:0.1.2
- Based on
datastrato/gravitino-ci-hive:0.1.1
- Modify
fs.defaultFS
fromlocal
to0.0.0.0
in thecore-site.xml
file. - Expose
9000
port in theDockerfile
file.
- Based on
-
gravitino-ci-hive:0.1.1
- Based on
datastrato/gravitino-ci-hive:0.1.0
- Modify HDFS/YARN/HIVE
MaxPermSize
from8GB
to128MB
- Modify
HADOOP_HEAPSIZE
from8192
to128
- Based on
-
gravitino-ci-hive:0.1.0
- Docker image
datastrato/gravitino-ci-hive:0.1.0
hadoop-2.7.3
hive-2.3.9
- Expose ports:
22
SSH9000
HDFS defaultFS50070
HDFS NameNode50075
HDFS DataNode HTTP server50010
HDFS DataNode data transfer8088
YARN Service9083
Hive metastore10000
HiveServer210002
HiveServer2 HTTP
- Docker image
Gravitino CI Trino image
You can use this image to test Trino.
Changelog
-
gravitino-ci-trino:0.1.3
- Remove copy content in folder
gravitino-trino-connector
to plugin folder/usr/lib/trino/plugin/gravitino
- Remove copy content in folder
-
gravitino-ci-trino:0.1.2
- Copy JDBC driver 'mysql-connector-java' and 'postgres' to
/usr/lib/trino/iceberg/
folder
- Copy JDBC driver 'mysql-connector-java' and 'postgres' to
-
gravitino-ci-trino:0.1.0
- Docker image
datastrato/gravitino-ci-trino:0.1.0
- Based on
trinodb/trino:426
and removed some unused plugins from it. - Expose ports:
8080
Trino JDBC port
- Docker image