Attribute that specifies the read/write access mode. Read means read-only access. Write means write-only access. If a mode value is not specified for OpenMode, it defaults to Read for a producer instance and Write for a consumer instance.
When interfacing with Hadoop systems whose version is earlier than 2.0 via the HDFS API interface, the value 'WriteAppend' is not supported.