Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <[email protected]>
  • Loading branch information
kevjumba committed Jul 7, 2022
1 parent 70c5efb commit 66b1c91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/feature-servers/go-feature-retrieval.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ However, some additional dependencies are required for Go <-> Python interoperab
pip install feast[go]
```

For developers, if you want to build from source, run `make compile-go-lib` to build and compile the go server.
For developers, if you want to build from source, run `make compile-go-lib` to build and compile the go server. In order to build the go binaries, you will need to install the `apache-arrow` c libraries.
For macs, run `brew install apache-arrow`.
For linux users, run `sudo apt-get install apache-arrow`.

## Usage

Expand Down Expand Up @@ -63,7 +65,7 @@ feature_server:
emit_timeout_micro_secs: 10000
queue_capacity: 10000
```
All these parameters are optional.
All these parameters are optional.

## Future/Current Work

Expand Down

0 comments on commit 66b1c91

Please sign in to comment.