Updated September 23rd, 2024 by jessica.santos

Status FAILURE when attempting to update a Direct Vector Access Index

Problem When attempting to upsert into a Direct Vector Access Index, you may encounter a generic failure message.  {'status': 'FAILURE', 'result': {'success_row_count': 0, 'failed_primary_keys': ['1', '2']}}. Cause The length of the embedding field in the data you are trying to upsert does not match the  embedding_dimension parameter defined during ...

0 min reading time
Updated September 12th, 2024 by jessica.santos

NullPointerException when reading shapefiles from cloud storage on a Mosaic and GDAL enabled cluster

Problem  When attempting to read a shapefile from a cloud storage bucket on a cluster with Mosaic and GDAL enabled, you get a  java.lang.NullPointerException error. Cause This issue occurs when trying to read geospatial files, such as .shp and .geojson , from any cloud-based object storage. It is not possible to use any cloud-based object storage di...

0 min reading time
Updated September 12th, 2024 by jessica.santos

ModuleNotFoundError: No module named 'packaging' when creating GPU Model Serving endpoint

Problem Your container build process fails during model serving endpoint creation after logging a machine learning model using MLflow. You have run the logging and registering code on a Databricks GPU cluster.  The following error appears in the Model Serving endpoint's Build Logs, stating that the ‘packaging’ module is missing. Installing pip depen...

1 min reading time
Load More