KYLIN-4114 Provided a self-contained docker image for Kylin#797
KYLIN-4114 Provided a self-contained docker image for Kylin#797nichunen merged 1 commit intoapache:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #797 +/- ##
============================================
- Coverage 25.61% 25.61% -0.01%
Complexity 6046 6046
============================================
Files 1398 1398
Lines 83449 83449
Branches 11685 11685
============================================
- Hits 21378 21376 -2
- Misses 60017 60019 +2
Partials 2054 2054
Continue to review full report at Codecov.
|
Pull Request Test Coverage Report for Build 4933
💛 - Coveralls |
dcceb23 to
4692fbc
Compare
|
Thanks @weibin0516 , this looks cool, here a list for what I want to check. For PoC
For Developer
Other Comments
|
docker/Dockerfile
Outdated
| RUN mkdir -p /data/hadoop | ||
|
|
||
| # setup hbase | ||
| RUN wget https://archive.apache.org/dist/hbase/1.1.2/hbase-1.1.2-bin.tar.gz |
There was a problem hiding this comment.
Forget to use $HBASE_VERSION here?
docker/use-guide.md
Outdated
| ``` | ||
| After the package is complete, use the package in `/home/admin/kylin_sourcecode/dist` to start the Kylin service. | ||
|
|
||
| You can also run CI inside the container: |
There was a problem hiding this comment.
If Integration test can not pass currently, please remove this, thank you.
|
@hit-lacus , thanks for review, all functions except |
|
Hi, @weibin0516 Did you update your PR? I cannot find |
Test Env
Start standalone docker containerdocker run -d --rm \
-p 7070:7070 \
-p 8088:8088 \
-p 50070:50070 \
-p 8032:8032 \
-p 8042:8042 \
-p 60010:60010 \
codingforfun/apache-kylin-standaloneAttach to containerdocker exec -it ${CONTAINER_ID} /bin/bashBuilding Cube (Build/Refresh/Merge)Near Realtime StreamingRealtime OLAPKnown issue
|
shaofengshi
left a comment
There was a problem hiding this comment.
+1 Awesome! Looks good to me! Thank you weibin!
|
@shaofengshi , thanks very much. |
| The image has been pushed to the docker hub without having to build locally. | ||
| Execute the following command to pull image: | ||
| ``` | ||
| docker pull codingforfun/apache-kylin-standalone |
There was a problem hiding this comment.
Could you please update this?







No description provided.