cancel
Showing results for 
Search instead for 
Did you mean: 
mick042
New Contributor III
since ‎06-09-2022
‎06-26-2023

User Stats

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

User Activity

Folks , when I want to push data to snowflake I need to use a stage for files before copying data over. However, when I utilise the net.snowflake.spark.snowflake.Utils library and do a spark.write as in...spark.read.format("csv") .option("header", ...
I need to process a number of files where I manipulate file text utilising an external executable that operates on stdin/stdout. I am quite new to spark. What I am attempting is to use rdd.pipe as in the followingexe_path = " /usr/local/bin/external...
In a Databricks notebook, I need to run text files (stdin, stdout) through a function from an external library. I have used sparkContext.AddFiles({external_library_name}) to add the external library so that it is available to all executors.when I run...
Kudos from