databricks-community-edition Questions
2
Solved
Trying to read delta log file in databricks community edition cluster. (databricks-7.2 version)
df=spark.range(100).toDF("id")
df.show()
df.repartition(1).write.mode("append").f...
Biblio asked 23/8, 2020 at 23:16
2
Solved
I managed to download datasets from Kaggle using Kaggle API. And the data was stored under the directory of /databricks/driver.
%sh pip install kaggle
%sh
export KAGGLE_USERNAME=my_name
export KAGG...
Berkelium asked 7/8, 2021 at 14:7
3
Solved
Question is simple:
master_dim.py calls dim_1.py and dim_2.py to execute in parallel. Is this possible in databricks pyspark?
Below image is explaning what am trying to do, it errors for some reaso...
Heather asked 26/8, 2021 at 11:31
1
Solved
I uploaded files to DBFS:
/FileStore/shared_uploads/[email protected]/file_name.csv
I tried to access them by pandas and I always receive information that such files don't exist.
I tried to ...
Pocketknife asked 16/10, 2021 at 10:59
1
I am trying to open a file that i uploaded to the dbfs location. However, I get error while trying to open the file but I can see the file when I do a ls. Also there is no issue while reading the f...
Astray asked 24/3, 2021 at 15:48
3
Solved
I want to work on some small exercise projects, I wish to use databricks cluster. Can this be done. I am hoping there is some way to connect databricks cluster through databricks-connect utility. J...
Bang asked 20/11, 2019 at 9:38
1
© 2022 - 2024 — McMap. All rights reserved.