cancel
Showing results for 
Search instead for 
Did you mean: 
DouglasLinder
New Contributor III
since ‎08-27-2021
‎06-26-2023

User Stats

  • 5 Posts
  • 1 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

On a regular cluster, you can use:```spark.sparkContext._jsc.hadoopConfiguration().set(key, value)```These values are then available on the executors using the hadoop configuration. However, on a high concurrency cluster, attempting to do so results ...
Kudos from