[
https://issues.apache.org/jira/browse/TAJO-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272440#comment-15272440
]
ASF GitHub Bot commented on TAJO-2106:
--------------------------------------
Github user seian commented on the pull request:
https://github.com/apache/tajo/pull/1011#issuecomment-217168512
I appreciate your help ;)
I will work on the project continuously.
On Thu, May 5, 2016 at 3:10 PM, asfgit <[email protected]> wrote:
> Closed #1011 <https://github.com/apache/tajo/pull/1011> via fafb706
>
<https://github.com/apache/tajo/commit/fafb70633a712c3f1147f1f7dc4e1252e8ebd5a5>
> .
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly or view it on GitHub
> <https://github.com/apache/tajo/pull/1011#event-651116456>
>
> Fix minor typo in PostgreSQL Storage Handler documentation
> ----------------------------------------------------------
>
> Key: TAJO-2106
> URL: https://issues.apache.org/jira/browse/TAJO-2106
> Project: Tajo
> Issue Type: Improvement
> Components: Documentation
> Reporter: Jaehwa Jung
> Assignee: Byunghoon Lim
> Priority: Trivial
> Labels: newbie
> Fix For: 0.12.0
>
>
> In the following documentation:
> http://tajo.apache.org/docs/current/storage_plugins/postgresql.html
> The storage-site.json is written as following:
> {code:xml}
> {
> "spaces": {
> "pgsql_db1": {
> "uri": "jdbc:postgresql://hostname:port/db1"
> "configs": {
> "mapped_database": "tajo_db1"
> "connection_properties": {
> "user": "tajo",
> "password": "xxxx"
> }
> }
> }
> }
> }
> {code}
> But it should be written as following:
> {code:xml}
> {
> "spaces": {
> "pgsql_db1": {
> "uri": "jdbc:postgresql://hostname:port/db1",
> "configs": {
> "mapped_database": "tajo_db1",
> "connection_properties": {
> "user": "tajo",
> "password": "xxxx"
> }
> }
> }
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)