Skip to content

fix #43 for some reason we need to set different folders for temp and…#71

Open
dircsem wants to merge 1 commit intoegen:masterfrom
dircsem:master
Open

fix #43 for some reason we need to set different folders for temp and…#71
dircsem wants to merge 1 commit intoegen:masterfrom
dircsem:master

Conversation

@dircsem
Copy link
Copy Markdown

@dircsem dircsem commented Nov 25, 2019

This fixes $43 for azure datalake gen1 and gen2, and for that I need to add some configuration options.
For this to work you need to mount your datalake into databricks cluster.
This is a working sample
Df.write.
format("com.springml.spark.sftp").
option("host", salesforceHost).
option("username", salesforceUser).
option("password", salesforcePw).
option("fileType", "csv").
option("delimiter", ",").
option("azuremountpoint", tempFolder). // /dbfs/mnt/your_mount_point/your_folder
option("templocation", gen2TempFolder"). // same address as temp folder, but with abfss protocol
option("gen","gen2").
save(output_destination)

… and mount point, because spark cluster need a different url to access the azure datalake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant