Skip to content

Commit

Permalink
[Improve] Add how to build on README (apache#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai committed Jan 2, 2024
1 parent 6f5f5a5 commit 7e37f1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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。
Expand Down

0 comments on commit 7e37f1b

Please sign in to comment.