You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Garrett Wu <wu...@gmail.com> on 2012/01/09 23:35:45 UTC

HConnectionManager.deleteConnection(..., boolean stopProxy)

What does the stopProxy flag do in
HConnectionManager.deleteConnection(Configuration conf, boolean
stopProxy)? Assuming an HConnection was made with a unique
Configuration instance, and I want to completely clean up after it,
should I be using stopProxy=true? When would I want to use
stopProxy=false?

Garrett