mirror of https://github.com/apache/nifi.git
NIFI-1797 - CreateHadoopSequenceFile processor (including Pierre's forced push)
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
This commit is contained in:
parent
dcdfd3dad9
commit
0d66b6dcda
|
@ -92,7 +92,8 @@ public class CreateHadoopSequenceFile extends AbstractHadoopProcessor {
|
||||||
}
|
}
|
||||||
// Optional Properties.
|
// Optional Properties.
|
||||||
static final PropertyDescriptor COMPRESSION_TYPE = new PropertyDescriptor.Builder()
|
static final PropertyDescriptor COMPRESSION_TYPE = new PropertyDescriptor.Builder()
|
||||||
.name("Compression type")
|
.displayName("Compression type")
|
||||||
|
.name("compression type")
|
||||||
.description("Type of compression to use when creating Sequence File")
|
.description("Type of compression to use when creating Sequence File")
|
||||||
.allowableValues(SequenceFile.CompressionType.values())
|
.allowableValues(SequenceFile.CompressionType.values())
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue