Griffin docker images are pre-built on docker hub, users can pull them to try Apache Griffin in docker.
Install docker and docker compose.
Increase vm.max_map_count of your local machine(linux), to use elasticsearch.
sysctl -w vm.max_map_count=262144
For macOS, please increase enough memory available for docker (For example, set more than 4 GB in docker->preferences->Advanced) or decrease memory for es instance(For example, set -Xms512m -Xmx512m in jvm.options)
For other platforms, please reference to this link from elastic.co max_map_count kernel setting
Pull Apache Griffin pre-built docker images, but if you access docker repository easily(NOT in China).
docker pull apachegriffin/griffin_spark2:0.3.0 docker pull apachegriffin/elasticsearch docker pull apachegriffin/kafka docker pull zookeeper:3.5
For Chinese users, you can pull the images from the following mirrors.
docker pull registry.docker-cn.com/apachegriffin/griffin_spark2:0.3.0 docker pull registry.docker-cn.com/apachegriffin/elasticsearch docker pull registry.docker-cn.com/apachegriffin/kafka docker pull zookeeper:3.5
The docker images are the Apache Griffin environment images.
apachegriffin/griffin_spark2
: This image contains mysql, hadoop, hive, spark, livy, Apache Griffin service, Apache Griffin measure, and some prepared demo data, it works as a single node spark cluster, providing spark engine and Apache Griffin service.apachegriffin/elasticsearch
: This image is based on official elasticsearch, adding some configurations to enable cors requests, to provide elasticsearch service for metrics persist.apachegriffin/kafka
: This image contains kafka 0.8, and some demo streaming data, to provide streaming data source in streaming mode.zookeeper:3.5
: This image is official zookeeper, to provide zookeeper service in streaming mode.$ docker-compose -f docker-compose-batch.yml up -dAfter approximate one minute, you can check result. If result looks like below, it means startup is successful.
$ docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES bfec3192096d apachegriffin/griffin_spark2:0.3.0 "/etc/bootstrap-al..." 5 hours ago Up 5 hours 6066/tcp, 8030-8033/tcp, 8040/tcp, 9000/tcp, 10020/tcp, 19888/tcp, 27017/tcp, 49707/tcp, 50010/tcp, 50020/tcp, 50070/tcp, 50075/tcp, 50090/tcp, 0.0.0.0:32122->2122/tcp, 0.0.0.0:33306->3306/tcp, 0.0.0.0:35432->5432/tcp, 0.0.0.0:38042->8042/tcp, 0.0.0.0:38080->8080/tcp, 0.0.0.0:38088->8088/tcp, 0.0.0.0:38998->8998/tcp, 0.0.0.0:39083->9083/tcp griffin fb9d04285070 apachegriffin/elasticsearch "/docker-entrypoin..." 5 hours ago Up 5 hours 0.0.0.0:39200->9200/tcp, 0.0.0.0:39300->9300/tcp es
BASE_PATH
value to <your local IP address>:38080
.Basic -> Get griffin version
, to make sure Apache Griffin service has started up.Measures -> Add measure
, to create a measure in Apache Griffin.