glow
glow copied to clipboard
Add tips to troubleshooting page
Users often accidentally make the following mistakes, which we should address in the troubleshooting page:
- Installing
glow
with Pypi, rather thanglow.py
- In v1.0.0: failing to set the SparkSession during registration (i.e.
spark = glow.register(spark)
rather thanglow.register(spark)
). This may also require detaching and reattaching to the cluster.
Thanks @karenfeng!
For the record, the second bullet caused the following error during block_variants phase of WGR
Undefined function: 'assert_true_or_error'. This function is neither a registered temporary function nor a permanent function registered in the database 'default'.; line 1 pos 7