- 2319 Views
- 0 replies
- 0 kudos
Hello, thereI have a pickle file uploaded in a mounted location in databricks ( /dbfs/mnt/blob/test.pkl). I am trying to read this pickle file using the below python snippetwith open(path + "test.pkl", "rb") as f: bands = pickle.load(f)But it t...
- 2319 Views
- 0 replies
- 0 kudos
- 9564 Views
- 2 replies
- 0 kudos
My project's setup.py filefrom setuptools import find_packages, setup
PACKAGE_REQUIREMENTS = ["pyyaml","confluent-kafka", "fastavro", "python-dotenv","boto3", "pyxlsb", "aiohttp", "myprivatepackage"]
LOCAL_REQUIREMENTS = ["delta-spark", "scikit-lea...
- 9564 Views
- 2 replies
- 0 kudos
Latest Reply
Hi, Does this look like a dependency error? All the dependencies are packed in the whl? Also, could you please confirm if all the limitations are satified? Refer: https://docs.databricks.com/en/compute/access-mode-limitations.html
1 More Replies
- 5737 Views
- 2 replies
- 0 kudos
Is DBFS going to be deprecated? As I am using /dbfs/FileStore/tables/ location where a jar file is stored, and I am copying this jar file to /databricks/jars locations.My concerns is as DBFS root and mounts are deprecated, is that mean in coming days...
- 5737 Views
- 2 replies
- 0 kudos
Latest Reply
Hi Raphael,I am trying below init script to achieve this task, PFAAnd getting error as below,Cluster scoped init script abfss://container@storage.dfs.core.windows.net/init_script.sh failed: Failure to initialize configuration for storage account stor...
1 More Replies