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

not works with pg11 #94

Open
yyscamper opened this issue Jun 13, 2019 · 2 comments
Open

not works with pg11 #94

yyscamper opened this issue Jun 13, 2019 · 2 comments

Comments

@yyscamper
Copy link

yyscamper commented Jun 13, 2019

I have built a docker using pg11 + pipelinedb 1.0 + librdkafka-0.11.6 + latest pipeline_kafka (see Dockerfile: https://github.com/MetrodataTeam/mdtdb/blob/master/pipelinedb_kafka/Dockerfile). I found the data that pushed into kafka topic was not automatically inserted into stream and related views. But the same works for PipelineDB 0.9.

Since pipelinedb has a fundamental change from 0.9 to 1.0, so I guess the pipeline_kafka doesn't change accordingly. If my guess is correct, I wonder whether there is any plan to make pipeline_kafka be compatible with pipelinedb 1.0?

@randylouws
Copy link

randylouws commented Jul 26, 2019

I encounter the same problem.
Here is versions of postgresql i have installed.

  • pipelinedb-postgresql-11.x86_64 1.0.0-9 installed
  • postgresql11.x86_64 11.4-1PGDG.rhel7 @pgdg11
  • postgresql11-contrib.x86_64 11.4-1PGDG.rhel7 @pgdg11
  • postgresql11-devel.x86_64 11.4-1PGDG.rhel7 @pgdg11
  • postgresql11-libs.x86_64 11.4-1PGDG.rhel7 @pgdg11
  • postgresql11-server.x86_64 11.4-1PGDG.rhel7 @pgdg11

use librdkafka of branch 0.11.x. when i compile pipeline_kafka , some error found.

make: pg_config: Command not found
make -C test
make[1]: Entering directory /root/pipeline_kafka/test' docker-compose rm -f make[1]: docker-compose: Command not found make[1]: *** [run-kafka] Error 127 make[1]: Leaving directory /root/pipeline_kafka/test'
make: *** [test] Error 2

could any one so kind can give me some help please. thanks a lot

@AzraelJi
Copy link

pg_config需要将pg的安装路径bin写道/etc/profile根目录里去

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

3 participants