keith-turner commented on code in PR #5921:
URL: https://github.com/apache/accumulo/pull/5921#discussion_r2372772217
##########
test/src/main/java/org/apache/accumulo/test/functional/PerTableCryptoIT.java:
##########
@@ -193,8 +193,6 @@ private void checkTableEncryption(TableId tableId, boolean
expectEncrypt) throws
args.add(new Path(hadoopConfDir, "hdfs-site.xml").toString());
}
args.add("-o");
- args.add(TABLE_SERVICE_NAME_PROP + "=" +
AESCryptoService.class.getName());
Review Comment:
Earlier in the test on line 75 it does the following
```java
cfg.setProperty(GenericCryptoServiceFactory.GENERAL_SERVICE_NAME_PROP,
AESCryptoService.class.getName());
```
so w/ that setting the table prop is not needed, PrintInfo will still use AES
--
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]