Share via

how to read .ss files from Unity Catalog Enabled Azure Databricks Cluster

Prakash Arumugam (LTIMINDTREE LIMITED) 0 Reputation points Microsoft External Staff
2026-03-06T21:53:27.4133333+00:00

Hello Team,

We are regular users of the Azure Databricks cluster, and due to security requirements, we are currently transitioning from Service Principal (SPN) authentication to Managed Identity.

Until now, we have been using .ss files (Structured Stream format) through the structuredstreamforspark library, and this has been a critical dependency in many of our workflows.

When we install the same JAR library in a Unity Catalog (UC) enabled cluster using Volumes, the installation completes successfully. However, when we attempt to read the data using:

spark.read.format("sstream")

we encounter the following error:

AnalysisException: [UC_COMMAND_NOT_SUPPORTED.WITHOUT_RECOMMENDATION] The command(s): Data source v2 are not supported in Unity Catalog. RelationV2[...] sstream

Since our deliverables rely heavily on this Structured Stream binary format, this limitation is currently blocking our migration to the UC-enabled cluster with Managed Identity.

Could you please advise if there is a supported workaround or alternative approach to read .ss files in a Unity Catalog environment?

Any guidance would be greatly appreciated, as this format is a critical dependency for our pipelines.

Thank you in advance for your support.

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.