You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Kate Ting (Created) (JIRA)" <ji...@apache.org> on 2011/11/01 03:10:32 UTC

[jira] [Created] (SQOOP-385) Typo in PostgresqlTest.java regarding configuring postgresql.conf.

Typo in PostgresqlTest.java regarding configuring postgresql.conf.
------------------------------------------------------------------

                 Key: SQOOP-385
                 URL: https://issues.apache.org/jira/browse/SQOOP-385
             Project: Sqoop
          Issue Type: Bug
    Affects Versions: 1.3.0
            Reporter: Kate Ting
            Assignee: Kate Ting
            Priority: Trivial


There is a typo in PostgresqlTest.java regarding configuring postgresql.conf.

It should state 

listen_addresses = '*'

instead of 

listen_address = '*'

Also, a committer is needed to fix the same typo in https://cwiki.apache.org/confluence/display/SQOOP/Setting+up+Development+Environment#SettingupDevelopmentEnvironment-SettingupPostgreSQL



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SQOOP-385) Typo in PostgresqlTest.java regarding configuring postgresql.conf.

Posted by "Kate Ting (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13140859#comment-13140859 ] 

Kate Ting commented on SQOOP-385:
---------------------------------

Due to the typo, you may get this error when running the test: SQL Exception: org.postgresql.util.PSQLException: The server requested password-based authentication, but no password was provided.

                
> Typo in PostgresqlTest.java regarding configuring postgresql.conf.
> ------------------------------------------------------------------
>
>                 Key: SQOOP-385
>                 URL: https://issues.apache.org/jira/browse/SQOOP-385
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Kate Ting
>            Assignee: Kate Ting
>            Priority: Trivial
>         Attachments: SQOOP-385.patch
>
>
> There is a typo in PostgresqlTest.java regarding configuring postgresql.conf.
> It should state 
> listen_addresses = '*'
> instead of 
> listen_address = '*'
> Also, a committer is needed to fix the same typo in https://cwiki.apache.org/confluence/display/SQOOP/Setting+up+Development+Environment#SettingupDevelopmentEnvironment-SettingupPostgreSQL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-385) Typo in PostgresqlTest.java regarding configuring postgresql.conf.

Posted by "Kate Ting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kate Ting updated SQOOP-385:
----------------------------

    Status: Patch Available  (was: Open)
    
> Typo in PostgresqlTest.java regarding configuring postgresql.conf.
> ------------------------------------------------------------------
>
>                 Key: SQOOP-385
>                 URL: https://issues.apache.org/jira/browse/SQOOP-385
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Kate Ting
>            Assignee: Kate Ting
>            Priority: Trivial
>         Attachments: SQOOP-385.patch
>
>
> There is a typo in PostgresqlTest.java regarding configuring postgresql.conf.
> It should state 
> listen_addresses = '*'
> instead of 
> listen_address = '*'
> Also, a committer is needed to fix the same typo in https://cwiki.apache.org/confluence/display/SQOOP/Setting+up+Development+Environment#SettingupDevelopmentEnvironment-SettingupPostgreSQL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-385) Typo in PostgresqlTest.java regarding configuring postgresql.conf.

Posted by "Bilung Lee (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bilung Lee updated SQOOP-385:
-----------------------------

    Fix Version/s: 1.4.0-incubating
    
> Typo in PostgresqlTest.java regarding configuring postgresql.conf.
> ------------------------------------------------------------------
>
>                 Key: SQOOP-385
>                 URL: https://issues.apache.org/jira/browse/SQOOP-385
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Kate Ting
>            Assignee: Kate Ting
>            Priority: Trivial
>             Fix For: 1.4.0-incubating
>
>         Attachments: SQOOP-385.patch
>
>
> There is a typo in PostgresqlTest.java regarding configuring postgresql.conf.
> It should state 
> listen_addresses = '*'
> instead of 
> listen_address = '*'
> Also, a committer is needed to fix the same typo in https://cwiki.apache.org/confluence/display/SQOOP/Setting+up+Development+Environment#SettingupDevelopmentEnvironment-SettingupPostgreSQL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SQOOP-385) Typo in PostgresqlTest.java regarding configuring postgresql.conf.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142811#comment-13142811 ] 

Hudson commented on SQOOP-385:
------------------------------

Integrated in Sqoop-jdk-1.6 #55 (See [https://builds.apache.org/job/Sqoop-jdk-1.6/55/])
    SQOOP-385 Typo in PostgresqlTest.java regarding configuring postgresql.conf

blee : http://svn.apache.org/viewvc/?view=rev&rev=1196933
Files : 
* /incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java

                
> Typo in PostgresqlTest.java regarding configuring postgresql.conf.
> ------------------------------------------------------------------
>
>                 Key: SQOOP-385
>                 URL: https://issues.apache.org/jira/browse/SQOOP-385
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Kate Ting
>            Assignee: Kate Ting
>            Priority: Trivial
>         Attachments: SQOOP-385.patch
>
>
> There is a typo in PostgresqlTest.java regarding configuring postgresql.conf.
> It should state 
> listen_addresses = '*'
> instead of 
> listen_address = '*'
> Also, a committer is needed to fix the same typo in https://cwiki.apache.org/confluence/display/SQOOP/Setting+up+Development+Environment#SettingupDevelopmentEnvironment-SettingupPostgreSQL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-385) Typo in PostgresqlTest.java regarding configuring postgresql.conf.

Posted by "Kate Ting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kate Ting updated SQOOP-385:
----------------------------

    Attachment: SQOOP-385.patch
    
> Typo in PostgresqlTest.java regarding configuring postgresql.conf.
> ------------------------------------------------------------------
>
>                 Key: SQOOP-385
>                 URL: https://issues.apache.org/jira/browse/SQOOP-385
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Kate Ting
>            Assignee: Kate Ting
>            Priority: Trivial
>         Attachments: SQOOP-385.patch
>
>
> There is a typo in PostgresqlTest.java regarding configuring postgresql.conf.
> It should state 
> listen_addresses = '*'
> instead of 
> listen_address = '*'
> Also, a committer is needed to fix the same typo in https://cwiki.apache.org/confluence/display/SQOOP/Setting+up+Development+Environment#SettingupDevelopmentEnvironment-SettingupPostgreSQL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-385) Typo in PostgresqlTest.java regarding configuring postgresql.conf.

Posted by "Bilung Lee (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bilung Lee updated SQOOP-385:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch commited. Thanks, Kate!
                
> Typo in PostgresqlTest.java regarding configuring postgresql.conf.
> ------------------------------------------------------------------
>
>                 Key: SQOOP-385
>                 URL: https://issues.apache.org/jira/browse/SQOOP-385
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Kate Ting
>            Assignee: Kate Ting
>            Priority: Trivial
>         Attachments: SQOOP-385.patch
>
>
> There is a typo in PostgresqlTest.java regarding configuring postgresql.conf.
> It should state 
> listen_addresses = '*'
> instead of 
> listen_address = '*'
> Also, a committer is needed to fix the same typo in https://cwiki.apache.org/confluence/display/SQOOP/Setting+up+Development+Environment#SettingupDevelopmentEnvironment-SettingupPostgreSQL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira