You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to stream data from kafka topics to maprfs. The processes we have tried
1)Installing MapR client on kafka server
2)Adding MapR jars along with kafka-connect-hdfs jars
3)changing hdfs to maprfs in properties file
command used to initiate kafka-connect
MAPR_TICKETFILE_LOCATION=/tmp/maprticket_XXXXX MAPR_HOME=/opt/mapr /bin/connect-standalone /etc/schema-registry/connect-avro-standalone.properties /etc/kafka-connect-hdfs/quickstart-hdfs.properties
These are MapR jars which are loading along with kafka-connect-jars
Hi all,
We are trying to stream data from kafka topics to maprfs. The processes we have tried
1)Installing MapR client on kafka server
2)Adding MapR jars along with kafka-connect-hdfs jars
3)changing hdfs to maprfs in properties file
command used to initiate kafka-connect
MAPR_TICKETFILE_LOCATION=/tmp/maprticket_XXXXX MAPR_HOME=/opt/mapr /bin/connect-standalone /etc/schema-registry/connect-avro-standalone.properties /etc/kafka-connect-hdfs/quickstart-hdfs.properties
These are MapR jars which are loading along with kafka-connect-jars
properties file:
name=maprfs-sink-connector
connector.class=io.confluent.connect.hdfs.HdfsSinkConnector
hadoop.conf.dir=/opt/mapr
tasks.max=1
topics=demo1-TEST
hdfs.url=maprfs:///
flush.size=1
logs.dir=/mapr/users/logs
topics.dir=/mapr/users/topics
Error we are getting; No file system for scheme:maprfs
we are using
Confluentv4.0
MapR v5.2.1
The text was updated successfully, but these errors were encountered: