Skip to content

Add ssh command for adding more memory managment parameters and ease#8

Open
bron10 wants to merge 1 commit intocodope:mainfrom
bron10:main
Open

Add ssh command for adding more memory managment parameters and ease#8
bron10 wants to merge 1 commit intocodope:mainfrom
bron10:main

Conversation

@bron10
Copy link

@bron10 bron10 commented Nov 23, 2025

System: Ubuntu 22.04 LTS 64-bit

Spark: 3.5.7

Hudi: 1.0.2

OutOfMemoryError (Java Heap Space)

Problem: java.lang.OutOfMemoryError: Java heap space during data processing.

Solution: Increased memory allocation and added optimization settings to match the prerequisites:

  • --driver-memory 8g
  • --executor-memory 8g
  • --conf spark.sql.adaptive.enabled=true
  • --conf spark.memory.fraction=0.8

Adding a ssh command helps to re-run the command with very ease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant