Updated Branches: refs/heads/flume-1.4 42b8d908d -> 7597980c1
FLUME-1790: Commands in EncryptionTestUtils comments require high encryption pack to be installed (Aline Guedes Pinto via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7597980c Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7597980c Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7597980c Branch: refs/heads/flume-1.4 Commit: 7597980c1dfc086505e574aa2f5e1a0a8e3203d1 Parents: 42b8d90 Author: Brock Noland <[email protected]> Authored: Tue Dec 18 11:29:49 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Tue Dec 18 11:30:04 2012 -0600 ---------------------------------------------------------------------- .../file/encryption/EncryptionTestUtils.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/7597980c/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java b/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java index 8fbf2b1..1ac749a 100644 --- a/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java +++ b/flume-ng-channels/flume-file-channel/src/test/java/org/apache/flume/channel/file/encryption/EncryptionTestUtils.java @@ -83,9 +83,9 @@ public class EncryptionTestUtils { /* Commands below: keytool -genseckey -alias key-0 -keypass keyPassword -keyalg AES \ - -keysize 192 -validity 9000 -keystore src/test/resources/test.keystore \ + -keysize 128 -validity 9000 -keystore src/test/resources/test.keystore \ -storetype jceks -storepass keyStorePassword - keytool -genseckey -alias key-1 -keyalg AES -keysize 192 -validity 9000 \ + keytool -genseckey -alias key-1 -keyalg AES -keysize 128 -validity 9000 \ -keystore src/test/resources/test.keystore -storetype jceks \ -storepass keyStorePassword */
