Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何指定RecordReader要在 Amazon EMR 上的作业流中使用的自定义项?
RecordReader
注意:这里是 Hadoop 新手。
您在驱动程序类中指定输入格式(该类包含作业的“主要”。记录阅读器是您的输入格式的逻辑部分,它实际上将其返回给映射任务。 我认为这不是 EMR 特有的东西。