-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingestion dependency not found when starting Core server locally (CONTRIBUTING.md) #294
Comments
Thanks a lot of creating this issue! We're moving quite quickly at the moment and making a lot of changes. For now, all An example is here: https://github.com/gojek/feast/blob/0.3-dev/.prow/scripts/test-core-ingestion.sh. The same command works for packaging. Will leave this issue open until we update the Once we merge in the latest charts (#289), then you should be able to use the following instructions to get up and running locally on Minikube: https://github.com/gojek/feast/blob/0.3-dev/docs/getting-started/install-feast.md |
Super. Will wait for the update. Thanks |
If you'd like to assign this to me, I should have |
Yea, that would be great! |
This is especially helpful for IntelliJ to work the way you expect. References #294
@NicholaiStaalung I believe this is resolved. Please let me know if it isn't and I will reopen the issue. |
I am still getting this error. Moreover all the URL given above are returning 404 |
This exception is over a year old. Can you please provide the exact version and stack trace that you are receiving @gbaludev? |
Took a fresh repository clone, works finr. Feast 0.9.0-SNAPSHOT |
Expected Behavior
The Feast Core server should start
Current Behavior
[ERROR] Failed to execute goal on project feast-core: Could not resolve dependencies for project feast:feast-core:jar:0.3.0-SNAPSHOT: Could not find artifact feast:feast-ingestion:jar:0.3.0-SNAPSHOT -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project feast-core: Could not resolve dependencies for project feast:feast-core:jar:0.3.0-SNAPSHOT: Could not find artifact feast:feast-ingestion:jar:0.3.0-SNAPSHOT
Steps to reproduce
git clone -b 0.3-dev https://github.com/gojek/feast
cd feast/core
mvn spring-boot:run
Specifications
Possible Solution
Add dependency artifact at location described in core/pow.xml or change the setup process to pulle the ingestion artifact before starting the Core server
The text was updated successfully, but these errors were encountered: