Skip to content
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

Jackson dependency issues #81

Closed
zhilingc opened this issue Jan 17, 2019 · 0 comments
Closed

Jackson dependency issues #81

zhilingc opened this issue Jan 17, 2019 · 0 comments

Comments

@zhilingc
Copy link
Collaborator

Current Behavior

Running the core application fails with error:

Factory method 'httpPutFormContentFilter' threw exception; nested exception is java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/exc/InvalidDefinitionException","message":"Failed to instantiate [org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter]: Factory method 'httpPutFormContentFilter' threw exception; nested exception is java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/exc/InvalidDefinitionException","name":"org.springframework.beans.BeanInstantiationException","cause":{"commonElementCount":0,"localizedMessage":"com/fasterxml/jackson/databind/exc/InvalidDefinitionException","message":"com/fasterxml/jackson/databind/exc/InvalidDefinitionException","name":"java.lang.NoClassDefFoundError"
...

As of the python sdk merge. Tests run and pass fine.

Specifications

  • Version: master

Possible Solution

Exclude Jackson dependencies from Jinjava and pin Jackson to a specific version.

Yanson pushed a commit to Yanson/feast that referenced this issue Jul 29, 2020
…east-dev#81)

Run single Spark job to ingest to both Redis and Delta.

Leverage Feast 0.6.0 change Consolidate ingestion jobs to one job per source feast-dev#817

In application.xml:

    # if true one job per source with many stores would be created
    # if false one job per source-store pair would be created
    consolidate-jobs-per-source: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant