Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shao Feng, Shi committed Feb 17, 2015
1 parent cf24bbd commit 45ae7b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Once the container is pulled you are ready to start playing with Kylin. Use the
```
kylin-deploy-cluster 3
```
(This will start a hadoop cluster with 3 ndoes; Kylin will run in the first node 'amb0'; It is okay to start the cluster with 1 node)


Once the container is up and running you can reach out to the Kylin UI. First you will need to find the IP address of the container:
```
Expand All @@ -28,4 +30,6 @@ docker inspect -f '{{ .NetworkSettings.IPAddress }}' amb0

Once you know the IP address you can use the Kylin UI:

`http://<container_ip>:7070`.
`http://<container_ip>:7070` (username: ADMIN, password: KYLIN, select a sample project like "default" from the project list).

There are a couple of sample Cubes have been defined for you, but haven't been built; Select a Cube and then click "Action -> Build" to trigger the hadoop jobs; track the job progress in the "Jobs" tab until it finished successfully; Once the Cube's status is changed to "READY", you can write some SQL queries and test the cube.

0 comments on commit 45ae7b8

Please sign in to comment.