Issue Details (XML | Word | Printable)

Key: HADOOP-4950
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Owen O'Malley
Reporter: Owen O'Malley
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

CompressorStream and BlockCompressorStream should be public

Created: 28/Dec/08 12:00 AM   Updated: 23/Apr/09 07:18 PM
Return to search
Component/s: io
Affects Version/s: None
Fix Version/s: 0.20.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works h4950.patch 2008-12-28 05:26 AM Owen O'Malley 6 kB

Hadoop Flags: Reviewed
Resolution Date: 08/Jan/09 09:59 PM


 Description  « Hide
To simplify writing codecs, CompressionStream and BlockCompressionStream provide helper base classes. They should be made public so they can be used outside of Hadoop's package structure.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Owen O'Malley added a comment - 28/Dec/08 12:04 AM
The trivial patch just makes the classes public. No functional changes are included and therefore no tests are included.

Owen O'Malley added a comment - 28/Dec/08 12:13 AM
Correct version of patch.

Owen O'Malley added a comment - 28/Dec/08 05:26 AM
I realized that there were some package private methods and fields that also needed to become protected.

Chris Douglas added a comment - 08/Jan/09 07:30 PM
+1 Looks good

Owen O'Malley added a comment - 08/Jan/09 09:59 PM
I just committed this.