python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
EMR Spark deploy mode when using Docker
I am deploying a spark job in AWS EMR and packaging all my dependencies using docker. My pythonized spark submit command looks like this
...
cmd = (
f"spark-submit --deploy-mo...
Muhammad Raihan Muhaimin
Votes: 0
Answers: 1
How can I submit snowpark application in production
How can I submit snowpark application in production. I have written snow snowpark code and I am unable to find resources on how to submit the code in production.
I am getting this error when I run sno...
Dineshvarma Guduru
Votes: 0
Answers: 1
Spark Submit on Kuberentes exit code
How to check if the spark job is succeeded or failed programmatically, while running spark-submit. Usually the unix exit code is used.
phase: Failed
container status:
container name: spark-kube...
Rafa
Votes: 0
Answers: 2
How to process mainframe numbers where "{" is the last character
I have a one mainframe file data like as below
000000720000{
I need to parse the data and load into a hive table like below
72000
the above field is income column and "{" sign which denote...
Nisha Gupta
Votes: 0
Answers: 1