Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /etc/presto/conf.dist/catalog/postgres.properties
  2.  
  3. connector.name=postgresql
  4. connection-url=jdbc:postgresql://ip-to-postgres:5432/database
  5. connection-user=<user>
  6. connection-password=<pass>
  7.  
  8. /etc/presto/conf.dist/config.properties
  9.  
  10. datasources=postgresql,hive
  11.  
  12. sudo restart presto-server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement