Skip to content

Instantly share code, notes, and snippets.

View Subhraj07's full-sized avatar

subhrajit mohanty Subhraj07

  • Bengaluru, India
View GitHub Profile
@kyrsideris
kyrsideris / experiment_save_mode.md
Last active November 30, 2022 04:03
Apache Spark SQL's `SaveMode`s when writing to Apache Cassandra

Experimentation on Spark's SaveMode

Experiment on the effect of different SaveMode and Cassandra starting from a populated table

Summary

If the cassandra table that spark targets exists then

@andykuszyk
andykuszyk / Setting up Cassandra for remote access.md
Last active March 6, 2025 18:26
Setting up Cassandra for remote access

Make these changes in the cassandra.yaml config file:

start_rpc: true

rpc_address: 0.0.0.0

broadcast_rpc_address: [node-ip]

listen_address: [node-ip]