<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: kafka connect file  import and export in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107375#M50565</link>
    <description>&lt;P&gt;i should have been more specific.. i'm looking for kafka connector class for rdbms as source. can you please let me know  the connector class or any doc for reference... &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 16:56:32 GMT</pubDate>
    <dc:creator>Sathish Jeganathan</dc:creator>
    <dc:date>2017-01-03T16:56:32Z</dc:date>
    <item>
      <title>kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107357#M50547</link>
      <description>&lt;P&gt;Hi - i'm trying for kafka file import and export but its failing with timed out.&lt;/P&gt;&lt;P&gt;ERROR Failed to flush WorkerSourceTask{id=local-file-source-0}, timed out while waiting for producer to flush outstanding messages, 1 left ({ProducerRecord(topic=newtest, partition=null, key=[B@63d673d3, value=[B@144e54da=ProducerRecord(topic=newtest, partition=null, key=[B@63d673d3, value=[B@144e54da}) (org.apache.kafka.connect.runtime.WorkerSourceTask:239)&lt;/P&gt;&lt;P&gt;[2017-01-02 05:51:08,891] ERROR Failed to commit offsets for WorkerSourceTask{id=local-file-source-0} (org.apache.kafka.connect.runtime.SourceTaskOffsetCommitter:112)&lt;/P&gt;&lt;P&gt;i check both kafka server and zookeeper and those are running fine.&lt;/P&gt;&lt;P&gt;no other error am seeing in logs.. &lt;/P&gt;&lt;P&gt;please help me in fixing the issue&lt;/P&gt;&lt;P&gt;thanks,sathish&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 14:05:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107357#M50547</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107358#M50548</link>
      <description>&lt;P&gt;below are my source and sink properties.&lt;/P&gt;&lt;P&gt;producer:&lt;/P&gt;&lt;P&gt;name=local-file-source&lt;/P&gt;&lt;P&gt;connector.class=org.apache.kafka.connect.file.FileStreamSourceConnector&lt;/P&gt;&lt;P&gt;tasks.max=1&lt;/P&gt;&lt;P&gt;file=/tmp/test.txt  (with 777 mod)&lt;/P&gt;&lt;P&gt;topic=newtest&lt;/P&gt;&lt;P&gt;Sink:&lt;/P&gt;&lt;P&gt;name=local-file-sink&lt;/P&gt;&lt;P&gt;connector.class=org.apache.kafka.connect.file.FileStreamSinkConnector&lt;/P&gt;&lt;P&gt;tasks.max=1&lt;/P&gt;&lt;P&gt;file=/tmp/test.sink.txt  (with 777 mod)&lt;/P&gt;&lt;P&gt;topics=newtest&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 14:12:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107358#M50548</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T14:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107359#M50549</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt;&lt;P&gt;Check connect-standalone.properties file and see if you have the valid broker hostname and port (bootstrap.servers).&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:58:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107359#M50549</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-01-02T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107360#M50550</link>
      <description>&lt;P&gt;yes.. its localhost:6667. initially it was localhost:9092 but i changed to 6667&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 17:06:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107360#M50550</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T17:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107361#M50551</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt; Please replace localhost with the broker hostname and re-run the connect command.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 17:10:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107361#M50551</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-01-02T17:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107362#M50552</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10159/snemuri.html" nodeid="10159"&gt;@Sandeep Nemuri&lt;/A&gt;&lt;P&gt; yup., i've tried that too.. but still same error&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 17:13:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107362#M50552</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107363#M50553</link>
      <description>&lt;P&gt;Can you change the log4j properties to DEBUG mode in connect-log4j.properties and see what is the error it is throwing ?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 17:19:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107363#M50553</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-01-02T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107364#M50554</link>
      <description>&lt;P&gt;there are no such parms for kafak connect-log4j.properties.. can you please let me know the parameter&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 17:57:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107364#M50554</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T17:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107365#M50555</link>
      <description>&lt;P&gt;right now i see all below parms in connect-log4j properties&lt;/P&gt;&lt;P&gt;log4j.rootLogger=INFO, stdout&lt;/P&gt;&lt;P&gt;log4j.appender.stdout=org.apache.log4j.ConsoleAppender&lt;/P&gt;&lt;P&gt;log4j.appender.stdout.layout=org.apache.log4j.PatternLayout&lt;/P&gt;&lt;P&gt;log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n&lt;/P&gt;&lt;P&gt;log4j.logger.org.apache.zookeeper=ERROR&lt;/P&gt;&lt;P&gt;log4j.logger.org.I0Itec.zkclient=ERROR&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 17:58:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107365#M50555</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T17:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107366#M50556</link>
      <description>&lt;P&gt;Here is the content of connect-log4j.properties&lt;/P&gt;&lt;PRE&gt;log4j.rootLogger=DEBUG, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n
log4j.logger.org.apache.zookeeper=DEBUG
log4j.logger.org.I0Itec.zkclient=DEBUG&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Jan 2017 18:00:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107366#M50556</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-01-02T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107367#M50557</link>
      <description>&lt;P&gt;yes.. i've started in debug mode.. please gimme some time .. am going through the logs now&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 18:02:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107367#M50557</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T18:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107368#M50558</link>
      <description>&lt;P&gt;see the below error msg's ..it says connection refused for the broker host.&lt;/P&gt;&lt;P&gt;DEBUG Connection with tstr400367.abc-test.com/10.246.131.35 disconnected (org.apache.kafka.common.network.Selector:307)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;java.net.ConnectException: Connection refused&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;/P&gt;&lt;P&gt;at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)&lt;/P&gt;&lt;P&gt;at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:54)&lt;/P&gt;&lt;P&gt;at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:72)&lt;/P&gt;&lt;P&gt;at org.apache.kafka.common.network.Selector.poll(Selector.java:274)&lt;/P&gt;&lt;P&gt;at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:256)&lt;/P&gt;&lt;P&gt;at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:216)&lt;/P&gt;&lt;P&gt;at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:128)&lt;/P&gt;&lt;P&gt;at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;&lt;P&gt;i've mentioned proper node name with port id, now am not sure what to check&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 18:11:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107368#M50558</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T18:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107369#M50559</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10159/snemuri.html" nodeid="10159"&gt;@Sandeep Nemuri&lt;/A&gt;&lt;P&gt;i've setup port 6667 with sec.protocol to plaintextsasl.. but kafka connect by default running with producer properties (security.protocol = PLAINTEXT) . how can i override the parms for kafka connect. i've updated the parms in standalone.properties but kafka connect is not taking the parm while starting it. how should change the producer properties for kafka connect ?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 18:49:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107369#M50559</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-02T18:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107370#M50560</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt;&lt;P&gt;You need to add below properties in /etc/kafka/conf/connect-standalone.properties if you are using SASL.&lt;/P&gt;&lt;PRE&gt;producer.security.protocol=SASL_PLAINTEXT
producer.sasl.kerberos.service.name=kafka
consumer.security.protocol=SASL_PLAINTEXT
consumer.sasl.kerberos.service.name=kafka&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Jan 2017 20:06:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107370#M50560</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-01-02T20:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107371#M50561</link>
      <description>&lt;P&gt;yes.. its was problem with the security protocol.. i've changed them now and it started working now. is there any link or doc for parameter reference ?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 12:35:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107371#M50561</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-03T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107372#M50562</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10159/snemuri.html" nodeid="10159"&gt;@Sandeep Nemuri&lt;/A&gt;&lt;P&gt;right now I'm testing with RDMS source(mysql) and kafka connect is failing for "connector.class". how can i find the correct connector class for rdms(mysql database). &lt;/P&gt;&lt;P&gt;i've tried with org.apache.kafka.connect.jdbc.JdbcSourceConnector,io.confulent.connect.jdbc.JdbcSourceConnector and both are not exist. &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 14:57:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107372#M50562</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-03T14:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107373#M50563</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt;&lt;P&gt;I'm not sure about the mysql connector. But the class you are using belongs to &lt;A href="https://github.com/confluentinc/kafka-connect-jdbc" target="_blank"&gt;https://github.com/confluentinc/kafka-connect-jdbc&lt;/A&gt; which is not shipped with HDP.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 16:38:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107373#M50563</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-01-03T16:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107374#M50564</link>
      <description>&lt;P&gt;its not specific to mysql... connector class for "rdbms" source.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 16:48:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107374#M50564</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-03T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107375#M50565</link>
      <description>&lt;P&gt;i should have been more specific.. i'm looking for kafka connector class for rdbms as source. can you please let me know  the connector class or any doc for reference... &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 16:56:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107375#M50565</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2017-01-03T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: kafka connect file  import and export</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107376#M50566</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt;&lt;P&gt;I am not sure about the connector, Request you to ask a new question for the same.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:33:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/kafka-connect-file-import-and-export/m-p/107376#M50566</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-01-03T22:33:02Z</dc:date>
    </item>
  </channel>
</rss>

