@@ -132,7 +132,7 @@ To run Feast Core locally:
132132``` bash
133133# Feast Core can be configured from the following .yml file
134134# $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
136136```
137137
138138Test whether Feast Core is running
@@ -156,7 +156,7 @@ To run Feast Job Controller locally:
156156``` bash
157157# Feast Job Controller can be configured from the following .yml file
158158# $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
160160```
161161
162162Test 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
199199Start Feast Serving server on localhost:6566:
200200
201201``` 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
203203```
204204
205205Test connectivity to Feast Serving
@@ -210,7 +210,7 @@ grpc_cli call localhost:6566 GetFeastServingInfo ''
210210
211211``` text
212212connecting to localhost:6566
213- version: "0.7.1-SNAPSHOT "
213+ version: "0.7.1"
214214type: FEAST_SERVING_TYPE_ONLINE
215215
216216Rpc succeeded with OK status
0 commit comments