Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

yikkai95/kynetic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Install the latest version of docker
  2. These containers are not pushed to DockerHub, thus you'll need to build them locally:
docker-compose -f examples/compose/single-container.yml build
  1. Run and wait until Ambari's Web UI at localhost:8080. Default User/PW is admin/admin as usual.
docker-compose -f examples/compose/single-container.yml up
  1. Submit Blueprint and monitor the progress on Ambari's Web UI
sh submit-blueprint.sh single-node-kylin.sh
  1. Upon completion of operation, login to master node
docker-exec -it compose_master0 bash
  1. Run the following commands to create directory for kylin and hive
su - hdfs
hdfs dfs -mkdir /kylin /user/admin /user/root
hdfs dfs -chown root /kylin /user/root
hdfs dfs -chown admin /user/admin
  1. Start Kylin
$KYLIN_HOME/bin/kylin.sh start
  1. To start with fresh containers, before each run do:
docker-compose -f examples/compose/multi-container.yml rm

About

Dockerized Apache Kylin on HDP2.5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 64.4%
  • Shell 35.6%