You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Clément Notin (JIRA)" <ji...@apache.org> on 2011/08/11 19:44:30 UTC

[jira] [Created] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Minor typo in error message in HiveConnection.java (JDBC)
---------------------------------------------------------

                 Key: HIVE-2369
                 URL: https://issues.apache.org/jira/browse/HIVE-2369
             Project: Hive
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 0.7.1, 0.8.0
         Environment: Linux
            Reporter: Clément Notin
            Priority: Trivial


There is a minor typo issue in HiveConnection.java (jdbc) :

{code}throw new SQLException("Could not establish connecton to "
            + uri + ": " + e.getMessage(), "08S01");{code}

It seems like there's a "i" missing.

I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi reassigned HIVE-2369:
--------------------------------

    Assignee: Clément Notin

> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Assignee: Clément Notin
>            Priority: Trivial
>         Attachments: HIVE-2369.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "Clément Notin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clément Notin updated HIVE-2369:
--------------------------------

    Status: Patch Available  (was: Open)

Easy patch

> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Priority: Trivial
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "Clément Notin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clément Notin updated HIVE-2369:
--------------------------------

    Status: Open  (was: Patch Available)

> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Priority: Trivial
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083310#comment-13083310 ] 

Jakob Homan commented on HIVE-2369:
-----------------------------------

Thanks for doing this.  Apache keeps all of its software in a SVN repository, so we need all the patches uploaded to JIRA in diff format (with --no-prefix if generated from git, to be compatible).  

> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Priority: Trivial
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "Clément Notin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083279#comment-13083279 ] 

Clément Notin commented on HIVE-2369:
-------------------------------------

I wrote the patch on GitHub and made a pull request. You can get it there.

> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Priority: Trivial
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-2369:
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Committed to trunk.  Thanks Clément!


> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Assignee: Clément Notin
>            Priority: Trivial
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2369.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "Clément Notin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clément Notin updated HIVE-2369:
--------------------------------

    Status: Patch Available  (was: Open)

Index: jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveConnection.java
===================================================================
--- jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveConnection.java	(revision 1157240)
+++ jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveConnection.java	(working copy)
@@ -95,7 +95,7 @@
       try {
         transport.open();
       } catch (TTransportException e) {
-        throw new SQLException("Could not establish connecton to "
+        throw new SQLException("Could not establish connection to "
             + uri + ": " + e.getMessage(), "08S01");
       }
     }

> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Priority: Trivial
>         Attachments: HIVE-2369.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098353#comment-13098353 ] 

John Sichi commented on HIVE-2369:
----------------------------------

+1.  Will commit when tests pass.


> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Assignee: Clément Notin
>            Priority: Trivial
>         Attachments: HIVE-2369.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

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

Hudson commented on HIVE-2369:
------------------------------

Integrated in Hive-trunk-h0.21 #938 (See [https://builds.apache.org/job/Hive-trunk-h0.21/938/])
    HIVE-2369. Minor typo in error message in HiveConnection.java (JDBC)
(Clement Notin via jvs)

jvs : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1165985
Files : 
* /hive/trunk/jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveConnection.java


> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Assignee: Clément Notin
>            Priority: Trivial
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2369.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

Posted by "Clément Notin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clément Notin updated HIVE-2369:
--------------------------------

    Attachment: HIVE-2369.patch

Patch

> Minor typo in error message in HiveConnection.java (JDBC)
> ---------------------------------------------------------
>
>                 Key: HIVE-2369
>                 URL: https://issues.apache.org/jira/browse/HIVE-2369
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.7.1, 0.8.0
>         Environment: Linux
>            Reporter: Clément Notin
>            Priority: Trivial
>         Attachments: HIVE-2369.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> There is a minor typo issue in HiveConnection.java (jdbc) :
> {code}throw new SQLException("Could not establish connecton to "
>             + uri + ": " + e.getMessage(), "08S01");{code}
> It seems like there's a "i" missing.
> I know it's a very minor typo but I report it anyway. I won't attach a patch because it would be too long for me to SVN checkout just for 1 letter.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira