@@ -132,7 +132,7 @@ To run Feast Core locally:
132
132
``` bash
133
133
# Feast Core can be configured from the following .yml file
134
134
# $FEAST_REPO/core/src/main/resources/application.yml
135
- java -jar core/target/feast-core-0.7.1-SNAPSHOT- exec.jar
135
+ java -jar core/target/feast-core-0.7.1-exec.jar
136
136
```
137
137
138
138
Test whether Feast Core is running
@@ -156,7 +156,7 @@ To run Feast Job Controller locally:
156
156
``` bash
157
157
# Feast Job Controller can be configured from the following .yml file
158
158
# $FEAST_REPO/job-controller/src/main/resources/application.yml
159
- java -jar job-controller/target/feast-job-controller-0.7.1-SNAPSHOT- exec.jar
159
+ java -jar job-controller/target/feast-job-controller-0.7.1-exec.jar
160
160
```
161
161
162
162
Test whether Feast Job Controller is running:
@@ -199,7 +199,7 @@ Once Feast Serving is started, it will register its store with Feast Core \(by n
199
199
Start Feast Serving server on localhost:6566:
200
200
201
201
``` text
202
- java -jar serving/target/feast-serving-0.7.1-SNAPSHOT- exec.jar
202
+ java -jar serving/target/feast-serving-0.7.1-exec.jar
203
203
```
204
204
205
205
Test connectivity to Feast Serving
@@ -210,7 +210,7 @@ grpc_cli call localhost:6566 GetFeastServingInfo ''
210
210
211
211
``` text
212
212
connecting to localhost:6566
213
- version: "0.7.1-SNAPSHOT "
213
+ version: "0.7.1"
214
214
type: FEAST_SERVING_TYPE_ONLINE
215
215
216
216
Rpc succeeded with OK status
0 commit comments