EdColeman commented on PR #3445: URL: https://github.com/apache/accumulo/pull/3445#issuecomment-1574014941
Sample print output: System: ``` > accumulo zoo-prop-set-tool --instanceId 856dadc5-d072-45e9-94f9-c6c4acf8ce55 - Instance name: uno - Instance id: 856dadc5-d072-45e9-94f9-c6c4acf8ce55 - Property scope: - SYSTEM - id: 856dadc5-d072-45e9-94f9-c6c4acf8ce55, data version: 1, timestamp: 2023-06-02T16:13:48.690791Z table.bloom.enabled=true ``` Namespace: ``` > zoo-prop-set-tool --instanceId 856dadc5-d072-45e9-94f9-c6c4acf8ce55 -ns ns1 - Instance name: uno - Instance id: 856dadc5-d072-45e9-94f9-c6c4acf8ce55 - Property scope: - NAMESPACE - id: 1, data version: 1, timestamp: 2023-06-02T16:13:52.63487Z table.bloom.enabled=true ``` Table: ``` > accumulo zoo-prop-set-tool --instanceId 856dadc5-d072-45e9-94f9-c6c4acf8ce55 -t ns1.tbl1 - Instance name: uno - Instance id: 856dadc5-d072-45e9-94f9-c6c4acf8ce55 - Property scope: - TABLE - id: 2, data version: 2, timestamp: 2023-06-02T16:14:00.504751Z table.bloom.enabled=true table.constraint.1=org.apache.accumulo.core.data.constraints.DefaultKeySizeConstraint table.iterator.majc.vers=20,org.apache.accumulo.core.iterators.user.VersioningIterator table.iterator.majc.vers.opt.maxVersions=1 table.iterator.minc.vers=20,org.apache.accumulo.core.iterators.user.VersioningIterator table.iterator.minc.vers.opt.maxVersions=1 table.iterator.scan.vers=20,org.apache.accumulo.core.iterators.user.VersioningIterator table.iterator.scan.vers.opt.maxVersions=1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
