This is an automated email from the ASF dual-hosted git repository.
guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2013fcc anonymizate config
2013fcc is described below
commit 2013fccbdb4185c1409109b90ddcd7b0e602422c
Author: William Guo <[email protected]>
AuthorDate: Tue Oct 29 13:13:07 2019 +0800
anonymizate config
---
quickstart-cn.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/quickstart-cn.md b/quickstart-cn.md
index dec33e0..d34d311 100644
--- a/quickstart-cn.md
+++ b/quickstart-cn.md
@@ -182,9 +182,9 @@ elasticsearch.scheme=http
# elasticsearch.user = user
# elasticsearch.password = password
# livy配置
-livy.uri=http://10.104.110.116:8998/batches
+livy.uri=http://10.104.xxx.xxx:8998/batches
# yarn url配置
-yarn.uri=http://10.104.110.116:8088
+yarn.uri=http://10.104.xxx.xxx:8088
# griffin event listener
internal.event.listeners=GriffinJobEventHook
```