Skip to content

Commit

Permalink
Update spark-setup.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mirnawong1 authored Aug 27, 2024
1 parent f5c7d27 commit 35ec4ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ Delta-only features:

To run metadata queries in dbt, you need to have a namespace named `default` in Spark when connecting with Thrift. You can check available namespaces by using Spark's `pyspark` and running `spark.sql("SHOW NAMESPACES").show()`. If the default namespace doesn't exist, create it by running `spark.sql("CREATE NAMESPACE default").show()`.

If there's a network connection issue, your logs will dispaly an error like `Could not connect to any of [('127.0.0.1', 10000)]` (or something similar).
If there's a network connection issue, your logs will display an error like `Could not connect to any of [('127.0.0.1', 10000)]` (or something similar).

0 comments on commit 35ec4ed

Please sign in to comment.