We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346b4c9 commit 6381682Copy full SHA for 6381682
core/src/main/ruby/hbase/hbase.rb
@@ -16,7 +16,7 @@ def initialize(config = nil)
16
else
17
self.configuration = org.apache.hadoop.hbase.HBaseConfiguration.create
18
# Turn off retries in hbase and ipc. Human doesn't want to wait on N retries.
19
- configuration.setInt("hbase.client.retries.number", 7)
+ configuration.setInt("hbase.client.retries.number", 1)
20
configuration.setInt("ipc.client.connect.max.retries", 3)
21
end
22
0 commit comments