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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new de93a6e  [Update] Update README and modify pom.xml (#36)
de93a6e is described below

commit de93a6e4eba4828effa97e6dd723d010e214099c
Author: Yankee <yangqi199...@gmail.com>
AuthorDate: Thu Jun 23 09:18:43 2022 +0800

    [Update] Update README and modify pom.xml (#36)
    
    * Update README
---
 .gitignore                    |  3 ++-
 README.md                     | 17 +++++++++++++++--
 flink-doris-connector/pom.xml |  8 ++++----
 3 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index a104818..5873ef2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ flink-doris-connector/output/
 flink-doris-connector/target/
 flink-doris-connector/pom.xml.releaseBackup
 flink-doris-connector/release.properties
-flink-doris-connector/.idea/
+.idea
+*.iml
diff --git a/README.md b/README.md
index 3471c11..2d9e7d3 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ under the License.
 
 Flink Doris Connector now support flink version from 1.11 to 1.14.
 
-If you wish to contribute or use a connector from flink 1.13 (and earlier), 
please use the 
[branch-for-flink-before-1.13](https://github.com/apache/incubator-doris-flink-connector/tree/branch-for-flink-before-1.13)
+If you wish to contribute or use a connector from flink 1.13 (and earlier), 
please use the 
[branch-for-flink-before-1.13](https://github.com/apache/doris-flink-connector/tree/branch-for-flink-before-1.13)
 
 More information about compilation and usage, please visit [Flink Doris 
Connector](https://doris.apache.org/ecosystem/flink-doris-connector.html)
 
@@ -34,9 +34,22 @@ More information about compilation and usage, please visit 
[Flink Doris Connecto
 
 [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
 
+## Building
+You need to copy customer_env.sh.tpl to customer_env.sh before build and you 
need to configure it before build.
+```shell
+sh build.sh --flink 1.14.3 --scala 2.12
+```
+
+If you are using mac, you must install gnu-getopt before executing the 
build.sh.
+```shell
+brew install gnu-getopt
+brew link --force gnu-getopt
+```
+
+
 ## Report issues or submit pull request
 
-If you find any bugs, feel free to file a [GitHub 
issue](https://github.com/apache/incubator-doris/issues) or fix it by 
submitting a [pull request](https://github.com/apache/incubator-doris/pulls).
+If you find any bugs, feel free to file a [GitHub 
issue](https://github.com/apache/doris/issues) or fix it by submitting a [pull 
request](https://github.com/apache/doris/pulls).
 
 ## Contact Us
 
diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index d75cdda..28320ff 100644
--- a/flink-doris-connector/pom.xml
+++ b/flink-doris-connector/pom.xml
@@ -38,14 +38,14 @@ under the License.
         </license>
     </licenses>
     <scm>
-        
<connection>scm:git:https://g...@github.com/apache/incubator-doris-flink-connector.git</connection>
-        
<developerConnection>scm:git:https://g...@github.com/apache/incubator-doris-flink-connector.git</developerConnection>
-        
<url>scm:git:https://g...@github.com/apache/incubator-doris-flink-connector.git</url>
+        
<connection>scm:git:https://g...@github.com/apache/doris-flink-connector.git</connection>
+        
<developerConnection>scm:git:https://g...@github.com/apache/doris-flink-connector.git</developerConnection>
+        
<url>scm:git:https://g...@github.com/apache/doris-flink-connector.git</url>
         <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>GitHub</system>
-        <url>https://github.com/apache/incubator-doris/issues</url>
+        <url>https://github.com/apache/doris/issues</url>
     </issueManagement>
     <mailingLists>
         <mailingList>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to