Data Engineering with Databricks 3.1.12 - Unable to run Classroom-Setup-01.2

JR61276126
New Contributor II

Receiving the following error when attempting to run the classroom setup for lesson 1.2 of the Data Engineering with Databricks 3.1.12. 
This has been tested with multiple accounts, both admins and non-admins.

Below is the error message I am receiving. 

%run ./Includes/Classroom-Setup-01.2

AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient

My databricks workspace is deployed in Azure with VNET injection. 

I believe the issue to be with access to the hive_metastore.  If viewing the hive_metastore in the Catalog Explorer, it is unable to see the default schema using compute in my tenant (both SQL Warehouse and All-Purpose Compute) but I can view the default schema when using Serverless SQL Warehouse. 

I found the following post with a similar issue and attempted to run the commands suggested without success. https://community.databricks.com/t5/data-engineering/unable-to-instantiate-hive-meta-store-client/td...

 

%sh sudo service hive-metastore status

Unit hive-metastore.service could not be found.