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/12 12:29:50 UTC

[kylin] branch document updated: Add necessary advice for usage of livy

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 b5ff9bc  Add necessary advice for usage of livy
b5ff9bc is described below

commit b5ff9bc9a0f075ba09c7903a9439314fe7412f84
Author: rupengwang <wa...@live.cn>
AuthorDate: Wed Jan 8 18:41:46 2020 +0800

    Add necessary advice for usage of livy
---
 website/_docs31/tutorial/cube_spark.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/_docs31/tutorial/cube_spark.md b/website/_docs31/tutorial/cube_spark.md
index 112b46d..a1e8e92 100644
--- a/website/_docs31/tutorial/cube_spark.md
+++ b/website/_docs31/tutorial/cube_spark.md
@@ -137,7 +137,8 @@ kylin.engine.livy-conf.livy-enabled=true
 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 %}
+{% endhighlight %}  
+It's worth noting that there should be spaces between the paths of two jars. 
 
 
 ## Optional