# File lib/big_record/connection_adapters/hbase_adapter.rb, line 79
      def active?
        @connection.ping
      rescue BigRecord::Driver::DriverError
        false
      end