HADOOP-11106. Document considerations of HAR and Encryption. (clamb via wang)
This commit is contained in:
parent
eb92cc67df
commit
fe2f54d4cb
|
@ -533,6 +533,8 @@ Release 2.6.0 - UNRELEASED
|
|||
HADOOP-11016. KMS should support signing cookies with zookeeper secret
|
||||
manager. (tucu)
|
||||
|
||||
HADOOP-11106. Document considerations of HAR and Encryption. (clamb via wang)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)
|
||||
|
|
|
@ -59,6 +59,11 @@ How to Create an Archive
|
|||
|
||||
`hadoop archive -archiveName zoo.har -p /foo/bar -r 3 /outputdir`
|
||||
|
||||
If you specify source files that are in an encryption zone, they will be
|
||||
decrypted and written into the archive. If the har file is not located in an
|
||||
encryption zone, then they will be stored in clear (decrypted) form. If the
|
||||
har file is located in an encryption zone they will stored in encrypted form.
|
||||
|
||||
How to Look Up Files in Archives
|
||||
--------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue