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

guoyp pushed a commit to branch griffin-0.5.0-rcX
in repository https://gitbox.apache.org/repos/asf/griffin.git


The following commit(s) were added to refs/heads/griffin-0.5.0-rcX by this push:
     new 5f1af13  Update deploy-guide.md
5f1af13 is described below

commit 5f1af13eadcdc59116d92522b5bf886598128bd1
Author: YiwenWu <[email protected]>
AuthorDate: Tue Jul 16 17:09:07 2019 +0800

    Update deploy-guide.md
    
    update livy.conf add '='
    
    Author: YiwenWu <[email protected]>
    
    Closes #511 from YiwenWu/patch-1.
---
 griffin-doc/deploy/deploy-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/griffin-doc/deploy/deploy-guide.md 
b/griffin-doc/deploy/deploy-guide.md
index cd15213..d02b098 100644
--- a/griffin-doc/deploy/deploy-guide.md
+++ b/griffin-doc/deploy/deploy-guide.md
@@ -360,7 +360,7 @@ livy.server.host = 127.0.0.1
 livy.spark.master = yarn
 livy.spark.deployMode = cluster
 livy.repl.enableHiveContext = true
-livy.server.port 8998
+livy.server.port = 8998
 ```
 * **start up livy**
 ```bash
@@ -836,4 +836,4 @@ curl -k -H "Content-Type: application/json" -X PUT 
http://127.0.0.1:9200/griffin
 ```
 You can access http://127.0.0.1:9200/griffin to verify configuration.
 
-Everything is ready, you can login http://127.0.0.1:8080 without username and 
credentials. And then create measure, job to validate data quality by [user 
guide](../ui/user-guide.md).
\ No newline at end of file
+Everything is ready, you can login http://127.0.0.1:8080 without username and 
credentials. And then create measure, job to validate data quality by [user 
guide](../ui/user-guide.md).

Reply via email to