influxdb-comparisons icon indicating copy to clipboard operation
influxdb-comparisons copied to clipboard

invalid character '<' looking for beginning of value

Open MonilCereBulb opened this issue 4 years ago • 1 comments

I am trying to benchmark the Influxdb and while I am trying to run bulk_load_influx executable after executing bulk_data_gen executable successfully, with Influxdb v2.0.0 OSS (Beta), I keep on getting the same error again and again which is mentioned in the issue header.

Configurations of my machine are:

OS: Ubuntu 18.04 LTS Ram: 24GB Go-Language version: 1.15.2

Command I am trying to execute,

./bulk_load_influx --report-auth-token "<Auth_Token_is_supplied_here>" --report-database "InfluxdbBenchmark" --report-bucket-id "06516b985d6a6000" --report-org-id "<Organization_name_here>" --urls "http://localhost:9999"

I am stuck on this issue for a long time, any kind of help will be really helpful.

Thank you in advance

MonilCereBulb avatar Sep 16 '20 08:09 MonilCereBulb

you should use bulk_data_gen with flag "-format" to generate your data

upider avatar Apr 16 '21 07:04 upider