Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Won't Fix
-
None
Description
https://github.com/apache/beam/tree/master/sdks/java/io/hdfs/src/main/java/org/apache/beam/sdk/io/hdfs does not comply with https://beam.apache.org/contribute/ptransform-style-guide/ in a number of ways:
- It is not packaged as a PTransform (should be: HDFSIO.Read,Write or something like that)
- Should probably use AutoValue for specifying parameters
Stephen knows about the current state of HDFS IO.
Attachments
Issue Links
- is part of
-
BEAM-1353 Beam should comply with PTransform style guide
- Resolved