cancel
Showing results for 
Search instead for 
Did you mean: 
andreas9898
New Contributor II
since ‎10-13-2022
‎06-26-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 1 Kudos given
  • 3 Kudos received

User Activity

In a databricks cluster with Scala 2.1.1 I am trying to read a file into a spark data frame using the following code.val df = spark.read .format("com.springml.spark.sftp") .option("host", "*") .option("username", "*") .option("password", "*")...
Kudos from
Kudos given to