How to push or transfer all data from Influxdb to HDFS ??
We don’t have any customized tools for HDFS. There are a few ways you could get a text file from your InfluxDB data, assuming that you then have a way to dump that into HDFS.
[influx_inspect export]
(Influx Inspect disk utility | InfluxDB OSS 1.5 Documentation) will get you the line protocol format in a text file.
You can see format options here if you’re looking for csv, json, or column.
Thanks @katy . I will try to execute the logic mentioned in your post.
1 Like