vitofico opened a new issue, #1382:
URL: https://github.com/apache/camel-kafka-connector/issues/1382

   I have the following .json for creating the hdfs-kafka connector
   
   `{
       "name":"CamelHdfsSinkConnector",
   
       "config":{
           
           
"connector.class":"org.apache.camel.kafkaconnector.hdfs.CamelHdfsSinkConnector",
           "task.max":2,
   
           "key.converter":"org.apache.kafka.connect.storage.StringConverter",
           "value.converter":"org.apache.kafka.connect.storage.StringConverter",
   
           "transforms": "CamelTypeConverterTransform",
           "transforms.CamelTypeConverterTransform.type": 
"org.apache.camel.kafkaconnector.transforms.CamelTypeConverterTransform$Value",
           
"transforms.CamelTypeConverterTransform.target.type":"java.lang.String",
   
           "topics":"xxxx",
           "camel.sink.path.hostName": "xxxx",
           "camel.sink.endpoint.namedNodes": "namenode-1:8020,namenode-2:8020",
           "camel.sink.endpoint.splitStrategy": "IDLE:100000,BYTES:132120576",
           "camel.sink.endpoint.compressionCodec": "BZIP2",
           "camel.sink.endpoint.compressionType": "RECORD",
           "camel.sink.path.path": "stream_compression"
   
   
       }
   
   }`
   
   I don't get any error, but no stream is produced on hadoop. Without the 
compressionCodec and compressionType lines, it works just fine. 
   
   Any hint?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to