I need to implement a custom (service) input source for a Hadoop MapReduce application. I google'd and SO'd and found that one of the ways is to implement a custom InputFormat. It is right?
Apparently according to http://hadoop.apache.org/common/docs/r0.20.2/api/org/apache/hadoop/mapred/InputFormat.html Input methods Format getRecordReader () and getSplits () are deprecated. What is the replacement?
The Hadoop WordCount example still uses the same ...
From the documentation:
Deprecated Interfaces...org.apache.hadoop.mapred.InputFormatInputFormat....
Deprecated Interfaces
...
org.apache.hadoop.mapred.InputFormat
InputFormat.
- 0.20.2 , . - 0.21.0, . .
0.20.2
0.21.0
Hadoop - , , . Hadoop , , , , . , , stackoverflow
, 0.20 API. API , , , API "" . API, , , .
Source: https://habr.com/ru/post/1779116/More articles:How to exchange data via Bluetooth using the iPhone SDK? - iphoneAsynchronous web requests in Java? - javaRunning text messaging app - androidHow to deal with quotes and apostrophes for comparing strings in MySQL to match (matching) - mysqlчто такое пространство имен в пространстве по отношению к XPath? - xmlHow to get a Windows performance counter for the current process - c ++Изображения как ссылка css - imageRead / write structure to binary - cLINQ to SQL to query parent and count children in hierarchy - c #Placement of methods in .h and .cpp files - c ++All Articles