Bootstrap options have been moved to sys.boot table. On Sat, May 16, 2015 at 10:47 AM, Hao Zhu <[email protected]> wrote:
> Just found them missing from below commit_id of version 1.0? > > 0: jdbc:drill:zk=h2.poc.com:5181,h3.poc.com:5> select * from sys.options > where name like '%store.provider%'; > > +-------+-------+-------+---------+----------+-------------+-----------+------------+ > | name | kind | type | status | num_val | string_val | bool_val | > float_val | > > +-------+-------+-------+---------+----------+-------------+-----------+------------+ > > +-------+-------+-------+---------+----------+-------------+-----------+------------+ > No rows selected (0.092 seconds) > 0: jdbc:drill:zk=h2.poc.com:5181,h3.poc.com:5> select * from sys.options > where name like '%exec.sort%'; > > +-------+-------+-------+---------+----------+-------------+-----------+------------+ > | name | kind | type | status | num_val | string_val | bool_val | > float_val | > > +-------+-------+-------+---------+----------+-------------+-----------+------------+ > > +-------+-------+-------+---------+----------+-------------+-----------+------------+ > No rows selected (0.099 seconds) > > > select commit_id from sys.version; > +-------------------------------------------+ > | commit_id | > +-------------------------------------------+ > | d8b19759657698581cc0d01d7038797952888123 | > +-------------------------------------------+ > 1 row selected (0.076 seconds) > > Thanks, > Hao >
