普段つまずいたこと、勉強途中の覚え書き
docker-compose build
docker-compose up -d
docker-compose down
docker-compose ps
docker exec -it [コンテナ名] bash
SET hive.
exec
.dynamic.partition.mode=nonstrict;
insert overwrite table tmp_xxx.test_log partition(id) select * from common.log where id = 15692
and
date between
'2018-06-22 00:00'
'2018-06-22 23:59'
;