This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 7e37f1b [Improve] Add how to build on README (#176)
7e37f1b is described below
commit 7e37f1b6cb34203dc321dfe019b8fd7104e2a777
Author: Caican Cai <[email protected]>
AuthorDate: Tue Jan 2 11:07:59 2024 +0800
[Improve] Add how to build on README (#176)
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 5661318..53e8097 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,15 @@ More information about compilation and usage, please visit
[Spark Doris Connecto
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
+## How to Build
+
+You need to copy customer_env.sh.tpl to customer_env.sh before build and you
need to configure it before build.
+```shell
+git clone [email protected]:apache/doris-spark-connector.git
+cd doris-spark-connector/spark-doris-connector
+./build.sh
+```
+
### QuickStart
1. download and compile Spark Doris Connector from
https://github.com/apache/doris-spark-connector, we suggest compile Spark Doris
Connector by Doris offfcial image。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]