Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/719#issuecomment-140209546
I fixed some bugs. I also add ``connection_properties`` key to allow user
to set JDBC connection parameter, avoiding to add username and password in a
JDBC connection url.
Example:
```
{
"spaces": {
"pgsql": {
"uri": "jdbc:postgresql://localhost:5432/hyunsik",
"configs": {
"mapped_database": "pgsql",
"connection_properties": {
"user": "hyunsik",
"password": "xxxxxx"
}
}
}
}
}
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---