Description
The dockerfile that contributed by Weibin Zhu (codingforfun ) is very nice. I tried it and the user experience is very good. I believe it is the best option for a new user to try Kylin.
While I also noticed several small issues in the current version:
- The dockerfile is building from Kylin source file; while uploading and building source in Docker takes a very longer time (many java files, and the build need to download maven dependencies)
- The current image has a minor issue: when Kylin is started, the sample cubes couldn't appear, the user need to reload metadata to see it;
- The HBase port(60010) is not matched with the real port (16010).
So I would change the docker file to fix the above issues, and make it building from Kylin's released binary packages. In the meanwhile, also update the README.
Attachments
Issue Links
- links to