git clone https://github.com/big-data-europe/docker-hive.git cd docker-hive docker-compose up -d进入容器
docker-compose exec hive-server bash # /opt/hive/bin/beeline -u jdbc:hive2://localhost:10000 > CREATE TABLE pokes (foo INT, bar STRING); > LOAD DATA LOCAL INPATH '/opt/hive/examples/files/kv1.txt' OVERWRITE INTO TABLE pokes;清理
docker-compose down参考
- https://github.com/big-data-europe/docker-hive



