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.git


The following commit(s) were added to refs/heads/master by this push:
     new 0636440  Fix a typo in doc
0636440 is described below

commit 0636440e072c3ca1fc26d707a8db360f1d35adb7
Author: Sothan <[email protected]>
AuthorDate: Thu Apr 11 09:11:22 2019 +0800

    Fix a typo in doc
    
    Author: Sothan <[email protected]>
    
    Closes #497 from Sothan/minor-fix.
---
 griffin-doc/dev/dev-env-build.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/griffin-doc/dev/dev-env-build.md b/griffin-doc/dev/dev-env-build.md
index 2448eec..3164439 100644
--- a/griffin-doc/dev/dev-env-build.md
+++ b/griffin-doc/dev/dev-env-build.md
@@ -81,7 +81,7 @@ For debug purpose, you'd better install hadoop, spark, hive 
locally, so you can
 Note: If you run Hadoop in a pseudo-distributed mode on MacOS you have to 
update hdfs-site.xml, namely, comment out the parameters 
**dfs.namenode.servicerpc-address** and **dfs.namenode.rpc-address**, otherwise 
you can get the error like: "java.net.ConnectException: Call From 
mycomputer/127.0.1.1 to localhost:9000 failed on connection exception: 
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused";
 
 ## Deploy on docker container
-Firstly, in the griffin directory, build you packages at once.
+Firstly, in the griffin directory, build your packages at once.
 ```
 mvn clean install
 ```

Reply via email to