DORSETRIGS
Home

spark-submit (4 post)


posts by category not found!

How to set Spark application exit status?

Mastering Spark Application Exit Status A Comprehensive Guide Spark applications renowned for their distributed processing capabilities often require a clear in

3 min read 07-10-2024 41
How to set Spark application exit status?
How to set Spark application exit status?

Pass system property to spark-submit and read file from classpath or custom path

Passing System Properties to Spark Submit and Reading Files Dynamically Spark applications often need to read data from different locations depending on the env

2 min read 06-10-2024 38
Pass system property to spark-submit and read file from classpath or custom path
Pass system property to spark-submit and read file from classpath or custom path

Why Livy does not accept a large JSON args

Livys JSON Payload Limits Why Your Big Data Dreams Might Hit a Wall Livy the popular REST API for interacting with Apache Spark is a powerful tool for executing

2 min read 04-10-2024 36
Why Livy does not accept a large JSON args
Why Livy does not accept a large JSON args

Connecting to Spark Standalone cluster from Airflow

Connecting to a Spark Standalone Cluster from Airflow A Comprehensive Guide This article aims to help you overcome the challenge of connecting to a Spark Standa

2 min read 03-09-2024 42
Connecting to Spark Standalone cluster from Airflow
Connecting to Spark Standalone cluster from Airflow