Created 06-10-2016 04:25 AM
I want to install kafka on my cluster and use local storage for kafka instead of hdfs. Is this setup possible through ambari?
Created 06-10-2016 04:38 AM
I did not follow. I guess Kafka uses local storage anyway for log storage not hdfs.
Can you share more details?
Created 06-10-2016 04:38 AM
I did not follow. I guess Kafka uses local storage anyway for log storage not hdfs.
Can you share more details?
Created 06-10-2016 05:12 AM
@Rahul Pathak My ? may not be applicable due to my mis-understanding kafka storing logs on HDFS as well as local. Do i understand you correctly that kafka only stores logs to local disk?
Created 06-10-2016 07:29 AM
Yes kafka store its log at local disk.
To push kafka logs to hdfs you need something like http://gobblin.readthedocs.io/en/latest/case-studies/Kafka-HDFS-Ingestion/
Created 06-10-2016 04:50 AM
@Rahul Pathak I was not aware that was the only option. I was under the impression kafka can use local or hdfs storage for log storage. So clearly my assumption was wrong.
Created 06-10-2016 03:32 PM