Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example failes - ERR: retention policy not found: a #2

Closed
vlasov01 opened this issue Jan 15, 2016 · 2 comments
Closed

example failes - ERR: retention policy not found: a #2

vlasov01 opened this issue Jan 15, 2016 · 2 comments
Assignees

Comments

@vlasov01
Copy link

Hi,

Ive installed InfluxDB 0.9.6 and mqforward. Then Ive followed the usage document, but got error:

SELECT a, b FROM a.b
ERR: retention policy not found: a

show MEASUREMENTS

name: measurements

name
a.b

[iot@localhost ~]$ mqforward run
INFO[0000] Broker URI: tcp://85.119.83.194:1883
INFO[0000] connecting...
INFO[0000] influxdb host: http://127.0.0.1:8086
INFO[0000] mqtt connected
INFO[0000] subscribed: map[mqforward/#:0]
INFO[0000] influxdb connected.
INFO[0062] topic:mqforward/a/b
ERRO[0077] client disconnected: EOF
INFO[0077] mqtt connected
INFO[0077] subscribed: map[mqforward/#:0]

Regards,

Sergey

@shirou shirou self-assigned this Jan 15, 2016
@vlasov01
Copy link
Author

I've found a solution.

Quotes must be used:

Instead of
SELECT a, b FROM a.b
it should be
SELECT a, b FROM "a.b"

shirou added a commit that referenced this issue Jan 17, 2016
@shirou
Copy link
Owner

shirou commented Jan 17, 2016

Thank you for your report! I have updated README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants