Hello,
I spun up a new instance of the Hopsworks community edition (version 2.4.0) using these instructions (Hopsworks Installer — Documentation 2.4 documentation) on a single server with a fresh/updated install of Ubuntu 18.04.
When playing around with the demo project that is created, I found that opening the tour_training_dataset_test
dataset resulted in a flood of error dialogs about features (Data Provenance I think) only being available in the Enterprise Edition.
“This feature is only available in the enterprise edition”
It also appears to continue trying to poll for related information even as I navigate away to other pages like Feature Groups. I see a bunch of requests resulting in 400 errors to URLs like:
https://HOPSWORKS_SERVER_IP/hopsworks-api/api/project/119/featurestores/67/trainingdatasets/9/provenance/usage?type=WRITE_LAST
I think these are related to “Last Updated” fields trying to be displayed.
Is this a problem with how I’ve setup the test instance? Or are feature groups and training datasets not meant to be accessed from the community edition? I am a new user and was just trying to setup a test instance of the Feature Store tool for evaluation purposes. Any insight or pointers would be much appreciated.
Thanks!