This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new df3ff429afe Regen
df3ff429afe is described below
commit df3ff429afecc65c4717950dbf63b49c85dc2771
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 29 06:42:30 2023 +0200
Regen
---
.../org/apache/camel/springboot/catalog/components/hdfs.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hdfs.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hdfs.json
index 11737ca8fa6..8cc98d0a7ca 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hdfs.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hdfs.json
@@ -43,10 +43,10 @@
"connectOnStartup": { "kind": "parameter", "displayName": "Connect On
Startup", "group": "common", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField":
"config", "description": "Whether to connect to the HDFS file system on
starting the producer\/consumer. If false then the connection is c [...]
"fileSystemType": { "kind": "parameter", "displayName": "File System
Type", "group": "common", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.hdfs.HdfsFileSystemType", "enum": [
"LOCAL", "HDFS" ], "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "HDFS", "configurationClass":
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField":
"config", "description": "Set to LOCAL to not use HDFS but local java [...]
"fileType": { "kind": "parameter", "displayName": "File Type", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.hdfs.HdfsFileType", "enum": [ "NORMAL_FILE",
"SEQUENCE_FILE", "MAP_FILE", "BLOOMMAP_FILE", "ARRAY_FILE" ], "deprecated":
false, "autowired": false, "secret": false, "defaultValue": "NORMAL_FILE",
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration",
"configurationField": "config", "description" [...]
- "keyType": { "kind": "parameter", "displayName": "Key Type", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.hdfs.WritableType", "enum": [ "NULL", "BOOLEAN",
"BYTE", "INT", "FLOAT", "LONG", "DOUBLE", "TEXT", "BYTES" ], "deprecated":
false, "autowired": false, "secret": false, "defaultValue": "NULL",
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration",
"configurationField": "config", "description": "The [...]
+ "keyType": { "kind": "parameter", "displayName": "Key Type", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.hdfs.WritableType", "enum": [ "NULL", "BOOLEAN",
"BYTE", "SHORT", "INT", "FLOAT", "LONG", "DOUBLE", "TEXT", "BYTES" ],
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
"NULL", "configurationClass":
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField":
"config", "descripti [...]
"namedNodes": { "kind": "parameter", "displayName": "Named Nodes",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField":
"config", "description": "A comma separated list of named nodes (e.g.
srv11.example.com:8020,srv12.example.com:8020)" },
"owner": { "kind": "parameter", "displayName": "Owner", "group": "common",
"label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration",
"configurationField": "config", "description": "The file owner must match this
owner for the consumer to pickup the file. Otherwise the file is skipped." },
- "valueType": { "kind": "parameter", "displayName": "Value Type", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.hdfs.WritableType", "enum": [ "NULL", "BOOLEAN",
"BYTE", "INT", "FLOAT", "LONG", "DOUBLE", "TEXT", "BYTES" ], "deprecated":
false, "autowired": false, "secret": false, "defaultValue": "BYTES",
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration",
"configurationField": "config", "description": [...]
+ "valueType": { "kind": "parameter", "displayName": "Value Type", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.hdfs.WritableType", "enum": [ "NULL", "BOOLEAN",
"BYTE", "SHORT", "INT", "FLOAT", "LONG", "DOUBLE", "TEXT", "BYTES" ],
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
"BYTES", "configurationClass":
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField":
"config", "desc [...]
"pattern": { "kind": "parameter", "displayName": "Pattern", "group":
"consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "*", "configurationClass":
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField":
"config", "description": "The pattern used for scanning the directory" },
"sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send
Empty Message When Idle", "group": "consumer", "label": "consumer", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description": "If
the polling consumer did not poll any files, you can enable this option to send
an empty message (no body) instead." },
"streamDownload": { "kind": "parameter", "displayName": "Stream Download",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField":
"config", "description": "Sets the download method to use when not using a
local working directory. If set to true, the remote files [...]