I am getting Query timeout when reading 100m records from cocuhbase bucket using spark
Asked
Active
Viewed 83 times
0
-
1Welcome to StackOverflow. In order to get help, I would recommend providing some code samples of what you have going on. – Airn5475 Aug 09 '19 at 12:23
-
1There's not much to go on here, but I'll try to help. If you're using couchbaseQuery() to do the query, it takes an optional second timeout parameter. For a large 100m record query you will very likely need to increase that. – Graham Pople Aug 09 '19 at 12:56