Move DeprecatedUTF8 to o.a.h.hdfs
---------------------------------
Key: HADOOP-5866
URL: https://issues.apache.org/jira/browse/HADOOP-5866
Project: Hadoop Core
Issue Type: Bug
Affects Versions: 0.21.0
Reporter: Raghu Angadi
Fix For: 0.21.0
HADOOP-5823 added {{DeprecatedUTF8}} class as a wrapper for UTF8. Though UTF8
is deprecated, it is used in many places and most likely will continue to be
used for quite sometime. My initial thought was that other packages might want
to use the wrapper {{DeprecatedUTF8}}.
But the current suggestion (discussed in HADOOP-5823) is to move the class to
o.a.h.hdfs.
Alternately we could have just use "@SuppressWarnings" rather than introducing
a new class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.