We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fdb97 commit eabf835Copy full SHA for eabf835
happybase/connection.py
@@ -87,7 +87,13 @@ class Connection(object):
87
The optional `use_kerberos` argument allows you to establish a
88
secure connection to HBase. This argument requires a buffered
89
`transport` protocol. You must first authorize yourself with
90
- your KDC by using kinit (e.g. kinit -kt my.keytab user@REALM)
+ your KDC by using `kinit` (e.g. `kinit -kt my.keytab user@REALM`)
91
+
92
+ The optional `sasl_service` argument allows to specify the name of
93
+ the sasl service.
94
95
+ .. versionadded:: 0.9.1
96
+ `use_kerberos` and `sasl_service` arguments
97
98
.. versionadded:: 0.9
99
`protocol` argument
0 commit comments