Skip to content

Commit

Permalink
added note for the very first build [apache#291]
Browse files Browse the repository at this point in the history
  • Loading branch information
sreev committed Sep 14, 2024
1 parent 44fdc57 commit d381ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Apache Polaris is organized into the following modules:

Apache Polaris is built using Gradle with Java 21+ and Docker 27+.
- `./gradlew build` - To build and run tests. Make sure Docker is running, as the integration tests depend on it.
(_Note_: For the very first run. `git clone https://github.com/tabular-io/docker-spark-iceberg.git && cd docker-spark-iceberg && docker-compose up`. This starts rest endpoint at 8181.)
- `./gradlew assemble` - To skip tests.
- `./gradlew test` - To run unit tests and integration tests.
- `./gradlew runApp` - To run the Polaris server locally on localhost:8181.
Expand Down

0 comments on commit d381ffa

Please sign in to comment.