Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HDP support of the Chinese language

avatar
Master Guru

I want to land files with Chinese characters in HDFS. I assume this should not problem on hdfs. Is there any issues I should be aware of during processing these files or reporting on files?

1 ACCEPTED SOLUTION

avatar
New Member

I don't see any problems from HDFS side. MR is using utf-8 for writing text. If the user is using other encoding, she has to extend the input/output format.

View solution in original post

1 REPLY 1

avatar
New Member

I don't see any problems from HDFS side. MR is using utf-8 for writing text. If the user is using other encoding, she has to extend the input/output format.