java
reads success with spark job but not with cqlsh query when huge tombstones present
i have a table with huge tombstones.So when i performed a spark job (which reads) on that specific table , it gave result without any issues.But i executed same query using cqlsh it gave me error because huge tombstones present in that table. ("Cassandra failure during read query at consistency one(1 replica needed but o replicas responded ,1 failed). i know tombstones should not be there, i can run repair to avoid them , but apart from that why spark succeeded and cqlsh failed.they both use same sessions and queries. How spark-cassandra connector works? is it different than cqlsh? Please let me know . thank you
Related Links
How can reuse onClickListener in Android
Spring-boot with spring-mybatis - how to force it to logging all SQL queries
insert java date time into Oracle
How to Implement a Cache with Time Eviction and Fallback Using Google Guava LoadingCache
how to match IV in AESCrypt with JAVA and RUBY
Java voice chat over UDP - how do I get the port?
Change value of array
Only one executor is running in spark. only master is working but no one
Is there any way to configure ehcache to return an expired object if it is unable to obtain an updated version?
Android ECONNREFUSED (Connection refused)
JAVA Set Maximum Size of JFrame
How to catch when two bluetooth devices have been paired
Eclipse running old programs, no main method
Data is not ordered correctly with pagination: Sql server and Hibernate 3.6.10
I want another class like main activity to receive data from bluetooth, am unable to switch to another activity
How to make a Repeating Alarm for API 23 , 19 And less