Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-26149 Further improvements on ConnectionRegistry implementations
  3. HBASE-28547

Support specifying connection configuration through queries of the connection uri

    XMLWordPrintableJSON

Details

    • Reviewed
    • Hide
      Now you can specify connection configurations through the connection URI queries. For example

      hbase+zk://zkserver:2181/hbase?zookeeper.session.timeout=15000

      By introducing the zookeeper.session.timeout=15000 query in the URI, you can override the existing configuration value for zookeeper.session.timeout in the Configuration instance you used when calling ConnectionFactory.createConnection or createAsyncConnection.

      Show
      Now you can specify connection configurations through the connection URI queries. For example hbase+zk://zkserver:2181/hbase?zookeeper.session.timeout=15000 By introducing the zookeeper.session.timeout=15000 query in the URI, you can override the existing configuration value for zookeeper.session.timeout in the Configuration instance you used when calling ConnectionFactory.createConnection or createAsyncConnection.

    Attachments

      Issue Links

        Activity

          People

            zhangduo Duo Zhang
            zhangduo Duo Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: