You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read/write operations are using LOCAL_ONE as consistency level.
Set spark.cdm.perfops.consistency.read or spark.cdm.perfops.consistency.write is not helpful.
Seems that the consistency levels are set at bound statements. Batch statement does not set consistency level and it is null.
So it is using LOCAL_ONE as default value.
When using batch statement, seems that the options set for each statement are ignored.