EdColeman commented on PR #3445: URL: https://github.com/apache/accumulo/pull/3445#issuecomment-1584823859
Updated output: ``` > accumulo zoo-prop-editor -t ns1.tbl1 + Instance name: uno + Instance id: acccdd62-bb86-43c8-91ff-e57fb9e1fe85 + Property scope: - TABLE + id: 2, data version: 2, timestamp: 2023-06-09T16:03:04.008849Z 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 To strip the header: > accumulo zoo-prop-editor -t ns1.tbl1 | grep -v + 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]
