HADOOP-11106. Document considerations of HAR and Encryption. (clamb via wang)

(cherry picked from commit fe2f54d4cb)
This commit is contained in:
Andrew Wang 2014-09-18 14:51:08 -07:00
parent 4cabeef931
commit 5bc71071d1
2 changed files with 7 additions and 0 deletions

View File

@ -197,6 +197,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)

View File

@ -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
--------------------------------