pygmalios / reactiveinflux-spark

Connector between Spark and InfluxDB.
Apache License 2.0
24 stars 7 forks source link

File "application. conf" configuration error. #8

Closed RoryLiuwenxuan closed 6 years ago

RoryLiuwenxuan commented 6 years ago

I got this error when I test the java example code. com.typesafe.config.ConfigException$Parse: application.conf: 2: Document has trailing tokens after first object or array: 'url'

My application.conf as below: [influxdb] url="http://192.168.163.100:8086"

I know this error cause by my application.conf be at fault,but I didn't find any guidance for it ,can somebody share your config file? Many Thanks

RoryLiuwenxuan commented 6 years ago

I have found it in this link: https://github.com/pygmalios/reactiveinflux-spark/blob/master/examples/src/main/resources/application.conf