Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/1299#discussion_r43557922
--- Diff: docs/apis/programming_guide.md ---
@@ -1726,6 +1726,13 @@ File-based:
- `readFileOfPrimitives(path, delimiter, Class)` / `PrimitiveInputFormat`
- Parses files of new-line (or another char sequence)
delimited primitive data types such as `String` or `Integer` using the
given delimiter.
+
+- `readHadoopFile(FileInputFormat, Key, Value, path)` / `FileInputFormat`
- Creates a JobConf and reads file from the spacified
+ path with the specified FileInputFormat, Key class and Value Class and
returns them as Tuple2<Key, Value>.
--- End diff --
Value Class -> Value class
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---