ngachung opened a new pull request, #118: URL: https://github.com/apache/sdap-ingester/pull/118
**Caveat: Built and tested locally only. Have not verified that the builds work in an AWS deployment.** Granule ingester build has to use https://github.com/apache/sdap-nexusproto/tree/protobuf-bump otherwise it will fail with `AttributeError: module 'collections' has no attribute 'MutableMapping'` Confirmed that a local build of collection manager detects new files and granule ingester ingests into cassandra and solr. Removed `pip uninstall -y chardet` from the collection manager build and confirmed that in the new build it is not installed ``` docker run --rm --entrypoint bash sdap-local/sdap-collection-manager:1.5.0 -c "pip show chardet" WARNING: Package(s) not found: chardet ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
