You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2020/01/14 09:33:42 UTC

[kylin] branch document updated: Add livy suggestion for all version document

This is an automated email from the ASF dual-hosted git repository.

nic 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 088cf9a  Add livy suggestion for all version document
088cf9a is described below

commit 088cf9ab3b3a0e0102d5a22656768e6d95d865d4
Author: rupengwang <wa...@live.cn>
AuthorDate: Tue Jan 14 11:43:02 2020 +0800

    Add livy suggestion for all version document
---
 website/_docs/tutorial/cube_spark.md   | 1 +
 website/_docs30/tutorial/cube_spark.md | 1 +
 website/_docs31/tutorial/cube_spark.md | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/_docs/tutorial/cube_spark.md b/website/_docs/tutorial/cube_spark.md
index fb7a1fa..fe8b385 100644
--- a/website/_docs/tutorial/cube_spark.md
+++ b/website/_docs/tutorial/cube_spark.md
@@ -138,6 +138,7 @@ kylin.engine.livy-conf.livy-url=http://ip:8998
 kylin.engine.livy-conf.livy-key.file=hdfs:///path/kylin-job-3.0.0-SNAPSHOT.jar
 kylin.engine.livy-conf.livy-arr.jars=hdfs:///path/hbase-client-1.2.0-{$env.version}.jar,hdfs:///path/hbase-common-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop2-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-server-1.2.0-{$env.version}.jar,hdfs:///path/htrace-core-3.2.0-incubating.jar,hdfs:///path/metrics-core-2.2.0.jar  
 {% endhighlight %}
+It's worth noting that there shouldn't be spaces between the paths of two jars. 
 
 
 ## Optional
diff --git a/website/_docs30/tutorial/cube_spark.md b/website/_docs30/tutorial/cube_spark.md
index ed356df..057ccd3 100644
--- a/website/_docs30/tutorial/cube_spark.md
+++ b/website/_docs30/tutorial/cube_spark.md
@@ -138,6 +138,7 @@ kylin.engine.livy-conf.livy-url=http://ip:8998
 kylin.engine.livy-conf.livy-key.file=hdfs:///path/kylin-job-3.0.0-SNAPSHOT.jar
 kylin.engine.livy-conf.livy-arr.jars=hdfs:///path/hbase-client-1.2.0-{$env.version}.jar,hdfs:///path/hbase-common-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop2-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-server-1.2.0-{$env.version}.jar,hdfs:///path/htrace-core-3.2.0-incubating.jar,hdfs:///path/metrics-core-2.2.0.jar  
 {% endhighlight %}
+It's worth noting that there shouldn't be spaces between the paths of two jars. 
 
 
 ## Optional
diff --git a/website/_docs31/tutorial/cube_spark.md b/website/_docs31/tutorial/cube_spark.md
index a1e8e92..9e7188b 100644
--- a/website/_docs31/tutorial/cube_spark.md
+++ b/website/_docs31/tutorial/cube_spark.md
@@ -138,7 +138,7 @@ kylin.engine.livy-conf.livy-url=http://ip:8998
 kylin.engine.livy-conf.livy-key.file=hdfs:///path/kylin-job-3.0.0-SNAPSHOT.jar
 kylin.engine.livy-conf.livy-arr.jars=hdfs:///path/hbase-client-1.2.0-{$env.version}.jar,hdfs:///path/hbase-common-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-hadoop2-compat-1.2.0-{$env.version}.jar,hdfs:///path/hbase-server-1.2.0-{$env.version}.jar,hdfs:///path/htrace-core-3.2.0-incubating.jar,hdfs:///path/metrics-core-2.2.0.jar  
 {% endhighlight %}  
-It's worth noting that there should be spaces between the paths of two jars. 
+It's worth noting that there shouldn't be spaces between the paths of two jars. 
 
 
 ## Optional