Hi all!Been trying to install hail (https://hail.is/) on databricks with no luck so far. Is there an easy way to make it work? So far I could not get further than (providing sparkContext like `hl.init(sc=spark.sparkContext` also did not help):import ...
Hi!Have connected workspace to AWS, but when I execute in a new notebook: %python
%pip install glow.py
import glow
from pyspark.sql import SparkSession
# Create a Spark session
spark = (SparkSession.builder
.appName("Genomics Analysis")
...
Solved this with the help of colleagues at last. First of all, it won't work with Serverless mode, so a cluster is required. Once the cluster is created in Compute section, on Library tab add those 2 libraries:Then running:import glow
from pyspark.sq...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.