Hello, Everyone!
I'd like to write unstructured logs to underlying DSE's CFS like I did it with hdfs-sink from Flume with Hadoop/HDFS. Sinks like Logsandra requires creating keyspaces and columnfamilies and then writes data in that columnfamily, not in cfs column family, but I'd like write only in file system (cfs columnfamily), for further work with Hive without external tables.
Is it possible? I haven't found sinks for it. May be I can use standart hdfs sink? But which ports should i set up in sink?