This is an automated email from the ASF dual-hosted git repository. billyliu pushed a commit to branch document in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/document by this push: new be36380 Fix the wrong Hue name be36380 is described below commit be363802fde3ee3ac8f32069accf66e8528c5580 Author: Billy Liu <billy...@apache.org> AuthorDate: Fri Feb 16 08:33:34 2018 +0800 Fix the wrong Hue name --- website/_docs21/tutorial/hue.md | 8 ++++---- website/_docs23/tutorial/hue.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/_docs21/tutorial/hue.md b/website/_docs21/tutorial/hue.md index 84dea6d..3b0698b 100755 --- a/website/_docs21/tutorial/hue.md +++ b/website/_docs21/tutorial/hue.md @@ -1,6 +1,6 @@ --- layout: docs21 -title: Apache Hue +title: Hue categories: tutorial permalink: /docs21/tutorial/hue.html --- @@ -18,11 +18,11 @@ You can check: ### Used Software: -* [Apache Hue](http://gethue.com/) v3.10.0 +* [Hue](http://gethue.com/) v3.10.0 * [Apache Kylin](http://kylin.apache.org/) v1.5.2 -### Install Apache Hue +### Install Hue If you have Hue installed, you can skip this step To install Hue on Ubuntu 16.04 LTS. The [official Instructions](http://gethue.com/how-to-build-hue-on-ubuntu-14-04-trusty/) didn’t work but [this](https://github.com/cloudera/hue/blob/master/tools/docker/hue-base/Dockerfile) works fine: @@ -107,7 +107,7 @@ We will use Hue / Hue as login / pass You can use *ps -ef | grep hue*, to find the PID and kill -### Configure Apache Hue for Kylin +### Configure Hue for Apache Kylin The purpose is to add a snipped in a notebook with Kylin queries References: diff --git a/website/_docs23/tutorial/hue.md b/website/_docs23/tutorial/hue.md index 860fdef..b771433 100755 --- a/website/_docs23/tutorial/hue.md +++ b/website/_docs23/tutorial/hue.md @@ -1,6 +1,6 @@ --- layout: docs23 -title: Apache Hue +title: Hue categories: tutorial permalink: /docs23/tutorial/hue.html --- @@ -18,11 +18,11 @@ You can check: ### Used Software: -* [Apache Hue](http://gethue.com/) v3.10.0 +* [Hue](http://gethue.com/) v3.10.0 * [Apache Kylin](http://kylin.apache.org/) v1.5.2 -### Install Apache Hue +### Install Hue If you have Hue installed, you can skip this step To install Hue on Ubuntu 16.04 LTS. The [official Instructions](http://gethue.com/how-to-build-hue-on-ubuntu-14-04-trusty/) didn’t work but [this](https://github.com/cloudera/hue/blob/master/tools/docker/hue-base/Dockerfile) works fine: @@ -107,7 +107,7 @@ We will use Hue / Hue as login / pass You can use *ps -ef | grep hue*, to find the PID and kill -### Configure Apache Hue for Kylin +### Configure Hue for Apache Kylin The purpose is to add a snipped in a notebook with Kylin queries References: -- To stop receiving notification emails like this one, please contact billy...@apache.org.